Re: [Mimedefang] Problem running clamd but not clamscan

2004-01-28 Thread Bryan Stansell
On Wed, Jan 28, 2004 at 11:44:51AM -0500, Ole Craig wrote: > > Scott - > The problem I had seemed to be that MD wasn't actually talking > to clamd. (Do you catch the EICAR text file with clamd enabled?) It > would make sense that MD processed significantly faster if it's not > incurring the

Re: [Mimedefang] Check extensions beforer virus scan

2004-01-27 Thread Bryan Stansell
On Tue, Jan 27, 2004 at 03:20:12PM -0800, Kelson Vibber wrote: > Alternatively, remove the calls in filter_begin, then > entity_contains_virus out of the "if ($FoundVirus)" block. On one > hand, you do scan each entity individually. On the other, you don't > scan anything that you're already dele

Re: [Mimedefang] Check extensions beforer virus scan

2004-01-27 Thread Bryan Stansell
i noticed that just yesterday when trolling through mimedefang-filter. is there a reason for doing this? that is, having the anti-virus pull apart the entire message and then only feed in each part looking for the infected portion if it found one in filter_begin()? seems like the suggestion below