[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

zmailer 2.99.48 patch 2




Here is an extract from the 'patch2'.
Some last-moment changes were not logged apparently, but
it is not fatal...  If you picked 'patch2' before you
saw this, you may or may not get the 'final patch2'..

Oh yes, my workstation has some TCP/IP code bug, which
caused ftpd to crash out, and I have been too 'lazy' to
reboot this thing... (uptime: 45 days)

/Matti Aarnio


--- zmailer-2.99.48p1/ChangeLog	Thu Apr 24 21:11:36 1997
+++ zmailer-2.99.48p2/ChangeLog	Fri May  2 21:00:44 1997
@@ -1,3 +1,44 @@
+Fri May  2 16:10:28 1997  Matti Aarnio  <mea@mea.tmt.tele.fi>
+
+	* Makefile.in:
+	    - Version 2.99.48p2
+	
+	* BUGS
+	    Noticed problem at scheduler ETRN -> results in
+	    busy spin...
+
+	* man/aliases.5:
+	    A new man-page...
+
+	* proto/cf/fqdnaliases.c:
+	    Missing quotes from the script
+
+	* proto/scheduler.conf:
+	    Sample scheduler.conf file with tags for three
+	    different channel = local  -cases:
+	      - local/file*
+	      - local/pipe*
+	      - local/*
+	    The "local/*" may be run with "sm" to use procmail,
+	    or cyrus (for example) for deliveries to users.
+	    The "sm" (procmail in particular?) is unable to do
+	    pipe-feeds, nor storing to files, it seems.
+	    (Also gave an example of 'punt' on smtp..)
+
+	* smtpserver/smtpcmds.c:
+	    Removed obsolete special case ESMTP token: X-TURNME
+
+	* transports/errormail/errormail.c, transports/sm/sm.c,
+	  transports/mailbox/mailbox.c, transports/hold/hold.c,
+	  transports/fuzzyalias/fuzzyaliases.c, transports/libta/lockaddr.c,
+	  transports/smtp/smtp.c:
+	     "Make sure we are properly positioned at the start
+	      of the message body"  (lseek() things)
+
+	* transports/mailbox/mailbox.c:
+	    Save  errno  before doing library calls -- did yield wrong
+	    error in case the 'dotlock' was busy.
+