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