masqmail

view ChangeLog @ 253:c28e8dfebfc3

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