Re: AW: [exim] Urgend unpacking proiblem

Top Page
Delete this message
Reply to this message
Author: Peter Bowyer
Date:  
To: Exim Users Mailing List
Subject: Re: AW: [exim] Urgend unpacking proiblem
On Sat, 11 Dec 2004 11:37:22 +0100, Steffen Heil <lists@???> wrote:
> Hi
>
> Please let me rephrase my question:
>
> How do I tell exim4 inside the DATA ACL to accept a message, if it is has
> RCPT for a special user?
>
> acl_data:
> accept condition = ${if match {$recipients}{user\@domain.de} {1}{0}}
> ...
>
> This seems not to work. Because the following malware condition is still
> executed:
>
> ...
>  deny    message        = Sorry, malware detected ($malware_name)
>          malware        = *

>
> Noone any hint?
> For me this seems a silly easy problem, as I have already done much more
> complex things with exim, but this does not work and I cannot find any
> error.
> So any help would be appreciated, since the malware check takes down exiscan
> over and over.


Use the RCPT acl to set an acl_m variable if you encounter the special
recipient. Test the acl_m varialble in the DATA acl.

Peter