I can vouce that it is inconvenient having 400 identical emails notifiying me and the user about the arrival of a virus. What I am seeking is a modification to qmail-scanner so that these virus can be silently blocked.
edit your qmail-scanner-queue.pl and add gibe to the silent list
e.g.
my @silent_viruses_array=('gibe','klez','bugbear','hybris','yaha','braid','nimda','tanatos','sobig','winevar','palyh','fizzer');
Above assumes your AV reports it as something that will match the case-insensitive string 'gibe'
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Qmail-scanner-general mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
