Re: [exim] Make spamassassin optinal

Top Pagina
Delete this message
Reply to this message
Auteur: Lena
Datum:  
Aan: exim-users
Onderwerp: Re: [exim] Make spamassassin optinal
> From: Alexandre Gagn?

>         condition       = ${if eq {ENABLE_ANTISPAM}{'YES'}{yes}{no}}


        condition       = ${if eq {ENABLE_ANTISPAM}{YES}{yes}{no}}


(three times).