aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-16 20:04:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-16 20:04:19 +0000
commit5150e0d85fd36298bf6095a7dc1b8df8fd25de92 (patch)
treed520143c8fb8c26b5f8b7e43bbf802562ba2657b /NEWS
parent3f7383369605d49c55c0ec6267bfd4a13c64749c (diff)
downloadmailfromd-5150e0d85fd36298bf6095a7dc1b8df8fd25de92.tar.gz
mailfromd-5150e0d85fd36298bf6095a7dc1b8df8fd25de92.tar.bz2
Fix Milter packet length calculation & redo Berkeley DB locking
git-svn-id: file:///svnroot/mailfromd/trunk@1355 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5c1d168d..3d9c3420 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-04-04
+Mailfromd NEWS -- history of user-visible changes. 2007-04-16
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
@@ -278,12 +278,24 @@ you can write
* Built-in macro __statedir__
New built-in macro `__statedir__' expands to the name of the default
program state directory.
* Bugfixes
+** Fix incorrect packet length calculation in connect Milter handler.
+The bug manifested itself with the following log messages:
+
+- In mailfromd log:
+
+ MailfromFilter: shan_connect: wrong length
+
+- In Sendmail log:
+
+ milter_read(mailfrom): cmd read returned 0, expecting 5
+ Milter(mailfrom): to error state
+
** Fix coredumps on printing void returns with --dump-tree
** Fix coredumps on optimising conditionals like
if 0
do_something
fi

Return to:

Send suggestions and report system problems to the System administrator.