SA Bugzilla – Bug 5077
[review] SPF plugin defaults to SOFTFAIL when DNS queries timeout
Last modified: 2006-10-03 15:57:48 UTC
The SPF plugin defaults to SOFTFAIL when DNS queries timeout causing FPs for domains that don't even publish SPF records, not good! This applies to both the envelope checks and the silly HELO checks. Notice that when this happens you'll see no reason logged for the failure in the report. * 1.4 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) * [SPF failed: ]
Created attachment 3688 [details] patch
[dos@FC5-VPC trunk]$ svn ci -m "bug 5077: fix false SPF_SOFTFAIL's when SPF queries timeout" Sending lib/Mail/SpamAssassin/Plugin/SPF.pm Transmitting file data . Committed revision 440974.
+1
[dos@FC5-VPC 3.1]$ svn ci -m "bug 5077: fix false SPF_SOFTFAIL's when SPF queries timeout" Sending lib/Mail/SpamAssassin/Plugin/SPF.pm Transmitting file data . Committed revision 452668.