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=<[EMAIL PROTECTED]> rejected after DATA: This message contains a virus
> ([EMAIL PROTECTED]).
>
> 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   [EMAIL PROTECTED]    LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.
--------------------------------------------------------
Are you the police?  . . . .  No ma'am, we're sysadmins.

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to