Hi, I'm writing my own local mailer which is executed by Sendmail for deliver email to the recipient mailbox file.
I'm using the C API from ClamAV to scan the incoming email in search of virus. I have seen that the cl_scandesc(), cl_scanbuff and cl_scanfile() doesn't scan the MIME coded attachments into the email message. Must I extract the MIME coded attachments from the message before use the ClamAV scan functions ? If the answer is yes, where may I found a C library for extract the attachments of the email message ? Greetings. --- [EMAIL PROTECTED] --- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]