Exim documentation has typeos

Bug #266146 reported by Addw-users
2
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Medium
Unassigned

Bug Description

There are backslashes missing and an extra line in the
ACL example on SMTP callback.

The ACL:

  warn message =
X-WhitelistedRCPT-nohdrfromcallback: Yes
           condition = \
           ${if and {{match{$local_part}{(.*)-bounces\+.*}}
                     {exists
{MAILMAN_HOME/lists/$1/config.pck}}} \
                {yes}{no}}
                {yes}{no}}

should be:

  warn message =
X-WhitelistedRCPT-nohdrfromcallback: Yes
           condition = \
           ${if and
{{match{$local_part}{(.*)-bounces\+.*}} \
                     {exists
{MAILMAN_HOME/lists/$1/config.pck}}} \
                {yes}{no}}

Same for the 'accept' one.

[http://sourceforge.net/tracker/index.php?func=detail&aid=1062346&group_id=103&atid=100103]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.