Mercurial > dnsbl
changeset 260:7c05043a220e
add recipient rate limits by email from address or domain
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 21 Jul 2012 08:39:30 -0700 |
parents | be939802c64e |
children | 92a98e661a0b |
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 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.
--- 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.
--- 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])
--- 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 <carl@five-ten-sg.com> - 6.32-1 +- Allow rate limiting for unauthentication connections by mail + from address or domain. + * Sun Jul 01 2012 Carl Byington <carl@five-ten-sg.com> - 6.31-1 - Fix uribl lookups on client dns name, need to strip the ip address in brackets.