# HG changeset patch # User meillo@marmaro.de # Date 1276966804 -7200 # Node ID a917cb178ca736a020e9d606ccadc96fe625f4a4 # Parent 39014fc31dbef32eb0d7296dd10b36f45b1058a3 what about the `rmail' alias? diff -r 39014fc31dbe -r a917cb178ca7 src/masqmail.c --- 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) {