masqmail
log src/masqmail.c
age | author | description |
---|---|---|
2011-08-27 | markus schnalke | Security fix! Correct handling of seteuid() return value |
2011-04-24 | meillo | reworked online_detect to the simpler online_query |
2010-12-08 | markus schnalke | mark -qo (without argument) obsolete |
2010-12-07 | markus schnalke | FIXME comment: where to log while reading the config file? |
2010-12-07 | markus schnalke | recognize the program name `newaliases' too |
2010-12-07 | markus schnalke | -q and -qo are non-exclusive |
2010-12-07 | markus schnalke | modes are now enforced exclusive |
2010-12-06 | markus schnalke | added -bm for mode accept (the other MTAs have it too) |
2010-12-04 | markus schnalke | for -t cmdline args are now added to the rcpt list instead of substracted |
2010-12-03 | markus schnalke | removed ACC_DEL_RCPTS because it's always used with ACC_RCPT_FROM_HEAD |
2010-12-03 | markus schnalke | comments (should we really exit failure in this case?) |
2010-12-03 | markus schnalke | refactored mode_accept() |