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

zmailer 2.99.43b is available





Ok, without annouceing anything I see that four copies of
the 2.99.43 were fetched before I found out yet another
troublespot -- and had to build another release. (2.99.43b)
Essentially the difference is here below, however this is
cut&paste from X-term, and thus TABs have been lost, and it
propably will not patch in automatically.

	/Matti Aarnio <mea@nic.funet.fi>

--- ../zmailer-2.99.42/utils/makendbm/makendbm.c  Mon Nov 18 10:54:02 1996
+++ utils/makendbm/makendbm.c   Mon Dec  2 21:12:18 1996
@@ -221,7 +221,7 @@
        }
 #endif
 #ifdef HAVE_DB_H
-       if (typ == 1) {
+       if (typ == 3) {
          dbfile = dbopen(dbasename, O_RDWR|O_CREAT|O_TRUNC, 0644,
                          DB_BTREE, NULL);
          dbf = dbfile;

----------------------------------------------------------------
	ChangeLog extract:

Mon Dec  2 18:38:09 1996  Matti Aarnio  <mea@mea.tmt.tele.fi>

	* utils/makendbm/makendbm.c:
	    Yet another parameter error in case the system can do
	    both NDBM and BTREE -- autch!

	* smtpserver/smtpserver.c:
	    Be silent about log-files when started up as
	    "/usr/lib/sendmail -bs" by somebody who can not
	    write into the default log files.

	* Makefile.in:
	    Version 2.99.43

	* router/libdb/bind.c, transports/libta/dnsgetrr.c,
	  transports/smtp/smtp.c, transports/hold/hold.c:
	    Uses of "sizeof(u_long)" have been eliminated (as well
	    as "sizeof(u_short)" in favour of numeric constants:
	    4 and 2 respectively.

	* transports/libta/mime2headers.c:
	    Disabled the new MIME2 code.  Nothing but grief... :-(

	* transports/libta/mimeheader.c:
	    One missing setting of a variable.

	* transports/smtp/smtp.c:
	    Missing space at DNS RET= parameter writing.

Wed Nov 27 21:23:12 1996  Matti Aarnio  <mea@mea.tmt.tele.fi>

	* transports/smtp/smtp.c:
	    Once more (SmtpState -block).. Clear it with memset(),
	    then init those few non-zeroes.

	* smtpserver/smtpserver.c:
	    Finally fixed the VRFY and EXPN behaviours; now
	    they work as they should.

Tue Nov 26 15:17:03 1996  Matti Aarnio  <mea@mea.tmt.tele.fi>

	* transports/smtp/smtp.c:
	    SmtpState -block needed some more initializations.
	    Missing one: verboselog

Mon Nov 25 16:21:15 1996  Matti Aarnio  <mea@mea.tmt.tele.fi>

	* transports/hold/hold.c:
	    Calling convention of  getrrtype() was changed (a bit),
	    and I forgot to update it here too.