Hi there, On Wed, 3 Jun 2015, Steven Morgan wrote:
Unfortunately ClamAV is not structured for this use case ... could be done ... using multiple ClamAV scanning engines.
Although I use Debian a lot, being a dyed-in-the-wool Sendmail type I don't know much about exim configuration. With Sendmail milters, for example, this would be very easy to implement: [sendmail.cf snippet as existing on one of my mail servers] # Input mail filters O InputMailFilters=greylist, rcptfilter, spfmilter, chainmail, milter-regex, clmilter, mailfrom, mimedefang [/snip] [sendmail.cf snippet modified for two clamav milters] # Input mail filters O InputMailFilters=greylist, rcptfilter, spfmilter, chainmail, milter-regex, clmilter1, clmilter2, mailfrom, mimedefang [/snip] HTH -- 73, Ged. _______________________________________________ Help us build a comprehensive ClamAV guide: https://github.com/vrtadmin/clamav-faq http://www.clamav.net/contact.html#ml
