Mercurial > masqmail
comparison man/masqmail.conf.5 @ 242:bc9d9cd9ee8e
made addr_isequal() and addr_isequal_parent() more flexible
refactored various bits of this stuff.
addr_isequal_alias() had become needless now and was removed.
In fail_msg.c: postmaster is now matched caseless, like required by RFC.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 25 Oct 2010 17:42:48 -0300 |
parents | ec28ce798b79 |
children | e758296de02d |
comparison
equal
deleted
inserted
replaced
241:87df0aa99cc7 | 242:bc9d9cd9ee8e |
---|---|
249 Default: <not set> (i.e. no aliasing is done) | 249 Default: <not set> (i.e. no aliasing is done) |
250 | 250 |
251 .TP | 251 .TP |
252 \fBalias_local_caseless = \fIboolean\fR | 252 \fBalias_local_caseless = \fIboolean\fR |
253 | 253 |
254 If this is set, local parts in the alias file will be matched disregarding upper/lower case. | 254 If this is set, aliasing and the matching for \fBlocal_addresses\fP and |
255 \fBnot_local_addresses\fP will be done caseless. | |
256 | |
257 Note: Be sure to change this option only if the queue is empty as | |
258 correct processing of queued messages is not guaranteed otherwise. | |
255 | 259 |
256 Default: false | 260 Default: false |
257 | 261 |
258 .TP | 262 .TP |
259 \fBpipe_fromline = \fIboolean\fR | 263 \fBpipe_fromline = \fIboolean\fR |