Re: [Exim] Lists supported

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Wakko Warner
Fecha:  
A: Alan J. Flavell
Cc: Exim-Users (E-mail)
Asunto: Re: [Exim] Lists supported
> > > Would it be possible to have an ACL entry with two dnslists clauses in
> > > it? - like
> > >
> > >   deny dnslists = ! rbl-plus.mail-abuse.ja.net=127.1.0.2
> > >        dnslists = rbl-plus.mail-abuse.ja.net

> >
> > With a patch I wrote this is easier. However, yoursyntax here is wrong.
> > dnslists is not an exim list that allows negitation.
>
> Thanks for the correction! and sorry for the misleading suggestion.


You'd need to write it as:
    deny !dnslists = rbl-plus.mail-abuse.ja.net=127.1.0.2
         dnslists = rbl-plus.mail-abuse.ja.net


But since I use mutiple lists, I only wanted to have a single deny for all
of them hence the reason for the patch.

--
Lab tests show that use of micro$oft causes cancer in lab animals