On 18/09/13 14:08, Ralf G. R. Bergs wrote:
>> warn message = This message contains malware ($malware_name)
>> set acl_m0 = cmdline:/usr/lib/AntiVir/guard/avscan -s
>> --batch --scan-mode=all %s; /bin/echo -e \N"\navira_retval
>> $?"\N:\N^avira_retval 1$\N:\N.*ALERT: ([^;]*) ;.*\N
I suspect that just setting acl_m0 to that string doesn't do what you
think. Have a look at
http://exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html
- maybe it should be involved with the av_scanner global option,
but I doubt the bit with "echo" will work there.
>> malware = *
>> log_message = This message contains malware
>> (avira:$malware_name)
--
Cheers,
Jeremy