I have these viruses listed in my qmail-scanner-queue.pl as silent viruses.
('klez','bugbear','hybris','yaha','braid','nimda','tanatos','sobig','winevar ','palyh','fizzer');
Today I noticed we're getting false sender notifications from a Worm.LoveLorn.VBS and was wondering what else I need to put in there? Does someone maintain an updated list?
Also is there a way to vi /var/qmail/bin/qmail-scanner-queue.pl without the permissions resetting? Right after doing a vi on the file and saving it, it looses its "s" bit. Of course until I can type "chmod 4755 /var/qmail/bin/qmail-scanner-queue.pl" email is been rejected. This is a Red Hat Linux box.
reset's the bit?? FWIW- VI works fine for me w/o resetting on RH 7.2
# ls -la /var/qmail/bin/qmail-scanner-queue.pl
-rwsr-xr-x 1 qscand qscand 84012 Sep 12 21:52 /var/qmail/bin/qmail-scanner-queue.pl
# vi /var/qmail/bin/qmail-scanner-queue.pl [edit/save]
# ls -la /var/qmail/bin/qmail-scanner-queue.pl
-rwsr-xr-x 1 qscand qscand 84026 Sep 30 17:21 /var/qmail/bin/qmail-scanner-queue.pl
------------------------------------------------------- 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
