masqmail

log

age author description
Fri, 03 Dec 2010 19:33:54 -0300 markus schnalke fixed `To: alice, bob' with -t
Fri, 03 Dec 2010 19:25:43 -0300 markus schnalke parse.c: comments, better debugging, tiny refactoring
Fri, 03 Dec 2010 19:13:25 -0300 markus schnalke refactoring in the small
Fri, 03 Dec 2010 13:05:59 -0300 markus schnalke heavy refactoring in the small of parse.c
Fri, 03 Dec 2010 13:02:45 -0300 markus schnalke refactoring in the small
Fri, 03 Dec 2010 12:55:44 -0300 markus schnalke comment: problems with `To: alice, bob' and -t
Fri, 03 Dec 2010 11:40:58 -0300 markus schnalke removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD
Fri, 03 Dec 2010 11:37:01 -0300 markus schnalke comments (should we really exit failure in this case?)
Fri, 03 Dec 2010 11:30:24 -0300 markus schnalke refactored mode_accept()
Fri, 03 Dec 2010 11:30:01 -0300 markus schnalke removed obsolete commented code
Fri, 03 Dec 2010 10:43:38 -0300 markus schnalke comments and a small refactoring
Thu, 02 Dec 2010 17:13:03 -0300 markus schnalke removed now obsolete exit_code
Thu, 02 Dec 2010 17:11:25 -0300 markus schnalke s/EXIT_SUCCESS/0/ && s/EXIT_FAILURE/1/
Thu, 02 Dec 2010 16:52:39 -0300 markus schnalke fixed previous commit and excluded mode_version() from main()
Thu, 02 Dec 2010 16:45:26 -0300 markus schnalke substituted get_progname() with a call to strrchr()