How best to grab attachments from email msgs? My first hopeful attempt was to pipe the msgs right into clamscan, but apparently it doesn't handle encoded email attachments. :-/ (Please correct me if I'm wrong!) I've played with a few command line utils, but none handle multiple attachments well. Ideally, I'd like to be able to:
some_decode_script msg.txt | clamscan - But maybe that wouldn't work so well with multiple attachments. So maybe this: some_decode_script2 msg.txt and the script handles calling clamscan for each attachment, returning a number for which attachment had the cooties. I don't want to re-invent the wheel. If you have any suggestions, please share! Thanks, jon ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
