https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7099
--- Comment #5 from Kevin A. McGrail <[email protected]> --- (In reply to Steadramon from comment #4) > A quick example to test SPF records for lazy rules: > > askdns PDS_SPF_ALL _SENDERDOMAIN_ TXT /^v=spf1 .+\+all$/ > describe PDS_SPF_ALL SPF set to +all! > score PDS_SPF_ALL 0.01 > > askdns PDS_SPF_NONE _SENDERDOMAIN_ TXT /^v=spf1 \-all$/ > describe PDS_SPF_NONE No IP is supposed to send email for this domain! > score PDS_SPF_NONE 0.01 > > askdns PDS_SPF_ONLYALL _SENDERDOMAIN_ TXT /^v=spf1 \+all$/ > describe PDS_SPF_ONLYALL SPF only +all - very lazy > score PDS_SPF_ONLYALL 0.01 Finally have these on a live server for testing! -- You are receiving this mail because: You are the assignee for the bug.
