masqmail

diff man/masqmail.8 @ 247:3c40f86d50e4

ignoring -m switch now Some software (e.g. spost of nmh) calls sendmail with -m. Until now, masqmail failed on this unrecognized option. From now on it is ignored. See man/masqmail.8 for the meaning of -m.
author markus schnalke <meillo@marmaro.de>
date Mon, 01 Nov 2010 13:30:02 -0300
parents 9397d10fd771
children 1b25fabdc3cb
line diff
     1.1 --- a/man/masqmail.8	Thu Oct 28 16:40:02 2010 -0300
     1.2 +++ b/man/masqmail.8	Mon Nov 01 13:30:02 2010 -0300
     1.3 @@ -124,6 +124,11 @@
     1.4  \fImasqmail \-bp\fP (\fImailq\fR).
     1.5  
     1.6  .TP
     1.7 +\fB\-m\fR
     1.8 +
     1.9 +Same as \fB\-om\fR, see below.
    1.10 +
    1.11 +.TP
    1.12  \fB\-oem\fR
    1.13  
    1.14  If the \fB\-oi\fR ist not also given, always return with a non zero return code.
    1.15 @@ -148,6 +153,15 @@
    1.16  A dot as a single character in a line does not terminate the message.
    1.17  
    1.18  .TP
    1.19 +\fB\-om\fR
    1.20 +
    1.21 +From exim(8)'s man page: In Sendmail, this option means ``me too'',
    1.22 +indicating that the sender of a message should receive a copy of the
    1.23 +message if the sender appears in an alias expansion.
    1.24 +
    1.25 +Masqmail always does this, hence the option does nothing. 
    1.26 +
    1.27 +.TP
    1.28  \fB\-q [\fIinterval\fB]\fR
    1.29  
    1.30  If not given with an argument, run a queue process, i.e. try to deliver all messages in the queue.