Re: Catching Windows executables as attachments

2005-05-06 Thread jdow
Rob, I use procmail here and use a procmail recipe to tag the EXE such files. It's easier there than in SpamAssassin. I use the "nkvir" scripts to some good effect. (Of course, Earthlink recently got "angry" with all the Sober nonsense and turned on everybody's SpamBlocker. My first reaction was a

Re: Catching Windows executables as attachments

2005-05-06 Thread robert
As I'm on a mac there's a lot of file types I don't care about so I just have perl scripts that go thru the mail using MIME::Entity etc and remove them. I based my code of some code Randall Schwartz wrote once to remove the annoying WINMAIL.DAT attachments etc. Quoting Rob Blomquist <[EMAIL PROTE

RE: Catching Windows executables as attachments

2004-09-10 Thread Chris Santerre
>-Original Message- >From: Theo Van Dinter [mailto:[EMAIL PROTECTED] >Sent: Friday, September 10, 2004 2:30 PM >To: [EMAIL PROTECTED] >Subject: Re: Catching Windows executables as attachments > > >On Fri, Sep 10, 2004 at 03:48:17AM -0700, Loren Wilton wrote: &

Re: Catching Windows executables as attachments

2004-09-10 Thread Theo Van Dinter
ng mime headers are to > classify virui and worms. While that is the origin of this thread, I find Since the subject of this thread is "Catching Windows executables as attachments", yes, that's what I was talking about. :) > Well, its trivial if your name is Theo or Justin or

Re: Catching Windows executables as attachments

2004-09-10 Thread Loren Wilton
> From: "Theo Van Dinter" <[EMAIL PROTECTED]> > > There's a few things here. > > First, the body-mime headers aren't typically visible to the user via MUA, > so they're not included in the data that the standard rules run against. Normal headers in their full glory also aren't typically visible to

Re: Catching Windows executables as attachments

2004-09-10 Thread Johann Spies
On Thu, Sep 09, 2004 at 11:13:49AM -0500, ROY,RHETT G wrote: > You could block them with your MTA (Postfix, Qmail etc). In exim with exiscan-acl: deny message = $found_extension files are not accepted here \n \ If you have questions please contact [EMAIL PROTECTED] demime = com

RE: Catching Windows executables as attachments

2004-09-09 Thread ROY,RHETT G
You could block them with your MTA (Postfix, Qmail etc). > -Original Message- > From: Rob Blomquist [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 12:08 AM > To: users@spamassassin.apache.org > Subject: Catching Windows executables as attachments >

Re: Catching Windows executables as attachments

2004-09-09 Thread Jack L. Stone
At 09:33 AM 9.9.2004 -0400, Theo Van Dinter wrote: >On Wed, Sep 08, 2004 at 10:49:09PM -0700, Loren Wilton wrote: >> However, it has been removed from 3.0. And while I agree with removing >> binary attachments before scanning in SA, I consider that removing the >> mime-part header that contained t

Re: Catching Windows executables as attachments

2004-09-09 Thread Michael W Cocke
On Wed, 8 Sep 2004 22:07:53 -0700, you wrote: >I have currently tuned my SARE spam filters, and am humming right along, I get >one or 2 uncaught spams a day which is no big deal. But I would like to catch >the virus emails that have Win exe, scr, bat, and the like for attachments, >but I can't

Re: Catching Windows executables as attachments

2004-09-09 Thread Theo Van Dinter
On Wed, Sep 08, 2004 at 10:49:09PM -0700, Loren Wilton wrote: > However, it has been removed from 3.0. And while I agree with removing > binary attachments before scanning in SA, I consider that removing the > mime-part header that contained the type and name is a mistake. There have > been any n

RE: Catching Windows executables as attachments

2004-09-09 Thread Chris Santerre
>-Original Message- >From: Rob Blomquist [mailto:[EMAIL PROTECTED] >Sent: Thursday, September 09, 2004 1:08 AM >To: users@spamassassin.apache.org >Subject: Catching Windows executables as attachments > > >I have currently tuned my SARE spam filters, and am humm

Re: Catching Windows executables as attachments

2004-09-09 Thread Steve Bertrand
> I have currently tuned my SARE spam filters, and am humming right > along, I get > one or 2 uncaught spams a day which is no big deal. But I would like > to catch > the virus emails that have Win exe, scr, bat, and the like for > attachments, > but I can't find a rule for them. > > Is there one?

RE: Catching Windows executables as attachments

2004-09-09 Thread Mike Kercher
Rob Blomquist wrote: > I have currently tuned my SARE spam filters, and am humming right > along, I get one or 2 uncaught spams a day which is no big deal. But > I would like to catch the virus emails that have Win exe, scr, bat, > and the like for attachments, but I can't find a rule for them.

RE: Catching Windows executables as attachments

2004-09-09 Thread Pierre Thomson
To: [EMAIL PROTECTED] Subject: Re: Catching Windows executables as attachments Use something like mimedefang. It blocks attachments you don't want and will run clamav, SA etc on incoming mail. Chris On Thu, 2004-09-09 at 06:49, Loren Wilton wrote: > > But I would like to catch > > the

Re: Catching Windows executables as attachments

2004-09-09 Thread jdow
From: "Christof Damian" <[EMAIL PROTECTED]> > > On Thu, 2004-09-09 at 06:49, Loren Wilton wrote: > > > In 2.63 there is the MICROSOFT_EXECUTABLE check that triggers on a > > > number (but by no means all) viruses, and can be useful for > > > various things. However, it has been removed from 3.0.

Re: Catching Windows executables as attachments

2004-09-09 Thread Christof Damian
> On Thu, 2004-09-09 at 06:49, Loren Wilton wrote: > > In 2.63 there is the MICROSOFT_EXECUTABLE check that triggers on a > > number (but by no means all) viruses, and can be useful for > > various things. However, it has been removed from 3.0. That is a shame, I use that at the moment to score+2

Re: Catching Windows executables as attachments

2004-09-09 Thread Chris Stenton
Use something like mimedefang. It blocks attachments you don't want and will run clamav, SA etc on incoming mail. Chris On Thu, 2004-09-09 at 06:49, Loren Wilton wrote: > > But I would like to catch > > the virus emails that have Win exe, scr, bat, and the like for > attachments, > > but I can't

Re: Catching Windows executables as attachments

2004-09-09 Thread Loren Wilton
> But I would like to catch > the virus emails that have Win exe, scr, bat, and the like for attachments, > but I can't find a rule for them. > > Is there one? How can I catch them otherwise? Sadly there really isn't one. People will tell you to simply use a more appropriate tool for virus catchi

Catching Windows executables as attachments

2004-09-09 Thread Rob Blomquist
I have currently tuned my SARE spam filters, and am humming right along, I get one or 2 uncaught spams a day which is no big deal. But I would like to catch the virus emails that have Win exe, scr, bat, and the like for attachments, but I can't find a rule for them. Is there one? How can I cat