Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 993bd4e7df4a846447388d8c3a23380940d9b1d1
https://github.com/smtpd/qpsmtpd/commit/993bd4e7df4a846447388d8c3a23380940d9b1d1
Author: Matt Simerson <[email protected]>
Date: 2014-12-30 (Tue, 30 Dec 2014)
Changed paths:
M plugins/sender_permitted_from
Log Message:
-----------
spf: switch header appending hook
This doesn't really change anything, because the SPF plugin generally is listed
in config/plugins before the `data_post` plugins that do content evaluation.
This merely assures that regardless of the ordering of plugins in
config/plugins, the SPF results header will be present.
Commit: c944abbeb917fdd6832dab18b86467c6da709d54
https://github.com/smtpd/qpsmtpd/commit/c944abbeb917fdd6832dab18b86467c6da709d54
Author: Jared Johnson <[email protected]>
Date: 2014-12-30 (Tue, 30 Dec 2014)
Changed paths:
M plugins/sender_permitted_from
Log Message:
-----------
Merge pull request #180 from msimerson/spf
spf: switch header appending hook
Compare: https://github.com/smtpd/qpsmtpd/compare/c94d975e3c28...c944abbeb917