Mercurial > dnsbl
changeset 264:56f55547b120
fix unauthenticated rate limit bug for empty mail from; move unauthenticated rate limit checks after spam filtering
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 21 Jul 2012 12:42:26 -0700 |
parents | e118fd2c6af0 |
children | 89578e4f9c87 |
files | ChangeLog NEWS configure.in dnsbl.spec.in |
diffstat | 4 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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.
--- 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])
--- 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 <carl@five-ten-sg.com> - 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 <carl@five-ten-sg.com> - 6.32-1 - Allow rate limiting for unauthentication connections by mail from address or domain.