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