# HG changeset patch # User carl # Date 1142551237 28800 # Node ID 8b1562482b29799d598a4498d1cf859e9d51cdeb # Parent ea6f9c812faa3882e93ae7e0e2e36021584ae50d put hostname in smtp message for uribl style lookups diff -r ea6f9c812faa -r 8b1562482b29 ChangeLog --- a/ChangeLog Thu Mar 16 15:20:37 2006 -0800 +++ b/ChangeLog Thu Mar 16 15:20:37 2006 -0800 @@ -1,5 +1,9 @@ $Id$ +5.16 2006-03-16 + bug fix - the smtp error message for uribl filtering needs to + reference the host name, not the ip address. + 5.15 2006-03-15 bug fix - we failed to properly set the return code to indicate the reason when rejecting mail for content filtering. diff -r ea6f9c812faa -r 8b1562482b29 NEWS --- a/NEWS Thu Mar 16 15:20:37 2006 -0800 +++ b/NEWS Thu Mar 16 15:20:37 2006 -0800 @@ -1,5 +1,6 @@ $Id$ +5.16 2006-03-16 bug fix, smtp error message for uribl filtering needs host name, not ip address 5.15 2006-03-15 bug fix, failed to set reason code when rejecting mail from content filtering 5.14 2006-03-13 fix typo in default config and documentation for using multi.surbl.org 5.13 2006-03-12 patch from Jeff Evans to add SURBL/URIBL lookups diff -r ea6f9c812faa -r 8b1562482b29 configure.in --- a/configure.in Thu Mar 16 15:20:37 2006 -0800 +++ b/configure.in Thu Mar 16 15:20:37 2006 -0800 @@ -1,7 +1,7 @@ AC_INIT(configure.in) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(dnsbl,5.15) +AM_INIT_AUTOMAKE(dnsbl,5.16) AC_PATH_PROGS(BASH, bash) AC_LANG_CPLUSPLUS diff -r ea6f9c812faa -r 8b1562482b29 dnsbl.spec.in