diff ChangeLog @ 187:f0eda59e8afd

fix null pointer dereference from missing HELO command
author carl
date Sat, 10 Nov 2007 10:20:54 -0800
parents 505283ab296c
children e10f5951b905
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 10 10:20:54 2007 -0800
+++ b/ChangeLog	Sat Nov 10 10:20:54 2007 -0800
@@ -1,5 +1,10 @@
     $Id$
 
+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.
+
 6.12 2007-10-13
     SMTP rejections take precedence over greylisting.