On Fri, 2015-03-13 at 13:12 -0700, Gordon Messmer wrote: > 3: Patch doesn't support IPv6. Which reminds me that I need to write > some code to fix other IPv6 handling deficiencies with smtpaccess. > The other option, which I'd considered, was using the python ipaddress module, which can do all sorts of manipulations on both v4 and v6 addresses, and assuming the bare address can be pulled into ratelimit.py sans the other information returned from getSendersMta(), could be used to good advantage. But this module isn't standard issue with python, and I figured that the code would be simpler and run faster without relying on it.
-- Lindsay Haisley | "UNIX is user-friendly, it just FMP Computer Services | chooses its friends." 512-259-1190 | -- Andreas Bogk http://www.fmp.com | ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
