From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | nolan(at)celery(dot)tssi(dot)com, pgsql general list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: This mail list and its policies |
Date: | 2003-09-24 16:11:29 |
Message-ID: | 200309241611.h8OGBTr11575@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane wrote:
> nolan(at)celery(dot)tssi(dot)com writes:
> > Also, I DO run spamassassin here, and it is finding only perhaps 10-20%
> > of the copies of the most recent worm. I think it sends out copies that
> > are sufficiently different from each other that it bypasses all the
> > checks, including a Bayesian filter.
>
> Hmm. I've had no trouble filtering the actual worm (I filter using a
> pattern that looks for the first few bytes of a base64-encoded Windows
> executable file). The only copies that were getting as far as my spam
> inbox were ones that had had the executable file removed by various
> "helpful" filtering programs.
Rather than configuring my filter for every virus, I just block evil
attachments via procmail:
* ^(Content-Type: [^;]*;| )? *(file)?name="?[^"]*\.(exe|com|pif|scr|bat)"?$
One interesting modification I have is that once I recieve a virus
email, I block further emails from that host. Yea, it could block later
valid email, but preventing all those viruses from being downloaded
before being checked is worth it.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-09-24 16:20:05 | Re: [GENERAL] pgindented tsearch2 for 7.3.4 |
Previous Message | Daniel E. Fisher | 2003-09-24 16:09:48 | 7.3.3 again - fixed |