Sven Neuhaus <[EMAIL PROTECTED]> writes: > In the last 3 days, I received more than 4000 copies of the Sobig.F > virus.
Same here. I finally dropped the following rule into my incoming filter to save those poor innocent saps from getting my confirmation requests: body 'filename\=.*(\.pif|\.scr)' drop > Thanks to TMDA, I didn't even notice it until today (when I noticed > the 330megs in my pending folder). You can delete all of them with something like the following: $ cd ~/.tmda/pending $ egrep -l 'filename=.*(\.pif|\.scr)' * | tmda-pending -bd - _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
