Subject: Re: SPAM Alert: Email Address Harvesting
To: None <current-users@netbsd.org>
From: Wolfgang S. Rupprecht <wolfgang+gnus20040104T110247@dailyplanet.dontspam.wsrcc.com>
List: current-users
Date: 01/04/2004 11:05:27
netbsd@wolfnode.de (Flo) writes:
>
> /.*(filename|name)=.*\.(exe|com|bat|pif|scr|vbs|vb|vbe|vbx|ocx).*/
>          REJECT EXE, COM, BAT, PIF, SCR, OCX, VB* attachments are NOT
> allowed here!

I don't know if it really matters, but you can use the regexp-match in
the reject message.  It makes for a fairly slick message that even
windoze users seem to understand.

   /.*(filename|name)=.*\.(exe|com|bat|pif|scr|vbs|vb|vbe|vbx|ocx).*/
            REJECT ${2} attachments are NOT allowed here!

-wolfgang
-- 
Wolfgang S. Rupprecht 		     http://www.wsrcc.com/wolfgang/
       The above "From:" address is valid.  Don't mess with it.