On 25/08/06, Asbjorn Aarrestad <[EMAIL PROTECTED]> wrote: > > Post your config, especially the definition and invocation of the > > acl_smtp_data acl. > > > > hightlights from the config: > > ----------------------------- > > acl_smtp_rcpt = acl_check_rcpt > acl_smtp_data = acl_check_data > > av_scanner = clamd:/var/run/clamd.exim/clamd.sock > spamd_address = 127.0.0.1 783 > > > acl_check_data: > > # Deny if the message contains a virus. Before enabling this check, you > # must install a virus scanner and set the av_scanner option above. > # > deny malware = * > message = This message contains a virus ($malware_name).
OK, looks about right. Now a delivery with -d+acl? (You are submitting your test message over SMTP, aren't you? Because that acl won't fire on a local submission) Peter -- Peter Bowyer Email: [EMAIL PROTECTED] -- ## 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/
