Voxen <[EMAIL PROTECTED]> wrote:
> The problem is my application is used by thousand of customers.
> I cannot ask them to tweak their antivirus.
> 
> >
> > How can I work around this?
> > Do I need to ZIP or encode the email message before storing it in the
> > database?
> >

If the antivirus is seeing virus signatures in the email messages,
then by compressing the message using zlib before adding it to the
database you should be able to defeat the antivirus software.  This
will have the added bonus of reducing disk I/O which will likely
make your program appear to run faster.

--
D. Richard Hipp <[EMAIL PROTECTED]>



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to