Re: [OT] Tom's/Marc's spam filters?

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: pgsql-general(at)postgresql(dot)org
Subject: Re: [OT] Tom's/Marc's spam filters?
Date: 2004-04-22 04:52:49
Message-ID: 200404220452.i3M4qno04240@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Jim Seymour wrote:
> >> What do you do if you don't like the client that delivered it to your
> >> backup MX? You can't just throw it away. Well, you *can*, but doing
> >> so breaks the email delivery system. If reject it, your backup MX will
> >> then bounce it to the ostensible sender, which is very likely forged.
>
> > For stuff I block via sendmail, I 550 it, even from my MX. I am not
> > sure what my MX does with it, but no one has complained.
>
> You're contributing to the problem then. Your MX will bounce the
> message back to the (likely forged) envelope sender.

I think I looked into this a while ago and couldn't figure out a way to
discard a message from my MX without downloading it. Any ideas out
there?

The sendmail code looks like:

R$* from $+ ($-(at)[$+]) by west.navpoint.com $* $: $>Basic_check_relay [$4] $| $4

Maybe I have to make a custom version of Basic_check_relay that does a
download/discard?

> These days I actually have a worse problem with bogus bounce reports
> than I do with spam. It's very difficult to filter mail bounce messages
> without risking losing real bounces --- over the past month or two I'd
> say that only one or two spams have made it into my inbox, but hundreds
> of bounces of spam and viruses with my name forged to them have made it.

I actually ignore bounces from my PostgreSQL account. I gave up.

--
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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-04-22 05:17:42 Re: performance problem aftrer update from 7.1 to 7.4.2
Previous Message Tom Lane 2004-04-22 04:44:05 Re: [OT] Tom's/Marc's spam filters?