Auteur: Peter Bowyer Date: À: Exim Users Mailing List Sujet: Re: [exim] Reject email from a ip or ip range
On Thu, 09 Dec 2004 17:25:27 +0200, Godfrey <godfreyexim@???> wrote: > Hello
>
> I would appreciate help I want to block or reject all email's from a
> specific ip as we are currently being flooded with spam from a specific ip
> number.
>
> If I block the domain that seems to change or they use different ones so
> that is not a long term solution
>
> I trawled through google but it seems a bit thin on info
>
> any help with a working acl would be appreciated
reject message = We don't like you, go away
hosts = 1.2.3.4
Probably best placed in your RCPT acl, since rejecting earlier tends
to provoke spamware into hammering you even harder.