initialize_virus_scanner_routines() defines a certain order of scanners, with File::Scan being first. For people who run ClamAV, it might be slightly more efficient to list clamd first before File::Scan, and the impact to non-ClamAV users would be zero. Thoughts?
Since File::Scan is already loaded by MIMEDefang, it runs without having to call an external program. Without having any actual stats at hand, it seems reasonable to conclude that you get a lot of bang for the buck by having File::Scan make the first pass.
-royce
-- ------------------------------------------------------------------------ Royce D. Williams IP Engineering, ACS work: [EMAIL PROTECTED] PGP: 3FC087DB/1776A531 personal: [EMAIL PROTECTED] http://www.tycho.org/royce/ _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

