# HG changeset patch # User Carl Byington # Date 1342885170 25200 # Node ID 7c05043a220e504a27af2457d3bc08a9b4d07139 # Parent be939802c64e70418c17ac18e30d1c17e7425486 add recipient rate limits by email from address or domain diff -r be939802c64e -r 7c05043a220e ChangeLog --- a/ChangeLog Sat Jul 21 08:34:04 2012 -0700 +++ b/ChangeLog Sat Jul 21 08:39:30 2012 -0700 @@ -1,3 +1,7 @@ +6.32 2012-07-21 + Allow rate limiting for unauthentication connections by mail + from address or domain. + 6.31 2012-07-01 Fix uribl lookups on client dns name, need to strip the ip address in brackets. diff -r be939802c64e -r 7c05043a220e NEWS --- a/NEWS Sat Jul 21 08:34:04 2012 -0700 +++ b/NEWS Sat Jul 21 08:39:30 2012 -0700 @@ -1,3 +1,4 @@ +6.32 2012-07-21 Allow rate limiting for unauthentication connections by mail from address or domain. 6.31 2012-07-01 Fix uribl lookups on client dns name. 6.30 2012-04-09 Allow dnswl_list and dnsbl_list to be empty; add daily recipient limits. 6.29 2012-04-08 Add dnswl support. diff -r be939802c64e -r 7c05043a220e configure.in --- a/configure.in Sat Jul 21 08:34:04 2012 -0700 +++ b/configure.in Sat Jul 21 08:39:30 2012 -0700 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT(dnsbl,6.31,carl@five-ten-sg.com) +AC_INIT(dnsbl,6.32,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) diff -r be939802c64e -r 7c05043a220e dnsbl.spec.in --- a/dnsbl.spec.in Sat Jul 21 08:34:04 2012 -0700 +++ b/dnsbl.spec.in Sat Jul 21 08:39:30 2012 -0700 @@ -103,6 +103,10 @@ %changelog +* Sat Jul 21 2012 Carl Byington - 6.32-1 +- Allow rate limiting for unauthentication connections by mail + from address or domain. + * Sun Jul 01 2012 Carl Byington - 6.31-1 - Fix uribl lookups on client dns name, need to strip the ip address in brackets.