|
Thanks for the explanation. I was hoping for something miraculous that
might be of benefit, but it looks like Declude does all of this already. On a related topic, during my testing I found that while I was logged into my server with pcANYWHERE instead of Terminal Services, I kept seeing CMD windows pop up when AVG was scanning despite the /silent switch. I don't ever recall seeing that before, but it's rare that I log in with pcANYWHERE. Maybe there is something else happening here that isn't necessary. The folks from Grissoft were nice enough to add the return codes and maybe they could help make the command line more efficient??? I also tried AVG without a bunch of the switches and didn't notice any difference, though apparently adding the heuristic switch will increase the scan time. One of my thoughts to increase the efficiency of the environment would be to add a handler application for Declude Virus to call instead of doing it directly. You could for instance have the handler call the first scanner, wait for the code, and then only call the second scanner if it was a negative result, or also only if the attachment was below a certain size (large attachments are a big hit and viruses are very rare with such things). I also found a sample of one such batch program in the archives with a helper that reconfigured the report file into a format that Declude accepted. I'm not sure about how much overhead this would add, but it would probably be a net benefit. http://www.mail-archive.com/[EMAIL PROTECTED]/msg03101.html I've been looking to do something similar with Sniffer (escape on existing high weight) but couldn't get the vbscript to work that supposedly would capture return codes. I'm thinking that this code sample might do the trick. I'm an awful hack though when it comes to programming though :) If anyone out there has interest in helping me do this, please don't hesitate to chime in. I'm on an efficiency kick as of late (if folks haven't noticed) based both on need and on my desire to not just throw more servers at the mix, primarily because after you outgrow the capacity that one machine can handle, you are forced into a more complicated load balancing methodology which is harder to manage and much more expensive after you add in the licensing. So far I've managed to trim a good deal of froth from my system without compromising the effectiveness by doing things such as moving mailfrom and ipfile filters into DNS, and even trimming massive blocks of comments from my custom filters. It's the good mail though that hogs the most processing power (thanks to SKIPIFWEIGHT) despite the lower volume, and tests like file size can be used to defeat expensive tests that aren't likely to be of use in such E-mail by using handler scripts and the new TESTSFAILED filter element. Matt Terry Fritts wrote:
-- ===================================================== MailPure custom filters for Declude JunkMail Pro. http://www.mailpure.com/software/ ===================================================== |
- Re: [Declude.Virus] clamav Terry Fritts
- RE: [Declude.Virus] clamav Charles Frolick
- Re[2]: [Declude.Virus] clamav Terry Fritts
- RE: Re[2]: [Declude.Virus] clamav Charles Frolick
- Re: [Declude.Virus] clamav Matt
- Re[2]: [Declude.Virus] clamav Terry Fritts
- Re: [Declude.Virus] clamav Matt
- Re: [Declude.Virus] clamav R. Scott Perry
- RE: Re[2]: [Declude.Virus] clamav Charles Frolick
- Re[4]: [Declude.Virus] clamav Terry Fritts
- RE: Re[4]: [Declude.Virus] clamav Markus Gufler
- Re[6]: [Declude.Virus] clamav Terry Fritts
- RE: Re[4]: [Declude.Virus] clamav Charles Frolick
- [Declude.Virus] ClamAV Kami Razvan
- Re: [Declude.Virus] ClamAV R. Scott Perry
- [Declude.Virus] ClamAV Terry Fritts
- RE: [Declude.Virus] ClamAv Jeff Kratka
