
bugzilla-daemon at bugzilla
Nov 18, 2009, 2:12 AM
Post #1 of 1
(267 views)
Permalink
|
|
[Bug 6237] New: RCVD_ILLEGAL_IP with ip 002/08
|
|
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6237 Summary: RCVD_ILLEGAL_IP with ip 002/08 Product: Spamassassin Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Rules AssignedTo: dev [at] spamassassin ReportedBy: a.crippa [at] wifisolution The IP regex in RelayEval still contains the 002/8 addresses, but the IANA allocated them in September. I receive some mails with source address like 2.253.*.* that trigger RCVD_ILLEGAL_IP rule the rule should be now (?:[0157]|(?!127.0.0.)127|22[3-9]|2[3-9]\d|[12]\d{3,}|[3-9]\d\d+)\.\d+\.\d+\.\d+$/x); -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
|