Mercurial > masqmail
diff src/masqmail.c @ 89:a917cb178ca7
what about the `rmail' alias?
author | meillo@marmaro.de |
---|---|
date | Sat, 19 Jun 2010 19:00:04 +0200 |
parents | 085d6cd44462 |
children | b76080154aec |
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) {