
bugzilla-daemon at bugzilla
Nov 9, 2005, 2:41 AM
Post #1 of 1
(931 views)
Permalink
|
|
[Bug 4673] IPs not parsed properly
|
|
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4673 ------- Additional Comments From e5pivovarov [at] hotmail 2005-11-09 11:41 ------- I am not sure about the logic, but it seems like there are actually two bugs here. The first one is the definition of IP_ADDRESS, where "pure-IPv6 address" section should probably be something like (?<!:)[2-3][a-f0-9]{3}\:[a-f0-9]{0,4}\:(?:[a-f0-9]{0,4}\:){0,5}[a-f0-9]{0,4} This bug leads to the weird "originating: ..." line above. Second, either Mail::SpamAssassin::EvalTests::check_rbl_backend or Mail::SpamAssassin::NetSet::contains_ip assumes that IPs are always of the form IPV4_ADDRESS rather than IP_ADDRESS. This bug generates an error message in Mail::SpamAssassin::Util::my_inet_aton about non-numeric argument in pack. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
|