Mailing List Archive

[Bug 8240] New: t/askdns.t broken by our DNS change to spamassassin.org SPF record
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8240

Bug ID: 8240
Summary: t/askdns.t broken by our DNS change to
spamassassin.org SPF record
Product: Spamassassin
Version: 4.0.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Regression Tests
Assignee: dev@spamassassin.apache.org
Reporter: sidney@sidney.com
Target Milestone: Undefined

t/askdns.t has a test that looks up the SPF record for spamassassin.org

We recently changed the record so we could make use of a spamassassin,org email
address. That breaks the test, which looks for an exact match of the TXT record
on the nameserver as /^v=spf1 -all$/

We can change the test to match, or we can set up another test subdomain.

If we change the test, we can future proof it a bit by making the rule match on
/^v=spf1 include:.* -all$/ instead of /^v=spf1 include:raptor.pccc.com -all$/

Any thoughts before I commit a change to the test?

--
You are receiving this mail because:
You are the assignee for the bug.