Re: [Exim] Some more broken ACL's

Top Page
Delete this message
Reply to this message
Author: Alan J. Flavell
Date:  
To: Exim users list
Subject: Re: [Exim] Some more broken ACL's
On Mon, 19 Apr 2004, Avleen Vig wrote:

>         dnslists   = sbl-xbl.spamhaus.org:list.dsbl.org:dynablock.njabl.org/$acl_m4


The "/" is more tightly binding than the ":" - you want e.g:

     dnslists   = sbl-xbl.spamhaus.org/$acl_m4 : \
                   list.dsbl.org/$acl_m4 : \
                   dynablock.njabl.org/$acl_m4



(the extra white-space has no functional significance, but I prefer it
for operator comfort; and shorter lines are nicer for pasting into
emails etc.)