masqmail-0.2

view ChangeLog @ 102:f4719cffc48c

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