masqmail

diff man/masqmail.8 @ 276:1abc1faeb45d

for -t cmdline args are now added to the rcpt list instead of substracted Please read the diff and the section about -t in man/masqmail.8. Masqmail's behavior had been like the one of exim/smail, now it's similar to postfix. Masqmail does it now the most simple way, regarding the code. Also, addr args are always recipients, -t does not change their meaning. -t makes the addrs from rcpt hdrs, rcpt addrs too. It would have been logical too, to ignore the cmdline args, in the sense of ``headers *instead of* args'' but none of the popular MTAs does it that way and it would have been a bit more complicated in the code. Anyway, this is a corner-case that should better be avoided completely.
author markus schnalke <meillo@marmaro.de>
date Fri, 03 Dec 2010 21:05:34 -0300
parents f4117fd5a163
children 853b85616c98
line diff
     1.1 --- a/man/masqmail.8	Fri Dec 03 19:35:34 2010 -0300
     1.2 +++ b/man/masqmail.8	Fri Dec 03 21:05:34 2010 -0300
     1.3 @@ -203,17 +203,28 @@
     1.4  .TP
     1.5  \fB\-t\fR
     1.6  
     1.7 -Read recipients from headers.
     1.8 -If any arguments are given, these are interpreted as recipient addresses
     1.9 -and the message will not be sent to these,
    1.10 -although they might appear in To:, Cc:, or Bcc: headers.
    1.11 -I.e. the set of argument recipients is ``substracted'' from the set of header recipients.
    1.12 +Read recipients from mail headers and add them to the ones specified on the
    1.13 +command line.
    1.14 +(Only To:, Cc:, and Bcc: headers are regarded.)
    1.15  
    1.16 -This behavior is similar to exim's and smail's.
    1.17 -Postfix, in contrast, adds the arguments to the set of header recipients.
    1.18 +.B WARNING: The behavior changed with version 0.3.1!
    1.19 +
    1.20 +In earlier versions command line argument addresses were ``substracted''
    1.21 +from header addresses.
    1.22 +
    1.23 +The old behavior was similar to exim's and smail's
    1.24 +(which are anchesters of masqmail).
    1.25 +The new behavior is similar to the one of current postfix versions,
    1.26 +which add the arguments to the set of header recipients.
    1.27 +(Earlier postfix failed in case of address arguments with \-t.)
    1.28  Sendmail seems to behave differently, depending on the version.
    1.29  See exim(8) for further information.
    1.30  
    1.31 +For masqmail the most simple approach had been taken.
    1.32 +
    1.33 +As the behavior of \-t together with command line address arguments
    1.34 +differs among MTAs, one better not steps into this corner case.
    1.35 +
    1.36  .TP
    1.37  \fB\-v\fR
    1.38