Bug 4350 - 71.0.0.0/8 and 72.0.0.0/8 still listed as reserved in 3.0.3
Summary: 71.0.0.0/8 and 72.0.0.0/8 still listed as reserved in 3.0.3
Status: RESOLVED DUPLICATE of bug 4338
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 3.0.3
Hardware: Other other
: P5 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-19 23:57 UTC by era eriksson
Modified: 2005-05-22 21:20 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
Extracted the patch for convenience patch None era eriksson [NoCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description era eriksson 2005-05-19 23:57:10 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 ...
Comment 1 era eriksson 2005-05-19 23:58:34 UTC
Created attachment 2881 [details]
Extracted the patch for convenience
Comment 2 era eriksson 2005-05-20 00:03:20 UTC
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
Comment 3 Tom Schulz 2005-05-20 07:59:54 UTC
Duplicate of bug 4338?  If I recall correctly, the IANA Reserved stuff was
completely removed from 3.1.
Comment 4 Tom Schulz 2005-05-20 12:03:52 UTC
> 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.
Comment 5 Tom Schulz 2005-05-20 12:06:41 UTC
Make that bug 3968.
Comment 6 Daryl C. W. O'Shea 2005-05-20 18:58:07 UTC

*** This bug has been marked as a duplicate of 4338 ***
Comment 7 era eriksson 2005-05-23 05:20:15 UTC
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).