Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: 2ef465e7aa4f5d83e1785c4b328730b04d1b6e3f
https://github.com/smtpd/qpsmtpd/commit/2ef465e7aa4f5d83e1785c4b328730b04d1b6e3f
Author: Pim van den Berg <[email protected]>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M plugins/sender_permitted_from
Log Message:
-----------
spf: remove DENYSOFT on SPF softfail
With a DENYSOFT (450) the sender will keep trying to deliver the e-mail.
It makes no sense.
This commit also makes it compatible again with the plugin from before commit:
02912 [rewrote sender_permitted_from]
Commit: 8f7494f0cb2003d63f0042053c959a3f27bc55bb
https://github.com/smtpd/qpsmtpd/commit/8f7494f0cb2003d63f0042053c959a3f27bc55bb
Author: Pim van den Berg <[email protected]>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M plugins/sender_permitted_from
Log Message:
-----------
spf: exit relayclients while loop when client_ip doesnt match
Checking an invalid address kept looping.
Compare: https://github.com/smtpd/qpsmtpd/compare/43de26e...8f7494f