Re: [exim] Skipping spamd checks for e-mails from relay_from…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Phil Pennock
Datum:  
To: Gavin Henry
CC: exim-users
Betreff: Re: [exim] Skipping spamd checks for e-mails from relay_from_hosts
On 2008-03-14 at 16:47 +0000, Gavin Henry wrote:
> What's the best way to do this? I still want clamav to scan for viruses.


The ACLs evaluate each rule in turn and stop processing the conditions
when one fails. So you put a "!hosts = +relay_from_hosts" bit just
before the malware check.

> A handy link to the online docs is all I need.


www.exim.org, somewhere on there, section 40, "Access control lists":
40.18. Condition and modifier processing

Regards,
-Phil