Mercurial > masqmail
diff admin/config-transition @ 317:55b7bde95d37
reworked allowed and denied addrs for routes
The following refactorings had been made:
- allowed_mail_locals + allowed_return_paths -> allowed_senders
- not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
- allowed_rcpt_domains -> allowed_recipients
- not_allowed_rcpt_domains -> denied_recipients
The new options allow more consistent and more flexible matching.
author | meillo@marmaro.de |
---|---|
date | Thu, 28 Apr 2011 09:55:06 +0200 |
parents | e230bcd0f1c6 |
children | 08932c629849 |
line wrap: on
line diff
--- a/admin/config-transition Mon Apr 25 15:17:30 2011 +0200 +++ b/admin/config-transition Thu Apr 28 09:55:06 2011 +0200 @@ -67,7 +67,7 @@ " check["online_detect"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\ -Destilled to online_query. \ +Distilled to online_query. \ " check["online_file"] = "conf" SUBSEP "Removed in 0.3.2" SUBSEP "\ @@ -96,6 +96,34 @@ If pipe is given, pipe will be used, otherwise smtp will be used. \ " +check["(^|[ ])allowed_return_paths"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'allowed_senders'. \ +" + +check["not_allowed_return_paths"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'denied_senders'. \ +" + +check["(^|[ ])allowed_mail_locals"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'allowed_senders', if neither wildcards nor '@' is used. \ +" + +check["not_allowed_mail_locals"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'denied_senders', if neither wildcards nor '@' is used. \ +" + +check["(^|[ ])allowed_rcpt_domains"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'allowed_recipients', if the values are prepended with \ +'*@', because 'allowed_recipients' matches complete addresses not just \ +domains. \ +" + +check["not_allowed_rcpt_domains"] = "route" SUBSEP "Removed in 0.3.2" SUBSEP "\ +Replaced by 'denied_recipients', if the values are prepended with \ +'*@', because 'allowed_recipients' matches complete addresses not just \ +domains. \ +" + # get files # already covered by the get.* and online_gets.* options in the conf