masqmail

diff 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
line diff
     1.1 --- a/man/masqmail.conf.5	Mon Oct 25 15:41:48 2010 -0300
     1.2 +++ b/man/masqmail.conf.5	Mon Oct 25 17:42:48 2010 -0300
     1.3 @@ -251,7 +251,11 @@
     1.4  .TP
     1.5  \fBalias_local_caseless = \fIboolean\fR
     1.6  
     1.7 -If this is set, local parts in the alias file will be matched disregarding upper/lower case.
     1.8 +If this is set, aliasing and the matching for \fBlocal_addresses\fP and
     1.9 +\fBnot_local_addresses\fP will be done caseless.
    1.10 +
    1.11 +Note: Be sure to change this option only if the queue is empty as
    1.12 +correct processing of queued messages is not guaranteed otherwise.
    1.13  
    1.14  Default: false
    1.15