log

age author description
2010-07-19 meillo added misc/list-versions
2010-07-19 meillo next version will be 0.2.28
2010-07-18 meillo Added tag 0.2.27 for changeset 18a5c335afda
2010-07-18 meillo updated ChangeLog and NEWS 0.2.27
2010-07-18 meillo added authors of contributed parts to AUTHORS
2010-07-18 meillo improved hmactest
2010-07-18 meillo replaced hmac_md5.c with an own implementation of RFC 2104
2010-07-18 meillo we need at least 32 bits, so let's take a long
2010-07-18 meillo replaced the MD5 implementation with the one of Solar Designer
2010-07-18 meillo Added tag 0.2.26 for changeset e197e6f4dd94
2010-07-18 meillo updated ChangeLog and NEWS 0.2.26
2010-07-16 meillo adjusted masqmail's path to /usr/local/...
2010-07-14 meillo do *not* use the openssl option -crlf in a wrapper command
2010-07-14 meillo added a development helper script to update the date and version in man pages
2010-07-14 meillo next version will be 0.2.26
2010-07-14 meillo Documentation improvements in the INSTALL file and some man pages
2010-07-14 meillo Fix handling of --with-liblockfile=no or --without-liblockfile
2010-07-13 meillo documented the wrapper option of route files better
2010-07-13 meillo added a missing #include <sys/stat.h>
2010-07-13 meillo write a log message when the daemon starts up
2010-07-07 meillo Added tag 0.2.25 for changeset 115d3c92493b
2010-07-07 meillo updated ChangeLog and NEWS 0.2.25
2010-07-07 meillo moved rmail from bin (man1) to sbin (man8)
2010-07-07 meillo improved the Makefile (check diff for details)
2010-07-07 meillo small fix in Makefile if dirs do not exist
2010-07-07 meillo remove all installed dirs on `make uninstall'
2010-07-07 meillo credited Paolo's contributions
2010-07-07 meillo updated ChangeLog and NEWS
2010-07-06 meillo updated dates and versions in man pages
2010-07-06 meillo typo fixes in masqmail.route(5)
2010-07-06 meillo added a script that checks the documentation coverage of config options
2010-07-06 meillo /^\\fB/ in man pages indicates an option
2010-07-06 meillo documented, yet undocumented, set_h_reply_to_domain config option
2010-07-06 meillo added mailq.wmbiffrc by Paolo
2010-07-06 meillo check max length of addresses in SMTP dialog
2010-07-06 meillo fixed defer_all code
2010-07-06 meillo documented, yet undocumented, defer_all config option
2010-07-06 meillo documented, yet undocumented, spool_dir config option
2010-07-06 meillo small clarity improvement
2010-07-06 meillo fixed the use of max_size instead of max_size_delete
2010-07-06 meillo documented undocumented get config options
2010-07-06 meillo small typographic fix (`file' is a value)
2010-07-06 meillo moved the SIZE check to a better location
2010-07-06 meillo refactored SMTP_HELO and SMTP_EHLO cases
2010-07-01 meillo updated ChangeLog and NEWS
2010-07-01 meillo don't install the tests
2010-07-01 meillo Added tag 0.2.24 for changeset e01fed4846e4
2010-07-01 meillo next version will be 0.2.25
2010-07-01 meillo Todo: int may have only 16bit
2010-07-01 meillo better formating in debug log
2010-07-01 meillo added support for SMTP SIZE 0 (unlimited)
2010-07-01 meillo some annotations related to mail sending with SMTP SIZE
2010-07-01 meillo annotations at msg_calc_size()
2010-07-01 meillo added server-side SMTP SIZE support (patch by Paolo)
2010-06-30 meillo new warnmsg.tpl.it (Thanks to Paolo)
2010-06-30 meillo allow `:' unquoted too; updated masqmail.conf.5 (Thanks to Paolo)
2010-06-30 meillo better debugging output (thanks to Paolo)
2010-06-30 meillo Paolo's code and vanilla code differs
2010-06-30 meillo typographic fixes for masqmail.conf.5 (thanks to Paolo)
2010-06-29 meillo simplified a bit-operation based condition