On 10/13/2004 03:51 PM, Greg T. wrote:
As I understand it, here is the flow:

fetchmail -> exim -> cyrus

The clam and spam stuff gets done while exim is
processing.

There are lines of code in the configuration file
which tell clam and spam what and how to process.


acl_check_content:

  # Reject virus infested messages.
  deny  message = This message contains malware
($malware_name)
        demime = *
        malware = */defer_ok


If a mail has a virus in it Exim will send a 550 SMTP error and not accept the mail. (Reject virus infested messages.)


<snip> _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to