Author: David Woodhouse Date: To: Matt CC: Exim Mailing List Subject: Re: [exim] Blocking Source Destination Pair
On Wed, 2010-07-07 at 09:37 -0500, Matt wrote: > > I have a user receiving a bunch of bounces from spam they did not
> > send. Its all from a free email provider I cannot seem to find an easy
> > contact for. Is there a simple way to defer or reject all messages
> > from "<>" and too "somebody@???" in exim.conf?
>
> Would something like this work?
>
> # try to block bounces to certain email
> defer
> message = backscatter is bad
> senders = :
> recipient = somebody@???
That only works if 'somebody@???' _never_ sends mail.
Which is easy enough to arrange, of course.