Marten Lehmann wrote: > I would like to run an antivirus protection on an incoming mail if the > appropriate user of the target-mailbox has asked us to do this. I want > to use local_scan() for so that the message acceptance can be denied > directly after the DATA-command and the mailbody so that the message is
Why local_scan? This can be done easily with Exim's content scanning functions (av_scanner and ACLs). One problem: A message can have more than one recipient and recipients may have different profiles. There's information in the Wiki about that. -- ## 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/
