--- 2.9.2 (1019-11-22)
* Add mention in policyd-spf.conf (5) in the TestOnly entry that to get both
TestOnly behavior and no header field appended, Header_Type = None also
needs to be set (LP: #1849994)
* Milter: Move drop_privileges before Milter.runmilter and delete
own_socketfile so that the milter interface runs as the correct user
without race conditions about changing ownership of the socket file when
it hasn't been created yet (When the milter is started, it will create the
socket based on uMask, so we don't need to manually change it)