Sietse van Zanen wrote:
> Ralf Hildebrandt wrote:
> > Kelly Jones wrote:
> > > To fight spam, I want to validate the address (not necessarily in
> > > real-time) of the a given email sender. Is there a Unix tool that
> > > does this?
> >
> > Postfix has exactly this built in. It's the
> > "reject_unverified_sender" restriction.
>
> Yes, but you don't always want to reject such mails. NDR's,
> automated mails etc are often send from empty or non-existent e-mail
> addresses.

Any legitimate email will have a valid sender address.  That includes
DSNs and automated messages.  Within a small network it may be okay to
use an invalid sending address locally.  But for any mail across a wan
the sending address must be able to receive bounces.

So yes I do want to always reject mail with invalid sending addresses.

The postfix and exim implementations are great.  But I also see where
this would be very useful to do off-on-the-side of the mta for a
corpus of mail.  I do spam filtering for a number of mailman hosted
mailing lists.  For various reasons outside my control this is not
done on the front end machine.  It would be useful to be able to use
verified senders to catagorize mail as it is processed through the
pipeline.  Having a tool outside of the mta to provide this data would
be very useful to me anyway.

Bob

Reply via email to