masqmail-0.2

diff ChangeLog @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children 983a603c2ff2
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ChangeLog	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,440 @@
     1.4 +0.2.20	Mon, 19 May 2003 21:14:06 +0200
     1.5 +	* fixed a segfaulting bug in spool.c caused by folded headers
     1.6 +	* regard connect_error_fail when failing for pipes (Debian Bug #186364)
     1.7 +	* hopefully fixed uid/gid problem in peidopen.c
     1.8 +0.2.19  Wed, 12 Mar 2003 21:33:53 +0100
     1.9 +	* fixed a bug in addr_string (set buffer = NULL if g_free'd buffer)
    1.10 +0.2.18	Fri, 06 Dec 2002 14:57:41 +0100
    1.11 +	* new option connect_error_fail
    1.12 +	* install /var/{log,spool} before subdirs, so
    1.13 +	they get correct ownerships, if installing to a tmp. directory
    1.14 +	Thx to Juergen Daubert.
    1.15 +	* failure notices and warnings also if connection fails
    1.16 +0.2.17  Thu, 28 Nov 2002 14:59:24 +0100
    1.17 +	* fixed errors in man page masqmail.conf.5 about online_detect
    1.18 +	Thx to Juergen Daubert.
    1.19 +	* fixed a segfaulting bug in accept.c on pop retrieval, if there
    1.20 +	is no return_path in the mail and Sender: is empty.
    1.21 +	Thx to Olaf Buddenhagen for debug information.
    1.22 +	* implemented 'last_route' option
    1.23 +	* moved *.tpl to /usr/share/masqmail/tpl (from /etc/masqmail/tpl)
    1.24 +	* french translation of warnmsg.tpl by Rémi Denis-Courmont
    1.25 +	* added delivery warn messages for deferals
    1.26 +	new options: 'warn_intervals', 'warnmsg_file', 'max_defer_time'
    1.27 +	* warn/fail also if remote SMTP server replies with 4xx or 5xx
    1.28 +	just after EHLO/HELO (yes, that was a bug)
    1.29 +	* removed a few -Wall warnings. Thanks to Juergen Daubert.
    1.30 +0.2.16  Tue, 12 Nov 2002 17:27:13 +0100
    1.31 +	* fixed debugging, which has been broken in 0.2.15
    1.32 +0.2.15  Wed, 06 Nov 2002 12:19:55 +0100
    1.33 +	* added french translation of delivery failure message template.
    1.34 +	Thanks to Rémi Denis-Courmont
    1.35 +	* accept -f "" without segfaulting. Thanks to Ralf Friedl.
    1.36 +	* fixed buffer overflows in conf.c. Thanks to Damian M Gryski.
    1.37 +	* read conf file _after_ dropping privileges
    1.38 +0.2.14	Sat, 26 Oct 2002 14:40:49 +0200
    1.39 +	* corrected html version of documentation
    1.40 +	* include masqmail.8 man page (was garbled in 0.2.13)
    1.41 +	* small lintian fixes for Debian
    1.42 +0.2.13	Wed, 23 Oct 2002 20:54:39 +0200
    1.43 +	* fixed a possible buffer overflow (IMHO not exploitable) Thanks to Anonymous.
    1.44 +0.2.12	Wed, 23 Oct 2002 18:57:42 +0200
    1.45 +	* new do_pipelining option (to switch it off if necessary)
    1.46 +	* new helo_name option for route
    1.47 +	* fixed remote_port option (but marked it as deprecated)
    1.48 +	* swapped setegid/seteuid in maildir_out()
    1.49 +	* try again on EAGAIN failure for local delivery via mbox
    1.50 +0.2.11:
    1.51 +	* make it possible for *.route file to have mode 600, owned by root.
    1.52 +	Thx to Juergen Daubert for noticing.
    1.53 +	* do not choke on trailing blanks after comments in conf file. Anonymous
    1.54 +	again.
    1.55 +	* try again on EAGAIN failure for local delivery via mda
    1.56 +	* fixed a potential buffer overflow in conf.c. Thanks to Anonymous
    1.57 +	again.
    1.58 +	* set umask 066 for log files. Thanks to Anonymous.
    1.59 +	* implemented map_h_mail_followup_to_addresses
    1.60 +	* fixed a bug: masqmail -t with empty body caused weird
    1.61 +	errors. Thanks to Anonymous.
    1.62 +	* added do_save_envelope_to option
    1.63 +0.2.10:
    1.64 +	* fixed a small bug in mserver.c (atoi) (Thanks to Gert Ohme)
    1.65 +	* allow ';' in rval also if rval is unqoted
    1.66 +	* write pidfiles to /var/run/masqmail{,-get}.pid
    1.67 +	* now runs on freebsd without leaving zombies
    1.68 +	* use setjmp() in readsock.c for timeouts
    1.69 +0.2.9:
    1.70 +	* attempts to make it compile on freebsd
    1.71 +	- works, but leaves zombies behind (will be done next release, I hope)
    1.72 +	* removed some bashisms from configure.ac
    1.73 +	* fixed segfault when called with -t under some circumstances
    1.74 +	* some fixes about locking when fetching mail (yes, 0 _is_ a valid fd...)
    1.75 +	* some speedups for uidl handling, and do not bloat log files any more
    1.76 +0.2.8:
    1.77 +	* use flock() for locking in retrieving mails (get.c)
    1.78 +	* can use /etc/mailname as host_name (for Debian)
    1.79 +	* added ESMTP LOGIN
    1.80 +	* made uidl handling even more safe
    1.81 +0.2.7:
    1.82 +	* fixed stupid locking bug
    1.83 +	* do not complain about 'unknown mode' when getting mail
    1.84 +	* added italian version of failmsg.tpl (by Paolo)
    1.85 +	* changed MIME boundaries in failmsg.tpl (Paolo)
    1.86 +	* applied patches from Paolo (Gabel - ):
    1.87 +	mostly replacing g_strdup_printf() with g_strdup(), a few ticks ('),
    1.88 +	changed SENDER_LOCAL environment variable and fixed missing '\' in
    1.89 +	debian/masqmail.ip-up
    1.90 +0.2.6:
    1.91 +	* rediscovered previously undocumented allowed_return_paths option for
    1.92 +	routes and made it usable for null sender addresses.
    1.93 +	* added mbox_default, and {mbox,mda,maildir}_users options
    1.94 +	* changes to vsnprintf function use in pop3_in.c and smtp_in.c (by egp)
    1.95 +	* fixes to ip-up/ip-down scripts (by Ben Low)
    1.96 +	* ENABLE_SMTP_SERVER define was incorrectly written as
    1.97 +	ENABLE_MODE_SMTP (by Ben Low)
    1.98 +	* fixed bug in get_header() in src/header.c (by egp)
    1.99 +0.2.5:
   1.100 +	* PowerPC fix for varargs functions
   1.101 +	* relay checking: if do_relay is set to false, do not allow non local
   1.102 +	to non local addresses
   1.103 +	* alias is always caseless for postmaster (disregarding
   1.104 +	alias_local_caseless option)
   1.105 +	* do not rebounce to postmaster
   1.106 +	* implemented Maildir support
   1.107 +	* rearranged append_file in local.c
   1.108 +	* use sysexits.h for correct error reply for failure messages (mda only)
   1.109 +0.2.4:
   1.110 +	* fixed uidl bug: uidl list was not written if a mail was not
   1.111 +	fetched because it was in the list
   1.112 +	* fixed bug in src/conf.c: g_free'd twice in destroy_route()
   1.113 +	* security fix, Debian Bug#102092: 'Privilege escalation in masqmail
   1.114 +	piped alias handling': fixed by using set[ug]id instead of sete[ug]id
   1.115 +	in peopen.c (noted by Colin Phipps)
   1.116 +	* limit count of children in pop3_in.c and wait for them
   1.117 +	* ignore SIGPIPE signal
   1.118 +	* docu updates by Uli Funcke
   1.119 +	* find path to masqmail via --prefix or --exec-prefix option for configure
   1.120 +	* implemented -v (log to stdout) option
   1.121 +0.2.3:
   1.122 +	* local_addresses and not_local_addreses option (patch by Uli Funcke)
   1.123 +	* replaced /usr/sbin/masqmail in fail_msg.c with /usr/sbin/sendmail
   1.124 +	* typo in man pages (noted by Sebastian Inacker)
   1.125 +	* hostnames can now begin with a digit (noted by CatcherInTheRye)
   1.126 +	* chdir to '/' (on some systems getcwd() failes when changing uid)
   1.127 +	* implemented lock_dir option
   1.128 +	* ignore EINVAL after fdatasync
   1.129 +	* configure option to link with libcrypto
   1.130 +	* configure option to disable resolver support
   1.131 +	* configure option to enable mserver support
   1.132 +	* configure option to disable smtp server
   1.133 +	* configure option to link glib statically
   1.134 +	* msg_count option for get configuration
   1.135 +	* bug fix: do not terminate if accept() return
   1.136 +	error (patch by Edouard G. Parmelan)
   1.137 +	* removed some files from package in
   1.138 +	debian (by Edouard G. Parmelan))
   1.139 +	* mailrm alias (by Edouard G. Parmelan)
   1.140 +	* bug fix: removed superfluous g_free from
   1.141 +	dot_unlock() (by Edouard G. Parmelan)
   1.142 +	* write uidl list to temporary file first
   1.143 +	* write uidl list each time a message was retrieved
   1.144 +	(avoid duplicate mails when interupted)
   1.145 +0.2.2:
   1.146 +	* fix of Debian Bug#92894 by Gregor Hoffleit
   1.147 +	(correct error reply for lacking permissions)
   1.148 +	* fixed 'last line missing' bug
   1.149 +	* fixed spool locking bug: lock was deleted
   1.150 +	if unsuccessful (unlocking it)
   1.151 +	* added patch from Uli Funcke for log_user
   1.152 +	(user getting all delivered mail)
   1.153 +	* implemented get daemon
   1.154 +	* create lock file when getting mail
   1.155 +	* use tables for finding route and get lists
   1.156 +0.2.1:
   1.157 +	* expand_h_sender_address now defaults to true (as described in docs)
   1.158 +	* included documentation patch by Marc Herbert (masqmail call in ifup configuration)
   1.159 +	* complain to log if failure message template cannot be opened
   1.160 +	* errmsg_file defaults to /etc/masqmail/tpl/failmsg.tpl
   1.161 +	* corrected error message for insufficient permissions (Debian Bug #92894)
   1.162 +	* get mail depending on connection: -go option and online_get
   1.163 +0.2.0:
   1.164 +	* included the debian/ directory from the debian package.
   1.165 +	* added return_path option for get configuration
   1.166 +	* added max_messages option for get configuration
   1.167 +	* added independent program 'mservdetect', which can be used with
   1.168 +	online_detect=pipe as replacement for online_detect=mserver
   1.169 +	* added online detection method 'pipe'
   1.170 +	* replaced configure option --with-conffile with --with-confdir, default
   1.171 +	is now /etc/masqmail/ (/etc/masqmail/masqmail.conf for the conf file).
   1.172 +	* added do_uidl_dele option (delete messages in uid listing on server)
   1.173 +	* qualify address for get configuration.
   1.174 +	* better checking for valid From: address when retrieving mail via pop3
   1.175 +	and this is used as the return path.
   1.176 +	* port number for mail_host in routes possible
   1.177 +	* introduce delivery failue notices
   1.178 +	* added addr_string() function for easy output of addresses
   1.179 +	* expire spool lock files after a while (currently 300s)
   1.180 +	* started development branch 0.2.x
   1.181 +	
   1.182 +0.1.12:
   1.183 +	* previous fix auf AUTH broke it - reverted it partially and fixed it again
   1.184 +	* bug fix in get.c: retrieval via pop from different server could cause mail to be lost
   1.185 +0.1.11:
   1.186 +	* bug fix in smtp_out.c: of AUTH methods supplied by server, only the first was recognized
   1.187 +0.1.10:
   1.188 +	* added support for IP address as mail_host in routes
   1.189 +	* include <time.h> in masqmail.h to make it compile with glibc 2.2.2
   1.190 +0.1.9:
   1.191 +	* fixed a few typos in man pages
   1.192 +	* ignore -v option
   1.193 +	* added patch from Bernhard Ehlers to program aliases runq, rmail, smtpd and in.smtpd
   1.194 +	* added patch from Edouard G. Parmelan to correct default directories to install
   1.195 +	* implemtented pipe, pipe_fromhack and pipe_fromline options
   1.196 +	for routes (for protocol 'pipe')
   1.197 +	* implememted 'pipe' protocol for routes
   1.198 +	* memset to 0 of configuration structures (it is safer and easier)
   1.199 +	* list of routes for each connection
   1.200 +	* do not be picky about EOF if locally received message is not terminated by a dot
   1.201 +	* speeded up accept.c for large messages (noted by Falko Flessner)
   1.202 +0.1.8:
   1.203 +	* security bug fix (Debian Bug#81079): if local address cannot be
   1.204 +	resolved, masqmail listened on an arbitrary port (fixed by Adel
   1.205 +	Belhouane)
   1.206 +	* bug fix: -d without argument caused segfault (Thanks to Jan Setzer)
   1.207 +	* added more help for configure
   1.208 +	* Iain Lea sent a spec file for Redhat. Thanks!
   1.209 +	* lines can now be indefinetely long for mail acception (well, nearly...)
   1.210 +	* implemented 'wrapper' options for routes and get configurations for ssl and maybe other purposes
   1.211 +	* unified read_sockline() for smtp_out.c, smtp_in.c, pop3_in.c, accept.c and mserver.c
   1.212 +	* escaping of quotes in configuration now possible and now works
   1.213 +	correctly in alias file (Edouard G. Parmelan sent a patch, but I fixed it differently)
   1.214 +	* kill -HUP seems to work now.
   1.215 +	* close all file descriptors >= 3 on start (patch by Edouard G. Parmelan)
   1.216 +	* replaced exit() with _exit where appropriate (children)
   1.217 +	* added pipe_fromhack and pipe_fromline options
   1.218 +	* added mda support and mda_fromhack and mda_fromline options
   1.219 +	* user can delete his own mail if received via smtp from one of ident_trusted_nets
   1.220 +	* bug fix in lookup.c: if the name that an MX points could not be resolved, delete entry
   1.221 +	* added expand_h_sender_address option. expend_h_sender_domain should be obsolete now.
   1.222 +	* unprivileged user can delete his own mail from queue if received locally
   1.223 +	* replaced popen() in local.c with peopen() from snippet from sourceforge. Fixed a bug there.
   1.224 +0.1.7:
   1.225 +	* debug option can be changed for privileged users only
   1.226 +	* fixed a security hole: -C option for unprivileged users now implies
   1.227 +	run_as_user and drops _all_ privileges
   1.228 +	* environment variables for pipe transport
   1.229 +	* wildcards for map_* options
   1.230 +	* rearranged interface handling, IP addresses now possible for
   1.231 +	listen_addresses and mserver_iface
   1.232 +	* beautified masqmail.c
   1.233 +	* revised uid and gid settings in spool.c and local.c (pipe transport)
   1.234 +	* optionally use ident protocol (RFC 1413) and store user id in spool file
   1.235 +	* proper spool file locking
   1.236 +0.1.6:
   1.237 +	* record user id in spool file (though it is not used anywhere)
   1.238 +	* command line option to remove messages from queue (-Mrm)
   1.239 +	* command line option for version information (-bV)
   1.240 +0.1.5:
   1.241 +	* implemented -F option
   1.242 +	* removed bug in accept.c (dot bug, noted by Andre Masloch)
   1.243 +	* location of main conf is now configurable with ./configure
   1.244 +	(suggested by Greger Hoffleit). Default is /etc/masqmail.conf.
   1.245 +	* remote_port defaults to 25 (noted by Andre Masloch)
   1.246 +	* docu fixes: remote_port documented and typo fix (noted by Andre Masloch. Again :-))
   1.247 +	* do not return failure on exit on delivery if mail queue was empty (noted by Andre Masloch)
   1.248 +	* qualify -f address with host_name if unqualified (noted by Andre Masloch)
   1.249 +0.1.4:
   1.250 +	* Jens Askengren discovered a segfaulting bug when parsing headers.
   1.251 +0.1.3:
   1.252 +	* warn if pop/auth options are given, but compiled without support
   1.253 +	* fixed allowed_rcpt_domains option (was broken since 0.1.0, but nobody noticed)
   1.254 +	* exit with 1 if queue run fails for any reason (not for daemon)
   1.255 +	* fail if alias file cannot be read
   1.256 +	* better handling of SMTP SIZE error
   1.257 +	* implemented alias_local_caseless option (suggestion by Andre Masloch)
   1.258 +	* case insensitive domain matching (noted by Andre Masloch)
   1.259 +	* removed nearly all warnings if compiled with -Wall
   1.260 +0.1.2:
   1.261 +	* some changes in configure.in
   1.262 +	* continue if get conf could not be read. Thanks to Edouard G. Parmelan!
   1.263 +	* fixed another bug on pipe addresses in spool.c
   1.264 +	* Andre Masloch found a bug in spool.c which caused a segfault on pipe addresses. Thanks!
   1.265 +0.1.1:
   1.266 +	* Edouard G. Parmelan sent a patch for starting a queue run on start of daemon. Thanks!
   1.267 +	* rpm packages for SuSE
   1.268 +	* regard CFLAGS in Makefile.am
   1.269 +	* implemtented -g <name> option
   1.270 +	* be more verbose in pop3_get.c
   1.271 +	* implemented -f option (set return path)
   1.272 +	* fixed bug: "no debug file, msg was:" in smtp_out.c when debugging was off
   1.273 +	* internal changes of smtp_out_log_failure()
   1.274 +	* removed 'no log file' error
   1.275 +	* complain if host name could not be resolved in connect.c
   1.276 +	* added option resolve_list for route and get configurations
   1.277 +	* removed bug in rcptlist_with_one_of_hostlist(): exited when
   1.278 +	list was empty
   1.279 +0.1.0:
   1.280 +	* included ESMTP AUTH support (as client), CRAM-MD5 only
   1.281 +	* included pop3 client support, with UIDL and APOP, single drop only
   1.282 +	* rearranged routing code:
   1.283 +	  - messages will be deleted from spool earlier, as soon as they are delivered
   1.284 +	  - unified online/offline delivery, making it more simple
   1.285 +	
   1.286 +0.0.13:
   1.287 +        * ignore set_h_{from,reply_to}_domain if map_h_{from,reply_to}_addresses
   1.288 +        is set and warn in logs about misconfiguration.
   1.289 +        * fail if there are no recipients
   1.290 +        * fixed bug: if called with -t, qualify recipient address with host_name
   1.291 +        * fixed bug: if called with -bi, no longer wait for message on stdin
   1.292 +0.0.12:
   1.293 +        * warn if spool file could not be deleted (Thanks to Alberto González
   1.294 +        Palomo)
   1.295 +        * fixed bug: set len for getsockname
   1.296 +        * fixed bug: set local_net_routes to NULL if there is no local net
   1.297 +        (noted by Frank Schnekenbuehl)
   1.298 +        * say 'mail queue is empty' if mail queue is empty (Thanks to
   1.299 +        Frank Schnekenbuehl)
   1.300 +        * fixed bug: setegid in local.c (was noted by both Michael Piefel and
   1.301 +        Alberto González Palomo)
   1.302 +0.0.11:
   1.303 +        * if Bcc: headers have been removed (-t option), and there is no To:
   1.304 +        or Cc: header,an empty Bcc: header will be created (RFC 822
   1.305 +        compliance!)
   1.306 +        * fixed bug: if rcpts are given on command line To: headers were
   1.307 +        created, even if they already existed. This caused Bcc: recipient
   1.308 +        addresses to be revealed if they were given on the cmd line.
   1.309 +        Now a To: header is only created if there is no To:, Cc: or Bcc:
   1.310 +        header. Thanks to Richard Clamp for pointing this out.
   1.311 +        * fixed bug: segfault when -d option was given without arguments
   1.312 +        * fixed bug: segfault when configuration file not found
   1.313 +0.0.10:
   1.314 +	* removed -g option from Makefile
   1.315 +	* fixed bug: -odq did not work, was broken in some earlier version
   1.316 +	* addresses with leading '\' will not be expanded any further in aliases
   1.317 +	* pipe transport implemented
   1.318 +	* alias support implemented.
   1.319 +	* changed permissions for queue runs again: got to be root,
   1.320 +	mail or in group trusted.
   1.321 +	* some configuration parameters can be read from files
   1.322 +	* internal changes in routing logics/deliver code, preparing for
   1.323 +	aliases support.
   1.324 +	* Gregor Hoffleit sent another patch: use liblockfile if available
   1.325 +	(Debian!) and DESTDIR will be used. Also updated the NEWS file. Thanks
   1.326 +	again!
   1.327 +	* define fdatasync to fsync if not available.
   1.328 +	* lookup.c includes sys/types.h, some environments need this
   1.329 +	* fixed bug in RFC 822 parsing: name in brackets after address
   1.330 +	caused problems. Thanks to David Maslen.
   1.331 +	* values in tables without leading spaces
   1.332 +0.0.9:
   1.333 +	* anyone in group 'trusted' is now allowed to do queue runs. Thanks to
   1.334 +	Alberto Gonzalez Palomo for the suggestion.
   1.335 +	* changed umask for spool writing to 026.
   1.336 +	* removed silly 'no rcpt domain for this route' message
   1.337 +	* there is now a mailing list
   1.338 +	(see http://www.innominate.org/mailman/listinfo/masqmail)
   1.339 +	* Gregor Hoffleit sent a patch to make masqmail work with mutt (and
   1.340 +	balsa and any other MUA that uses the mutt libs): it now supports
   1.341 +	'--' in options. Thanks!
   1.342 +	* accept_message() supports flag ACC_NO_RECVD_HDR (but this is not
   1.343 +	used in masqmail).
   1.344 +	* accept_message() is no longer responsible for queuing, makes it
   1.345 +	easier to recycle the code for other projects (eg. jpilot-Mail)
   1.346 +0.0.8:
   1.347 +	* added a FAQ page.
   1.348 +	* removed all warnings, at least for egcs. Output of make looks
   1.349 +	pretty now ;-)
   1.350 +	* added allowed_mail_locals and not_allowed_mail_locals options for
   1.351 +	routes.
   1.352 +	* implemented folding und unfolding of headers (but currently used
   1.353 +	for the Received: header only).
   1.354 +	* corrected docs: should be 'online_detect', NOT 'detect_online'.
   1.355 +	* mailq now gives information about the time mails spent in the queue,
   1.356 +	the message size and the received host.
   1.357 +	* added allowed_rcpt_domains option for routes.
   1.358 +	* increased buffer size to 1024 for SMTP responses when delivering.
   1.359 +	* fixed minor bug: slash in unquoted strings in conf parsing was not
   1.360 +	allowed.
   1.361 +0.0.7:
   1.362 +	* fixed a bug in smtp_out.c: sock was tested before it was initialized.
   1.363 +	* fixed a bug in the configuration code: for statements in two
   1.364 +	adjacent lines, the second was not recognized.
   1.365 +0.0.6:
   1.366 +	* rewrote part of the configuration parsing code because it caused
   1.367 +	problems with reading config statements on multiple lines.
   1.368 +	* added a LF after each mail local mail spool file, as this
   1.369 +	seems to be required for some MUAs and especially cucipop when
   1.370 +	it reads mails. Otherwise mails seem to be concatenated. Thanks
   1.371 +	to Dale Perkel for pointing this out.
   1.372 +0.0.5:
   1.373 +	* added  expand_h_sender_domain option (boolean, default: true)
   1.374 +	because some clients use the Sender: address as the sender address
   1.375 +	(though it should be the From: address).
   1.376 +	* changed configure script to better recognize whether libresolv
   1.377 +	should be linked or not.
   1.378 +	* fixed a nasty bug: if masqmail -q was called (or qo <name>
   1.379 + 	and a mail was not delivered), the headers were lost! Problem was an
   1.380 + 	additional LF after received_host in the spool file.
   1.381 +0.0.4:
   1.382 +	* 'From' hack is now a 'From ' hack.
   1.383 +	* configure now accepts options --with-logdir=LOGDIR and
   1.384 +	--with-spooldir=SPOOLDIR.
   1.385 +	* the directories /var/masqmail and /var/spool/masqmail will now be
   1.386 +	created with make install; user and group will be set appropriately
   1.387 +	* configure now accepts options --with-user=USER and --with-group=GROUP
   1.388 +	* dove into autoconf: configure now recognizes libc5 and links with
   1.389 +	libresolv only for libc6 and defines getline for libc5
   1.390 +	* fixed timeout code when sending. This was broken in some earlier
   1.391 +	version.
   1.392 +0.0.3:
   1.393 +	* fixed bug in spool write code: rcpt address was written incorrectly
   1.394 +	to spool file under some circumstances (with a LF).
   1.395 +	* added methods for online detection (file and mserver) and added code
   1.396 +	to deliver immediately when mail is received at online time.
   1.397 +	* too many changes to list: rearranged routing code, unified smtp
   1.398 +	deliveries to the local net with online deliveries, so now route
   1.399 +	configurations can be used for the local net. Also multiple messages
   1.400 +	per connection for the local net possible. And reduced code size.
   1.401 +	* fixed bug: if server does not use neither the esmtp size extension
   1.402 +	nor pipelining, output after MAIL FROM was not flushed. So MM waited
   1.403 +	forever for a response...
   1.404 +0.0.2:
   1.405 +	* fixed bug: euid was not set properly for local delivery
   1.406 +	* when debugging, it does not write the whole message to the log
   1.407 +	any more.
   1.408 +	* added 'From' hack
   1.409 +	* qualified address for return path and recipients is now required
   1.410 +	if not accepted locally, if locally accepted the addresses will be
   1.411 +	qualified with host_name. (Thereby fixed a seg fault bug)
   1.412 +	* added -i option (same as -oi)
   1.413 +	* added more header rewriting (set_ and map_ options)
   1.414 +	* fixed bug: potential seg fault when writing spool files because it
   1.415 +	was not read properly
   1.416 +	* multiple messages per connection now also if mail is sent directly
   1.417 +	(same for local_nets is still missing, but I will use routes for these
   1.418 +	anyway in the future)
   1.419 +	* the queue will now be read in random order
   1.420 +	* implemented multiple messages per connection (but only online
   1.421 +	and if mail_host is defined)
   1.422 +	* implemented rewriting of local parts in return path for online
   1.423 +	delivery
   1.424 +	* domain matching is no longer case sensitive (had to define
   1.425 +	_GNU_SOURCE so that I could use FNM_CASEFOLD for fnmatch)
   1.426 +	* added do_correct_helo option for routes
   1.427 +	* fixed bug: corrected retrying hosts if one failed (connect.c).
   1.428 +0.0.1:
   1.429 +	* fixed bug: seg fault when delivering online directly and there was
   1.430 +	more than one rcpt to a single host.
   1.431 +	* fixed bug: if mail was succesfully delivered in online mode to all
   1.432 +	rcpts, and if there were additional (local) rcpts for which the mail
   1.433 +	was not	yet delivered, the mail was deleted from spool.
   1.434 +	* rearranged smtp_out.c to prepare for multiple messages per connection
   1.435 +	* log now shows the real host a message is sent to by SMTP (previously
   1.436 +	it was the one looked for, now it is the one that was found by DNS)
   1.437 +	* added NOOP, HELP and not recognized replies in smtp_in
   1.438 +	* fixed bug: forgot to close dup_sock in accept_connect (listen.c)
   1.439 +	* can now list the queue with the -bp option or when called as mailq
   1.440 +	* debug_level is now configurable and -d option added
   1.441 +	* corrected rfc821 address parsing and rearranged code
   1.442 +0.0.0:
   1.443 +	* initial release