# HG changeset patch # User Carl Byington # Date 1342899746 25200 # Node ID 56f55547b12095ac97aeb7f31a90c884bee9c1b3 # Parent e118fd2c6af0892773211be8e0ee39c8caf28749 fix unauthenticated rate limit bug for empty mail from; move unauthenticated rate limit checks after spam filtering diff -r e118fd2c6af0 -r 56f55547b120 ChangeLog --- a/ChangeLog Sat Jul 21 12:35:19 2012 -0700 +++ b/ChangeLog Sat Jul 21 12:42:26 2012 -0700 @@ -1,3 +1,7 @@ +6.33 2012-07-21 + Fix unauthenticated rate limit bug for empty mail from. + Move unauthenticated rate limit checks after spam filtering. + 6.32 2012-07-21 Allow rate limiting for unauthentication connections by mail from address or domain. diff -r e118fd2c6af0 -r 56f55547b120 NEWS --- a/NEWS Sat Jul 21 12:35:19 2012 -0700 +++ b/NEWS Sat Jul 21 12:42:26 2012 -0700 @@ -1,3 +1,4 @@ +6.33 2012-07-21 Fix unauthenticated rate limit bug for empty mail from. Move unauthenticated rate limit checks after spam filtering. 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. diff -r e118fd2c6af0 -r 56f55547b120 configure.in --- a/configure.in Sat Jul 21 12:35:19 2012 -0700 +++ b/configure.in Sat Jul 21 12:42:26 2012 -0700 @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -AC_INIT(dnsbl,6.32,carl@five-ten-sg.com) +AC_INIT(dnsbl,6.33,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) diff -r e118fd2c6af0 -r 56f55547b120 dnsbl.spec.in --- a/dnsbl.spec.in Sat Jul 21 12:35:19 2012 -0700 +++ b/dnsbl.spec.in Sat Jul 21 12:42:26 2012 -0700 @@ -103,6 +103,10 @@ %changelog +* Sat Jul 21 2012 Carl Byington - 6.33-1 +- Fix unauthenticated rate limit bug for empty mail from. + Move unauthenticated rate limit checks after spam filtering. + * Sat Jul 21 2012 Carl Byington - 6.32-1 - Allow rate limiting for unauthentication connections by mail from address or domain.