On Fri, 22 Aug 2003 15:48:49 -0700, Stephen Warren <[EMAIL PROTECTED]> wrote:
> filters/incoming: > body 'filename\=.*(\.pif|\.scr|\.exe|\.bat|\.com|\.vbs|\.js)' > AUTORESPONSE_INCLUDE_SENDER_COPY=1 bounce=/x/y.txt IMHO, you should do something more like: body 'filename\=.+\.(pif|scr|exe|bat|com|vbs|js)' drop Except for .exe files, I've never had anyone intentionally mail me any of the above types... and it's been a long time since anyone has mailed me an .exe intentionally! So, chances are if you receive one of these it's a virus, and since all the viruses out there these days forge a sender anyhow, then there's no point in bouncing it. The bounce will only go to the one person you know it isn't from. And even if it DID go to the person who sent it, they would suspect it was a mistake since most viruses masquerade senders and we've all grown used to being accused wrongly of being infected. Gre7g. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
