masqmail-0.2

view ChangeLog @ 152:d1c53e76096f

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