[Mimedefang] joke.exe
    David F. Skoll 
    dfs at roaringpenguin.com
       
    Sun Mar 10 09:34:56 EST 2002
    
    
  
On Sun, 10 Mar 2002, J.P van Oyen wrote:
>      if ($lc_fname eq 'joke.exe') {
>          return (0, "You have a virus on your machine. [W32/Hybris.gen\@MM
> virus]");
>      }
That does nothing (as you discovered).
> Also tried action_bounced but nogo.
You want action_bounce (without the "d")
if ($lc_fname eq 'joke.exe') {
	return action_bounce("Viruses rejected.");
}
Regards,
David.
    
    
More information about the MIMEDefang
mailing list