From: "Bowie Bailey" <[EMAIL PROTECTED]>
Sent: Wednesday, 2008, August 13 12:58
Brian Martinez wrote:
I'm guessing the IP address in question is: 1.226.208.65
While it certainly is not within a range I see all that often, I am
assured by our hostmaster that it is legit. Another one I've seen is
1.226.208.61
As far as I can tell, that IP address is invalid. It is listed by IANA
as "unallocated". If you are using this IP block internally, you will
need to edit the function to allow it.
Try this modification to the function:
return 1 if ($check =~ /^
(?:[0257]|(?!127.0.0.)127|22[3-9]|2[3-9]\d|[12]\d{3,}|[3-9]\d\d+)\.\d+\.\d+\
.\d+
$/x);
I removed the '1' in the first character class in the regex. This will
prevent the regex from matching on 1.x.x.x addresses.
Keep in mind that you will most likely have to modify this function each
time you update SpamAssassin.
It sure as heck is invalid:
[EMAIL PROTECTED] ~]# whois 1.226.208.65
[Querying whois.arin.net]
[whois.arin.net]
OrgName: Internet Assigned Numbers Authority
OrgID: IANA
Address: 4676 Admiralty Way, Suite 330
City: Marina del Rey
StateProv: CA
PostalCode: 90292-6695
Country: US
NetRange: 1.0.0.0 - 1.255.255.255
CIDR: 1.0.0.0/8
NetName: RESERVED-9
NetHandle: NET-1-0-0-0-1
Parent:
NetType: IANA Reserved
Comment:
RegDate:
Updated: 2002-09-12
OrgAbuseHandle: IANA-IP-ARIN
OrgAbuseName: Internet Corporation for Assigned Names and Number
OrgAbusePhone: +1-310-301-5820
OrgAbuseEmail: [EMAIL PROTECTED]
OrgTechHandle: IANA-IP-ARIN
OrgTechName: Internet Corporation for Assigned Names and Number
OrgTechPhone: +1-310-301-5820
OrgTechEmail: [EMAIL PROTECTED]
What the heck is Consumers Energy doing using a reserved IP address?
Either they are illegally configured into the Internet or IANA MUST
update their whois listing for that address and netblock now that it is
being used.
{^_^}
{^_^}