http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4757
------- Additional Comments From [EMAIL PROTECTED] 2006-01-23 03:10 -------
This causes it:
X-Originating-IP: 70.135.189.222 via proxy [73.180.107.240]
The constant "IP_ADDRESS" containing the following pattern:
# a pure-IPv6 address
# don't use \b here, it hits on :'s
(?:IPv6: # with optional prefix
| (?<!:)
)
(?:[a-f0-9]{0,4}\:){0,7} [a-f0-9]{0,4}
...which matches the string "via", or any word of 0-4 characters, and especially
loves anything containing colons.
I got about 30000 of these yesterday.
Quickest, nastiest fix is to delete it entirely from IP_ADDRESS Constants.pm.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.