On Mon, 12 Jun 2006, Marten Lehmann wrote:
> Hello,
>
> I have the following lines in my exim configuration:
>
> acl_check_data:
>
> deny malware = *
> message = This message contains a virus ($malware_name).
>
> If I'm receiving a virus the logfile contains:
>
> 2006-06-12 22:27:54 1Fpt0r-0004Dn-Ui H=(test.de) [192.168.33.72]
> F=<marten@???> rejected after DATA: This message contains a virus
> (W32.Badtrans@???).
>
> Thats fine so far. But I don't want to block the mail right now, I just
> want to notice that a virus has been found. And when I'm replacing
> "deny" with "warn" I don't get any log entry about the virus. Where can
> I find the warning?
>
Try doing something like:
warn malware = *
logwrite = This message contains a virus ($malware_name).
--
--------------------------------------------------------
Dave Lugo dlugo@??? LC Unit #260 TINLC
Have you hugged your firewall today? No spam, thanks.
--------------------------------------------------------
Are you the police? . . . . No ma'am, we're sysadmins.