[Mimedefang] mimedefang specific users

David F. Skoll dfs at roaringpenguin.com
Tue Jun 3 08:04:01 EDT 2003


On Tue, 3 Jun 2003, alan premselaar wrote:

> >   if ($#on_list >= 0 && $#off_list >= 0) {

> If I'm reading this correctly, it looks like you could accomplish what you
> have in your code more simply by doing:

>     if ($#Recipients) {
>         resend_message(@Recipients);
>         $TerminateAndDiscard = 1;
>         return 1;
>     }

No, he only does the streaming if there is at least one recipient
who wants scanning and one who doesn't.  If they all want scanning,
or they all don't want it, there's no need to stream.

--
David.



More information about the MIMEDefang mailing list