SA Bugzilla – Bug 4350
71.0.0.0/8 and 72.0.0.0/8 still listed as reserved in 3.0.3
Last modified: 2005-05-22 21:20:15 UTC
Revision 76060 (bug 3968) should be backported to 3.0.x. Just got a spam from 71.8.32.238 which is conveniently now a consumer broadband IP address belonging to Charter.com ...
Created attachment 2881 [details] Extracted the patch for convenience
Comment on attachment 2881 [details] Extracted the patch for convenience >Revision 76070 >Modified Wed Nov 17 00:57:44 2004 UTC (6 months ago) by felicity > >bug 3968: 71/8 and 72/8 were allocated, so remove from the reserverd IP RE > >Index: lib/Mail/SpamAssassin/Constants.pm >=================================================================== >RCS file: /tmp/sa/lib/Mail/SpamAssassin/Constants.pm,v >retrieving revision 1.2 >diff -u -r1.2 Constants.pm >--- lib/Mail/SpamAssassin/Constants.pm 13 Oct 2004 12:21:56 -0000 1.2 >+++ lib/Mail/SpamAssassin/Constants.pm 20 May 2005 06:12:25 -0000 >@@ -95,7 +95,7 @@ > 3[1679]| # 031/8, 036/8, 037/8, 039/8: IANA Reserved > 4[129]| # 041/8, 042/8, 049/8: IANA Reserved > 50| # 050/8: IANA Reserved >- 7[1-9]| # 071-079/8: IANA Reserved >+ 7[3-9]| # 071-079/8: IANA Reserved > 89| # 089/8: IANA Reserved > 9[0-9]| # 090-099/8: IANA Reserved > 1[01][0-9]| # 100-119/8: IANA Reserved
Duplicate of bug 4338? If I recall correctly, the IANA Reserved stuff was completely removed from 3.1.
> Duplicate of bug 4338? If I recall correctly, the IANA Reserved stuff was > completely removed from 3.1. See comment 10 from bug 3698. Changes were in svn commit: r124825 and svn commit: r124857.
Make that bug 3968.
*** This bug has been marked as a duplicate of 4338 ***
I already left a comment for bug 4338 but just to recap here, I was proposing to take just Theo's original quick fix for bug 3968#comment 2 instead of the whole parcel which was in bug 3968#comment 10 (sorry if the comment links end up pointing the wrong way, I'm not a too frequent user of Bugzilla).