Re: [Exim] Problem with antivirus + exim

Top Page
Delete this message
Reply to this message
Author: Kirill Miazine
Date:  
To: Nigel Metheringham
CC: exim-users
Subject: Re: [Exim] Problem with antivirus + exim
* Nigel Metheringham <Nigel.Metheringham@???> [20020409 11:37]:
> > # check if this message has already been scanned
> > if not first_delivery then
> > finish
> > endif
> > #send the message to RAV if it has not been scanned
> > if $received_protocol is not "mail-ok" then
> > pipe "/usr/local/rav8/bin/ravexim $sender_address $recipients"
> > endif
>
> How does this handle null sender?
> What happens if there are a few thousand recipients?


Good questions.

> What happens if the recipient addresses contain special characters, or
> spaces or other interesting things?


Command is executed by Exim without invoking shell, so would that cause
troubles?

--
Kirill