Mercurial > masqmail
graph
-
reworked allowed and denied addrs for routes2011-04-28, by meillo
-
heavy restructuring of masqmail.route(5) (sections)2011-04-25, by meillo
-
added comments2011-04-25, by meillo
-
small wording change2011-04-25, by meillo
-
trival wording change2011-04-25, by meillo
-
null-terminated the decoded base64 strings2011-04-24, by meillo
-
removed protocol option from route config2011-04-24, by meillo
-
reworked online_detect to the simpler online_query2011-04-24, by meillo
-
bug fix: off-by-one in pipe aliases2011-04-24, by meillo
-
added alias examples to man page2011-04-24, by meillo
-
bug fix: inverted condition2011-04-24, by meillo
-
clarified local_addresses in man page2011-04-24, by meillo
-
refactored complex conditions2011-04-24, by meillo
-
manual formating of Received: hdrs; changed hdr for local receival2010-12-09, by markus schnalke
-
replaced header_fold() with a better implementation2010-12-09, by markus schnalke
-
improved unused function header_fold()2010-12-09, by markus schnalke
-
refactoring2010-12-09, by markus schnalke
-
free memory in spool read for continuation header lines2010-12-09, by markus schnalke
-
fixed compile error; removed PROT_BSMTP; made protocol names ucase2010-12-09, by markus schnalke
-
refactoring2010-12-09, by markus schnalke
-
added a description of how I create a masqmail release2010-12-09, by markus schnalke
-
ran aclocal and autoconf2010-12-09, by markus schnalke
-
updated devel/list-versions to detect version number suffixes2010-12-09, by markus schnalke
-
bumped version number2010-12-09, by markus schnalke
-
Added tag 0.3.1 for changeset 5a93bdc261ba2010-12-08, by markus schnalke
-
updated ChangeLog, NEWS and date/version in the man pages2010-12-08, by markus schnalke
-
mark -qo (without argument) obsolete2010-12-08, by markus schnalke
-
reformating of code2010-12-08, by markus schnalke
-
FIXME comment: where to log while reading the config file?2010-12-07, by markus schnalke
-
updated ChangeLog and NEWS2010-12-07, by markus schnalke
-
further, minor, improvements to man/masqmail.82010-12-07, by markus schnalke
-
Heavily reworked man/masqmail.82010-12-07, by markus schnalke
-
recognize the program name `newaliases' too2010-12-07, by markus schnalke
-
improved man/masqmail.8 heavily2010-12-07, by markus schnalke
-
-q and -qo are non-exclusive2010-12-07, by markus schnalke
-
modes are now enforced exclusive2010-12-07, by markus schnalke
-
heavy refactoring of deliver.c2010-12-06, by markus schnalke
-
moved some code around2010-12-06, by markus schnalke
-
added -bm for mode accept (the other MTAs have it too)2010-12-06, by markus schnalke
-
minor refactorings and cleanups2010-12-06, by markus schnalke
-
for -t cmdline args are now added to the rcpt list instead of substracted2010-12-04, by markus schnalke
-
removed comment, see previous commit2010-12-03, by markus schnalke
-
fixed `To: alice, bob' with -t2010-12-03, by markus schnalke
-
parse.c: comments, better debugging, tiny refactoring2010-12-03, by markus schnalke
-
refactoring in the small2010-12-03, by markus schnalke
-
heavy refactoring in the small of parse.c2010-12-03, by markus schnalke
-
refactoring in the small2010-12-03, by markus schnalke
-
comment: problems with `To: alice, bob' and -t2010-12-03, by markus schnalke
-
removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD2010-12-03, by markus schnalke
-
comments (should we really exit failure in this case?)2010-12-03, by markus schnalke
-
refactored mode_accept()2010-12-03, by markus schnalke
-
removed obsolete commented code2010-12-03, by markus schnalke
-
comments and a small refactoring2010-12-03, by markus schnalke
-
removed now obsolete exit_code2010-12-02, by markus schnalke
-
s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/2010-12-02, by markus schnalke
-
fixed previous commit and excluded mode_version() from main()2010-12-02, by markus schnalke
-
substituted get_progname() with a call to strrchr()2010-12-02, by markus schnalke
-
made default mode sensible2010-12-02, by markus schnalke
-
fixed -oem by removing it ;-)2010-12-01, by markus schnalke