masqmail-0.2

view ChangeLog @ 169:fa7641eb29c7

next version will be 0.2.28 (Note: Version 0.2.27 had still `0.2.26' in configure.ac.)
author meillo@marmaro.de
date Mon, 19 Jul 2010 12:32:21 +0200
parents e197e6f4dd94
children 3dc9bf11858c
line source
1 This ChangeLog file summarizes the (implementation) changes from the
2 technical view.
4 The code repository log file provides the changes in full detail.
6 Have a look at the NEWS file for a summary of the changes in a less
7 technical speach and with focus on compatibility.
10 0.2.27 Sun, 18 Jul 2010 22:40:04 +0200
11 * replaced the MD5 implementation with the one of Solar
12 Designer
13 * replaced hmac_md5.c with an own implementation of RFC 2104
14 * added authors of contributed parts to AUTHORS
16 0.2.26 Sun, 18 Jul 2010 10:28:43 +0200
17 * write a log message when the daemon starts up. Thanks to
18 Juergen Daubert.
19 * added a missing #include <sys/stat.h> to local.c. Thanks to
20 Dominik Lang (phil).
21 * improved documentation of `wrapper' in route files
22 * fix handling of --with-liblockfile=no or
23 --without-liblockfile. Thanks to Nico Roeser.
24 * documentation improvements in the INSTALL file and some man
25 pages. Thanks to Nico Roeser.
26 * added misc/update-manpage-date, a development helper script
27 to update the date and version in man pages
29 0.2.25 Thu, 08 Jul 2010 00:49:36 +0200
30 * added server-side SMTP SIZE support. Thanks to Paolo.
31 * always remove Bcc: headers from now on
32 * never create headers from envelope recipients from now on
33 * add ``To: undisclosed-recipients:;'' if no recipient header
34 is present
35 * added checks for too long addresses in SMTP dialog. Thanks
36 to Paolo.
37 * allow colons (`:') unquoted in config file. Thanks to Paolo.
38 * new warnmsg.tpl.it. Thanks to Paolo.
39 * don't install the tests any longer
40 * remove all installed dirs but no generated data (logs,
41 spooled files, config)
42 * removed the ACC_NO_RECVD_HDR because it is never used
43 * changed name ACC_NODOT_TERM to ACC_DOT_IGNORE for better
44 understanding
45 * fixed max_size_delete
46 * added Paolo's mailq.wmbiffrc
47 * better debugging output. Thanks to Paolo.
48 * documented some, yet undocumented, config options
49 * improved documentation of -t option
50 * moved rmail to sbin and added man page for rmail(8)
51 * several typo fixes in man pages and code comments
52 * gen-dist: don't distribute mercurial files
54 0.2.24 Mon, 21 Jun 2010 10:07:32 +0200
55 * removed dead code in child.c
56 * fixed closing of log files on receival of SIGHUP. See commit
57 message and http://bugs.debian.org/536060 .
58 * the daemon does reparent to init anymore if init is already
59 its parent. This situation appears on SIGHUP receival.
60 * fixed correct processing of mails with data lines longer
61 4096 chars. See commit message for details.
62 * various refactoring
63 * fixed is_ingroup() to check for the primary group of users
64 * moved man page of mservdetect to section 1
65 * added rmail script from postfix which is a bit better than
66 calling masqmail as rmail. See docs/uucp-setup
67 * permissions.c describes how to make another group (e.g.
68 `uucp') trusted
69 * uninstall target removes now docs and thelike
70 * minor updates in the documentation
72 0.2.23 Sun, 30 May 2010 21:00:44 +0200
73 * fixed inverted condition for undefined online_file. Thanks to
74 Juergen Daubert.
75 * masqmail installs to /usr/local by default now. Previously it
76 installed to /usr.
77 * man pages get installed again. Again thanks to Juergen Daubert.
78 Docs and examples do get installed now too.
79 * updated the docs. Moved the man pages from docs/ to man/.
80 Added the old manual from the old website to the distribution.
81 * reworked the test cases completely.
82 * updated the README file and added a bug report howto
83 * fixed dist-gen (wrong paths for md5sum)
85 0.2.22 Thu, 20 May 2010 21:19:56 +0200
86 * new maintainer: markus schnalke <meillo@marmaro.de>. See NEWS.
87 * fixed expanding of $prefix for template files. Thanks to Johann
88 Felix Soden.
89 * fixed delivery with empty or non-existent alias files.
90 Thanks to Marcos Dione.
91 * fixed empty or only-whitespace connection names.
92 * fixed typos, reported by Reuben Thomas.
93 * corrected man page about /etc/aliases. Thanks to Alexis.
94 * further corrections and improvements in man pages. Man pages will
95 be maintained in the nroff code directly in future.
96 * removed distribution specific data from repo. It is now separately
97 available on the website.
98 * changed default online status file to /var/run/masqmail/masqmail-route
99 * removed trigraph warnings
101 0.2.21 Mon, 07 Nov 2005 14:09:21 -0800
102 * do not use shell when executing sub programs (security fix)
103 * do not accept backtick in email adresses (security fix)
104 * write log files as 'mail' user (security fix)
105 * use /var/run/masqmail/ for pid files
106 0.2.20 Mon, 19 May 2003 21:14:06 +0200
107 * fixed a segfaulting bug in spool.c caused by folded headers
108 * regard connect_error_fail when failing for pipes (Debian Bug #186364)
109 * hopefully fixed uid/gid problem in peidopen.c
110 0.2.19 Wed, 12 Mar 2003 21:33:53 +0100
111 * fixed a bug in addr_string (set buffer = NULL if g_free'd buffer)
112 0.2.18 Fri, 06 Dec 2002 14:57:41 +0100
113 * new option connect_error_fail
114 * install /var/{log,spool} before subdirs, so
115 they get correct ownerships, if installing to a tmp. directory
116 Thx to Juergen Daubert.
117 * failure notices and warnings also if connection fails
118 0.2.17 Thu, 28 Nov 2002 14:59:24 +0100
119 * fixed errors in man page masqmail.conf.5 about online_detect
120 Thx to Juergen Daubert.
121 * fixed a segfaulting bug in accept.c on pop retrieval, if there
122 is no return_path in the mail and Sender: is empty.
123 Thx to Olaf Buddenhagen for debug information.
124 * implemented 'last_route' option
125 * moved *.tpl to /usr/share/masqmail/tpl (from /etc/masqmail/tpl)
126 * french translation of warnmsg.tpl by Rémi Denis-Courmont
127 * added delivery warn messages for deferals
128 new options: 'warn_intervals', 'warnmsg_file', 'max_defer_time'
129 * warn/fail also if remote SMTP server replies with 4xx or 5xx
130 just after EHLO/HELO (yes, that was a bug)
131 * removed a few -Wall warnings. Thanks to Juergen Daubert.
132 0.2.16 Tue, 12 Nov 2002 17:27:13 +0100
133 * fixed debugging, which has been broken in 0.2.15
134 0.2.15 Wed, 06 Nov 2002 12:19:55 +0100
135 * added french translation of delivery failure message template.
136 Thanks to Rémi Denis-Courmont
137 * accept -f "" without segfaulting. Thanks to Ralf Friedl.
138 * fixed buffer overflows in conf.c. Thanks to Damian M Gryski.
139 * read conf file _after_ dropping privileges
140 0.2.14 Sat, 26 Oct 2002 14:40:49 +0200
141 * corrected html version of documentation
142 * include masqmail.8 man page (was garbled in 0.2.13)
143 * small lintian fixes for Debian
144 0.2.13 Wed, 23 Oct 2002 20:54:39 +0200
145 * fixed a possible buffer overflow (IMHO not exploitable) Thanks to Anonymous.
146 0.2.12 Wed, 23 Oct 2002 18:57:42 +0200
147 * new do_pipelining option (to switch it off if necessary)
148 * new helo_name option for route
149 * fixed remote_port option (but marked it as deprecated)
150 * swapped setegid/seteuid in maildir_out()
151 * try again on EAGAIN failure for local delivery via mbox
152 0.2.11:
153 * make it possible for *.route file to have mode 600, owned by root.
154 Thx to Juergen Daubert for noticing.
155 * do not choke on trailing blanks after comments in conf file. Anonymous
156 again.
157 * try again on EAGAIN failure for local delivery via mda
158 * fixed a potential buffer overflow in conf.c. Thanks to Anonymous
159 again.
160 * set umask 066 for log files. Thanks to Anonymous.
161 * implemented map_h_mail_followup_to_addresses
162 * fixed a bug: masqmail -t with empty body caused weird
163 errors. Thanks to Anonymous.
164 * added do_save_envelope_to option
165 0.2.10:
166 * fixed a small bug in mserver.c (atoi) (Thanks to Gert Ohme)
167 * allow ';' in rval also if rval is unqoted
168 * write pidfiles to /var/run/masqmail{,-get}.pid
169 * now runs on freebsd without leaving zombies
170 * use setjmp() in readsock.c for timeouts
171 0.2.9:
172 * attempts to make it compile on freebsd
173 - works, but leaves zombies behind (will be done next release, I hope)
174 * removed some bashisms from configure.ac
175 * fixed segfault when called with -t under some circumstances
176 * some fixes about locking when fetching mail (yes, 0 _is_ a valid fd...)
177 * some speedups for uidl handling, and do not bloat log files any more
178 0.2.8:
179 * use flock() for locking in retrieving mails (get.c)
180 * can use /etc/mailname as host_name (for Debian)
181 * added ESMTP LOGIN
182 * made uidl handling even more safe
183 0.2.7:
184 * fixed stupid locking bug
185 * do not complain about 'unknown mode' when getting mail
186 * added italian version of failmsg.tpl (by Paolo)
187 * changed MIME boundaries in failmsg.tpl (Paolo)
188 * applied patches from Paolo (Gabel - ):
189 mostly replacing g_strdup_printf() with g_strdup(), a few ticks ('),
190 changed SENDER_LOCAL environment variable and fixed missing '\' in
191 debian/masqmail.ip-up
192 0.2.6:
193 * rediscovered previously undocumented allowed_return_paths option for
194 routes and made it usable for null sender addresses.
195 * added mbox_default, and {mbox,mda,maildir}_users options
196 * changes to vsnprintf function use in pop3_in.c and smtp_in.c (by egp)
197 * fixes to ip-up/ip-down scripts (by Ben Low)
198 * ENABLE_SMTP_SERVER define was incorrectly written as
199 ENABLE_MODE_SMTP (by Ben Low)
200 * fixed bug in get_header() in src/header.c (by egp)
201 0.2.5:
202 * PowerPC fix for varargs functions
203 * relay checking: if do_relay is set to false, do not allow non local
204 to non local addresses
205 * alias is always caseless for postmaster (disregarding
206 alias_local_caseless option)
207 * do not rebounce to postmaster
208 * implemented Maildir support
209 * rearranged append_file in local.c
210 * use sysexits.h for correct error reply for failure messages (mda only)
211 0.2.4:
212 * fixed uidl bug: uidl list was not written if a mail was not
213 fetched because it was in the list
214 * fixed bug in src/conf.c: g_free'd twice in destroy_route()
215 * security fix, Debian Bug#102092: 'Privilege escalation in masqmail
216 piped alias handling': fixed by using set[ug]id instead of sete[ug]id
217 in peopen.c (noted by Colin Phipps)
218 * limit count of children in pop3_in.c and wait for them
219 * ignore SIGPIPE signal
220 * docu updates by Uli Funcke
221 * find path to masqmail via --prefix or --exec-prefix option for configure
222 * implemented -v (log to stdout) option
223 0.2.3:
224 * local_addresses and not_local_addreses option (patch by Uli Funcke)
225 * replaced /usr/sbin/masqmail in fail_msg.c with /usr/sbin/sendmail
226 * typo in man pages (noted by Sebastian Inacker)
227 * hostnames can now begin with a digit (noted by CatcherInTheRye)
228 * chdir to '/' (on some systems getcwd() failes when changing uid)
229 * implemented lock_dir option
230 * ignore EINVAL after fdatasync
231 * configure option to link with libcrypto
232 * configure option to disable resolver support
233 * configure option to enable mserver support
234 * configure option to disable smtp server
235 * configure option to link glib statically
236 * msg_count option for get configuration
237 * bug fix: do not terminate if accept() return
238 error (patch by Edouard G. Parmelan)
239 * removed some files from package in
240 debian (by Edouard G. Parmelan))
241 * mailrm alias (by Edouard G. Parmelan)
242 * bug fix: removed superfluous g_free from
243 dot_unlock() (by Edouard G. Parmelan)
244 * write uidl list to temporary file first
245 * write uidl list each time a message was retrieved
246 (avoid duplicate mails when interupted)
247 0.2.2:
248 * fix of Debian Bug#92894 by Gregor Hoffleit
249 (correct error reply for lacking permissions)
250 * fixed 'last line missing' bug
251 * fixed spool locking bug: lock was deleted
252 if unsuccessful (unlocking it)
253 * added patch from Uli Funcke for log_user
254 (user getting all delivered mail)
255 * implemented get daemon
256 * create lock file when getting mail
257 * use tables for finding route and get lists
258 0.2.1:
259 * expand_h_sender_address now defaults to true (as described in docs)
260 * included documentation patch by Marc Herbert (masqmail call in ifup configuration)
261 * complain to log if failure message template cannot be opened
262 * errmsg_file defaults to /etc/masqmail/tpl/failmsg.tpl
263 * corrected error message for insufficient permissions (Debian Bug #92894)
264 * get mail depending on connection: -go option and online_get
265 0.2.0:
266 * included the debian/ directory from the debian package.
267 * added return_path option for get configuration
268 * added max_messages option for get configuration
269 * added independent program 'mservdetect', which can be used with
270 online_detect=pipe as replacement for online_detect=mserver
271 * added online detection method 'pipe'
272 * replaced configure option --with-conffile with --with-confdir, default
273 is now /etc/masqmail/ (/etc/masqmail/masqmail.conf for the conf file).
274 * added do_uidl_dele option (delete messages in uid listing on server)
275 * qualify address for get configuration.
276 * better checking for valid From: address when retrieving mail via pop3
277 and this is used as the return path.
278 * port number for mail_host in routes possible
279 * introduce delivery failue notices
280 * added addr_string() function for easy output of addresses
281 * expire spool lock files after a while (currently 300s)
282 * started development branch 0.2.x
284 0.1.12:
285 * previous fix auf AUTH broke it - reverted it partially and fixed it again
286 * bug fix in get.c: retrieval via pop from different server could cause mail to be lost
287 0.1.11:
288 * bug fix in smtp_out.c: of AUTH methods supplied by server, only the first was recognized
289 0.1.10:
290 * added support for IP address as mail_host in routes
291 * include <time.h> in masqmail.h to make it compile with glibc 2.2.2
292 0.1.9:
293 * fixed a few typos in man pages
294 * ignore -v option
295 * added patch from Bernhard Ehlers to program aliases runq, rmail, smtpd and in.smtpd
296 * added patch from Edouard G. Parmelan to correct default directories to install
297 * implemtented pipe, pipe_fromhack and pipe_fromline options
298 for routes (for protocol 'pipe')
299 * implememted 'pipe' protocol for routes
300 * memset to 0 of configuration structures (it is safer and easier)
301 * list of routes for each connection
302 * do not be picky about EOF if locally received message is not terminated by a dot
303 * speeded up accept.c for large messages (noted by Falko Flessner)
304 0.1.8:
305 * security bug fix (Debian Bug#81079): if local address cannot be
306 resolved, masqmail listened on an arbitrary port (fixed by Adel
307 Belhouane)
308 * bug fix: -d without argument caused segfault (Thanks to Jan Setzer)
309 * added more help for configure
310 * Iain Lea sent a spec file for Redhat. Thanks!
311 * lines can now be indefinetely long for mail acception (well, nearly...)
312 * implemented 'wrapper' options for routes and get configurations for ssl and maybe other purposes
313 * unified read_sockline() for smtp_out.c, smtp_in.c, pop3_in.c, accept.c and mserver.c
314 * escaping of quotes in configuration now possible and now works
315 correctly in alias file (Edouard G. Parmelan sent a patch, but I fixed it differently)
316 * kill -HUP seems to work now.
317 * close all file descriptors >= 3 on start (patch by Edouard G. Parmelan)
318 * replaced exit() with _exit where appropriate (children)
319 * added pipe_fromhack and pipe_fromline options
320 * added mda support and mda_fromhack and mda_fromline options
321 * user can delete his own mail if received via smtp from one of ident_trusted_nets
322 * bug fix in lookup.c: if the name that an MX points could not be resolved, delete entry
323 * added expand_h_sender_address option. expend_h_sender_domain should be obsolete now.
324 * unprivileged user can delete his own mail from queue if received locally
325 * replaced popen() in local.c with peopen() from snippet from sourceforge. Fixed a bug there.
326 0.1.7:
327 * debug option can be changed for privileged users only
328 * fixed a security hole: -C option for unprivileged users now implies
329 run_as_user and drops _all_ privileges
330 * environment variables for pipe transport
331 * wildcards for map_* options
332 * rearranged interface handling, IP addresses now possible for
333 listen_addresses and mserver_iface
334 * beautified masqmail.c
335 * revised uid and gid settings in spool.c and local.c (pipe transport)
336 * optionally use ident protocol (RFC 1413) and store user id in spool file
337 * proper spool file locking
338 0.1.6:
339 * record user id in spool file (though it is not used anywhere)
340 * command line option to remove messages from queue (-Mrm)
341 * command line option for version information (-bV)
342 0.1.5:
343 * implemented -F option
344 * removed bug in accept.c (dot bug, noted by Andre Masloch)
345 * location of main conf is now configurable with ./configure
346 (suggested by Greger Hoffleit). Default is /etc/masqmail.conf.
347 * remote_port defaults to 25 (noted by Andre Masloch)
348 * docu fixes: remote_port documented and typo fix (noted by Andre Masloch. Again :-))
349 * do not return failure on exit on delivery if mail queue was empty (noted by Andre Masloch)
350 * qualify -f address with host_name if unqualified (noted by Andre Masloch)
351 0.1.4:
352 * Jens Askengren discovered a segfaulting bug when parsing headers.
353 0.1.3:
354 * warn if pop/auth options are given, but compiled without support
355 * fixed allowed_rcpt_domains option (was broken since 0.1.0, but nobody noticed)
356 * exit with 1 if queue run fails for any reason (not for daemon)
357 * fail if alias file cannot be read
358 * better handling of SMTP SIZE error
359 * implemented alias_local_caseless option (suggestion by Andre Masloch)
360 * case insensitive domain matching (noted by Andre Masloch)
361 * removed nearly all warnings if compiled with -Wall
362 0.1.2:
363 * some changes in configure.in
364 * continue if get conf could not be read. Thanks to Edouard G. Parmelan!
365 * fixed another bug on pipe addresses in spool.c
366 * Andre Masloch found a bug in spool.c which caused a segfault on pipe addresses. Thanks!
367 0.1.1:
368 * Edouard G. Parmelan sent a patch for starting a queue run on start of daemon. Thanks!
369 * rpm packages for SuSE
370 * regard CFLAGS in Makefile.am
371 * implemtented -g <name> option
372 * be more verbose in pop3_get.c
373 * implemented -f option (set return path)
374 * fixed bug: "no debug file, msg was:" in smtp_out.c when debugging was off
375 * internal changes of smtp_out_log_failure()
376 * removed 'no log file' error
377 * complain if host name could not be resolved in connect.c
378 * added option resolve_list for route and get configurations
379 * removed bug in rcptlist_with_one_of_hostlist(): exited when
380 list was empty
381 0.1.0:
382 * included ESMTP AUTH support (as client), CRAM-MD5 only
383 * included pop3 client support, with UIDL and APOP, single drop only
384 * rearranged routing code:
385 - messages will be deleted from spool earlier, as soon as they are delivered
386 - unified online/offline delivery, making it more simple
388 0.0.13:
389 * ignore set_h_{from,reply_to}_domain if map_h_{from,reply_to}_addresses
390 is set and warn in logs about misconfiguration.
391 * fail if there are no recipients
392 * fixed bug: if called with -t, qualify recipient address with host_name
393 * fixed bug: if called with -bi, no longer wait for message on stdin
394 0.0.12:
395 * warn if spool file could not be deleted (Thanks to Alberto González
396 Palomo)
397 * fixed bug: set len for getsockname
398 * fixed bug: set local_net_routes to NULL if there is no local net
399 (noted by Frank Schnekenbuehl)
400 * say 'mail queue is empty' if mail queue is empty (Thanks to
401 Frank Schnekenbuehl)
402 * fixed bug: setegid in local.c (was noted by both Michael Piefel and
403 Alberto González Palomo)
404 0.0.11:
405 * if Bcc: headers have been removed (-t option), and there is no To:
406 or Cc: header,an empty Bcc: header will be created (RFC 822
407 compliance!)
408 * fixed bug: if rcpts are given on command line To: headers were
409 created, even if they already existed. This caused Bcc: recipient
410 addresses to be revealed if they were given on the cmd line.
411 Now a To: header is only created if there is no To:, Cc: or Bcc:
412 header. Thanks to Richard Clamp for pointing this out.
413 * fixed bug: segfault when -d option was given without arguments
414 * fixed bug: segfault when configuration file not found
415 0.0.10:
416 * removed -g option from Makefile
417 * fixed bug: -odq did not work, was broken in some earlier version
418 * addresses with leading '\' will not be expanded any further in aliases
419 * pipe transport implemented
420 * alias support implemented.
421 * changed permissions for queue runs again: got to be root,
422 mail or in group trusted.
423 * some configuration parameters can be read from files
424 * internal changes in routing logics/deliver code, preparing for
425 aliases support.
426 * Gregor Hoffleit sent another patch: use liblockfile if available
427 (Debian!) and DESTDIR will be used. Also updated the NEWS file. Thanks
428 again!
429 * define fdatasync to fsync if not available.
430 * lookup.c includes sys/types.h, some environments need this
431 * fixed bug in RFC 822 parsing: name in brackets after address
432 caused problems. Thanks to David Maslen.
433 * values in tables without leading spaces
434 0.0.9:
435 * anyone in group 'trusted' is now allowed to do queue runs. Thanks to
436 Alberto Gonzalez Palomo for the suggestion.
437 * changed umask for spool writing to 026.
438 * removed silly 'no rcpt domain for this route' message
439 * there is now a mailing list
440 (see http://www.innominate.org/mailman/listinfo/masqmail)
441 * Gregor Hoffleit sent a patch to make masqmail work with mutt (and
442 balsa and any other MUA that uses the mutt libs): it now supports
443 '--' in options. Thanks!
444 * accept_message() supports flag ACC_NO_RECVD_HDR (but this is not
445 used in masqmail).
446 * accept_message() is no longer responsible for queuing, makes it
447 easier to recycle the code for other projects (eg. jpilot-Mail)
448 0.0.8:
449 * added a FAQ page.
450 * removed all warnings, at least for egcs. Output of make looks
451 pretty now ;-)
452 * added allowed_mail_locals and not_allowed_mail_locals options for
453 routes.
454 * implemented folding und unfolding of headers (but currently used
455 for the Received: header only).
456 * corrected docs: should be 'online_detect', NOT 'detect_online'.
457 * mailq now gives information about the time mails spent in the queue,
458 the message size and the received host.
459 * added allowed_rcpt_domains option for routes.
460 * increased buffer size to 1024 for SMTP responses when delivering.
461 * fixed minor bug: slash in unquoted strings in conf parsing was not
462 allowed.
463 0.0.7:
464 * fixed a bug in smtp_out.c: sock was tested before it was initialized.
465 * fixed a bug in the configuration code: for statements in two
466 adjacent lines, the second was not recognized.
467 0.0.6:
468 * rewrote part of the configuration parsing code because it caused
469 problems with reading config statements on multiple lines.
470 * added a LF after each mail local mail spool file, as this
471 seems to be required for some MUAs and especially cucipop when
472 it reads mails. Otherwise mails seem to be concatenated. Thanks
473 to Dale Perkel for pointing this out.
474 0.0.5:
475 * added expand_h_sender_domain option (boolean, default: true)
476 because some clients use the Sender: address as the sender address
477 (though it should be the From: address).
478 * changed configure script to better recognize whether libresolv
479 should be linked or not.
480 * fixed a nasty bug: if masqmail -q was called (or qo <name>
481 and a mail was not delivered), the headers were lost! Problem was an
482 additional LF after received_host in the spool file.
483 0.0.4:
484 * 'From' hack is now a 'From ' hack.
485 * configure now accepts options --with-logdir=LOGDIR and
486 --with-spooldir=SPOOLDIR.
487 * the directories /var/masqmail and /var/spool/masqmail will now be
488 created with make install; user and group will be set appropriately
489 * configure now accepts options --with-user=USER and --with-group=GROUP
490 * dove into autoconf: configure now recognizes libc5 and links with
491 libresolv only for libc6 and defines getline for libc5
492 * fixed timeout code when sending. This was broken in some earlier
493 version.
494 0.0.3:
495 * fixed bug in spool write code: rcpt address was written incorrectly
496 to spool file under some circumstances (with a LF).
497 * added methods for online detection (file and mserver) and added code
498 to deliver immediately when mail is received at online time.
499 * too many changes to list: rearranged routing code, unified smtp
500 deliveries to the local net with online deliveries, so now route
501 configurations can be used for the local net. Also multiple messages
502 per connection for the local net possible. And reduced code size.
503 * fixed bug: if server does not use neither the esmtp size extension
504 nor pipelining, output after MAIL FROM was not flushed. So MM waited
505 forever for a response...
506 0.0.2:
507 * fixed bug: euid was not set properly for local delivery
508 * when debugging, it does not write the whole message to the log
509 any more.
510 * added 'From' hack
511 * qualified address for return path and recipients is now required
512 if not accepted locally, if locally accepted the addresses will be
513 qualified with host_name. (Thereby fixed a seg fault bug)
514 * added -i option (same as -oi)
515 * added more header rewriting (set_ and map_ options)
516 * fixed bug: potential seg fault when writing spool files because it
517 was not read properly
518 * multiple messages per connection now also if mail is sent directly
519 (same for local_nets is still missing, but I will use routes for these
520 anyway in the future)
521 * the queue will now be read in random order
522 * implemented multiple messages per connection (but only online
523 and if mail_host is defined)
524 * implemented rewriting of local parts in return path for online
525 delivery
526 * domain matching is no longer case sensitive (had to define
527 _GNU_SOURCE so that I could use FNM_CASEFOLD for fnmatch)
528 * added do_correct_helo option for routes
529 * fixed bug: corrected retrying hosts if one failed (connect.c).
530 0.0.1:
531 * fixed bug: seg fault when delivering online directly and there was
532 more than one rcpt to a single host.
533 * fixed bug: if mail was succesfully delivered in online mode to all
534 rcpts, and if there were additional (local) rcpts for which the mail
535 was not yet delivered, the mail was deleted from spool.
536 * rearranged smtp_out.c to prepare for multiple messages per connection
537 * log now shows the real host a message is sent to by SMTP (previously
538 it was the one looked for, now it is the one that was found by DNS)
539 * added NOOP, HELP and not recognized replies in smtp_in
540 * fixed bug: forgot to close dup_sock in accept_connect (listen.c)
541 * can now list the queue with the -bp option or when called as mailq
542 * debug_level is now configurable and -d option added
543 * corrected rfc821 address parsing and rearranged code
544 0.0.0:
545 * initial release