Mercurial > dnsbl
changeset 189:e10f5951b905
fix null pointer dereference from missing HELO command
author | carl |
---|---|
date | Sat, 10 Nov 2007 10:41:04 -0800 |
parents | edcefdb7ccc1 |
children | 004b855c6c1f |
files | ChangeLog configure.in |
diffstat | 2 files changed, 7 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 10 10:27:05 2007 -0800 +++ b/ChangeLog Sat Nov 10 10:41:04 2007 -0800 @@ -2,8 +2,7 @@ 6.13 2007-11-10 HELO command is optional, and if missing caused a null pointer - dereference. Add configure detection for sendmail progress - callback, to allow smfi_progress() call during dns lookups. + dereference. 6.12 2007-10-13 SMTP rejections take precedence over greylisting.
--- a/configure.in Sat Nov 10 10:27:05 2007 -0800 +++ b/configure.in Sat Nov 10 10:41:04 2007 -0800 @@ -46,13 +46,12 @@ ACX_PTHREAD # See if we have progress callback -AC_CHECK_LIB([milter], - [smfi_progress], - [AC_DEFINE(_FFR_SMFI_PROGRESS, 1, Define to 1 to enable progress callback)], - [AC_DEFINE(_FFR_SMFI_PROGRESS, 0, Define to 1 to enable progress callback)], - [-lpthread] - ) - +#AC_CHECK_LIB([milter], +# [smfi_progress], +# [AC_DEFINE(_FFR_SMFI_PROGRESS, 1, Define to 1 to enable progress callback)], +# [AC_DEFINE(_FFR_SMFI_PROGRESS, 0, Define to 1 to enable progress callback)], +# [-lpthread] +# ) AC_CONFIG_FILES([Makefile dnsbl.rc