http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4964
------- Additional Comments From [EMAIL PROTECTED] 2006-06-23 15:52 ------- Just in case someone would be interested - as an alternative to bulky IPv6-handling public Perl modules, I can offer a 160-line IPv4 and IPv6 parsing and matching code (240 lines with comments), which I wrote for amavisd-new because at the time of writing (June 2004) none of the public Perl modules filled my needs for rubustness, matching speed and not depending on bulky further modules. Besides matching plain strings, it also allows for a pre-parsed representation of static lookup lists, which speeds up lookups agains the list. The syntax supported is fully RFC-3513 compliant, thoroughly tested and in regular use. For a quick view, here is a relevant code section snatched from amavisd-new: http://ezri.ijs.si/~mark/lookup_ip_acl.pl The code is maintained by me, but I don't have plans to make it into a standalone Perl module, although I would not mind if someone else does it. The code is GPL, but I can donate it to SA to fit the license. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
