> > I'm pretty sure this is a problem with clamdscan (note the _d_) not > > properly parsing mime messages, and expecting them to be pre-parsed. > > (clamscan -- note there is no _d_ -- has built in de-miming.) > You have to enable mime parsing in the config file. The option is: > ScanMail > If you don't have that then it won't parse emails.
Oh, that's been on. I'm thinking it might actually have to do with stdin/stdout. For the recent spate of ZIP virii, I think I also need: # When activated, input stream (see STREAM command) will be saved to # disk before scanning - this allows scanning within archives. StreamSaveToDisk (which is sort of annoying) Hrm. That might be it. Time to put it in production. -R