comparison 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
comparison
equal deleted inserted replaced
275:1405012509e3 276:1abc1faeb45d
201 method (see \fBonline_detect\fR in \fBmasqmail.conf(5)\fR) 201 method (see \fBonline_detect\fR in \fBmasqmail.conf(5)\fR)
202 202
203 .TP 203 .TP
204 \fB\-t\fR 204 \fB\-t\fR
205 205
206 Read recipients from headers. 206 Read recipients from mail headers and add them to the ones specified on the
207 If any arguments are given, these are interpreted as recipient addresses 207 command line.
208 and the message will not be sent to these, 208 (Only To:, Cc:, and Bcc: headers are regarded.)
209 although they might appear in To:, Cc:, or Bcc: headers. 209
210 I.e. the set of argument recipients is ``substracted'' from the set of header recipients. 210 .B WARNING: The behavior changed with version 0.3.1!
211 211
212 This behavior is similar to exim's and smail's. 212 In earlier versions command line argument addresses were ``substracted''
213 Postfix, in contrast, adds the arguments to the set of header recipients. 213 from header addresses.
214
215 The old behavior was similar to exim's and smail's
216 (which are anchesters of masqmail).
217 The new behavior is similar to the one of current postfix versions,
218 which add the arguments to the set of header recipients.
219 (Earlier postfix failed in case of address arguments with \-t.)
214 Sendmail seems to behave differently, depending on the version. 220 Sendmail seems to behave differently, depending on the version.
215 See exim(8) for further information. 221 See exim(8) for further information.
222
223 For masqmail the most simple approach had been taken.
224
225 As the behavior of \-t together with command line address arguments
226 differs among MTAs, one better not steps into this corner case.
216 227
217 .TP 228 .TP
218 \fB\-v\fR 229 \fB\-v\fR
219 230
220 ``Verbose'' 231 ``Verbose''