Mercurial > masqmail
changeset 89:a917cb178ca7
what about the `rmail' alias?
author | meillo@marmaro.de |
---|---|
date | Sat, 19 Jun 2010 19:00:04 +0200 (2010-06-19) |
parents | 39014fc31dbe |
children | d3e39ba684a3 |
files | src/masqmail.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/masqmail.c Sat Jun 19 18:53:45 2010 +0200 +++ b/src/masqmail.c Sat Jun 19 19:00:04 2010 +0200 @@ -375,6 +375,9 @@ mta_mode = MODE_RUNQUEUE; do_runq = TRUE; } else if (strcmp(progname, "rmail") == 0) { + /* the `rmail' alias should probably be removed now + that we have the rmail script. But let's keep it + for some while for compatibility. 2010-06-19 */ mta_mode = MODE_ACCEPT; opt_i = TRUE; } else if (strcmp(progname, "smtpd") == 0 || strcmp(progname, "in.smtpd") == 0) {