> On Thu, 19 Feb 2004, Don Drake wrote:
>
> > In my test case, I added the following at the top of each perl
script:
> >
> > `/bin/cp $fileName /tmp/virus`;
> >
> > Where $fileName is the file passed to the filter.
> >
> > This appears to be GIGO.
>
> It is my understanding that those filters *always* modify the message that
> XMail will be using soon after. Do they use binmode() ?
>

No, they don't.  I don't see how this matters, in my particular case:
running Linux, binmode has little effect on text files.

The point I'm trying to make is that the file shown was what was received
from XMail *before* the filter itself read the file and possibly modified
it.  By doing a diff after the Virus filter examined it and right before SA
looked at it, they are exactly the same.

-Don

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to