Re: Notification, part II

Nigel Metheringham <[email protected]> Tue, 21 Dec 2004 12:46:38 +0000
Newsgroups gmane.mail.exim.exiscan.user
Message-ID <[email protected]>
On Tue, 2004-12-21 at 13:16 +0100, Adrian Phillips wrote:
> Well, informing should be straight forward, something like (untested) :-
> 
>   deny    message        = This message contains malware ($malware_name)
>           set acl_m8     = $recipients
> 
> route_virus:
>   driver = redirect
>   condition = ${if eq {$acl_m8}{} {no}{yes}}
>   data = $acl_m8 : postmaster
>   unseen
> 
> Not sure about the "data = $acl_m8" part.

If you have denied it, how will it route?

	Nigel.

-- 
[ Nigel Metheringham           [email protected] ]
[ - Comments in this message are my own and not ITO opinion/policy - ]