Re: [Exim] Some more broken ACL's

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Alan J. Flavell
Ημερομηνία:  
Προς: Exim users list
Αντικείμενο: 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.)