http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5750
Summary: meta test RDNS_NONE has undefined dependency
'__RDNS_NONE'
Product: Spamassassin
Version: 3.2.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: Rules
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
we have this in 20_rynrdns.cf
header RDNS_NONE X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /
and this:
meta RDNS_NONE (__RDNS_NONE && !__CGATE_RCVD)
but __RDNS_NONE isn't anywhere.
and 72_active.cf has this:
meta FM_PHN_NODNS (FB_SPACED_PHN_3B && RDNS_NONE)
(also, I don't see any updates for sa-update since oct 31. is this true?
should this:
header RDNS_NONE X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /
be this?
header __RDNS_NONE X-Spam-Relays-Untrusted =~ /^[^\]]+ rdns= /
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.