[Mimedefang] Sexyfun.net

J.P van Oyen jeepee at pbnec.nl
Mon Mar 11 04:30:31 EST 2002


Yes I found why it did not work. I just made a test file and before this 
filter I had a filter that test for a txt file and thus letting the home 
made .scr file through.

I did not want to have a general rule to kill all exe and scr but these 
where always an annoying mail and I got too much of them.

This is the final entry I have.

     #-------------------------------------------------------------------
     # Get rid of the hahaha at sexyfun.net to avoid bounces on <> address
     #-------------------------------------------------------------------
     if ($lc_fname eq 'joke.exe' || $lc_fname eq 'sexy virgin.scr' || 
$lc_fname eq 'midget.scr'){
         return action_bounce("The attachment $lc_fname contains a virus: 
[W32/Hybris.gen\@MM virus]");
     }

Cheers J.P..
  




More information about the MIMEDefang mailing list