You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2010/02/06 02:48:10 UTC

[Bug 6299] Update, enhance, and expand RCVD_ILLEGAL_IP

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6299

--- Comment #12 from Adam Katz <an...@khopis.com> 2010-02-05 17:48:07 UTC ---
I am folding RCVD_TEST_NET and RCVD_LINK_LOCAL into the proposed
RCVD_ILLEGAL_IP despite their having no hits since they are fully reserved IPs;
they're only not on the IANA list as anything but footnotes because the list
contains only /8 networks.

I finally did the research on how SA handles IPv6 for this.  No conflict and no
reason for checking things like 299.1.2.3 or 300.1.2.3 or 1234.5.6.7 as the
parser will refuse to put those into the pseudo-header.  I removed those
aspects of the expression as well as the trailing octets (which made it far
simpler to add the non-/8 reserved networks).

In a few days, I'll push this bug to review.  Just want to let that merging get
tested a little more and for more opportunity for people to voice opinions.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.