Author: Randy Bush Date: To: Phil Pennock, exim users Subject: Re: [exim] too many connections from that IP address
> I think that you've missed a reply from Chris Edwards
indeed, i did. my current skimming mta, thunderbird, is very unhelful
with digests, and i can not keep up with the exim flood rate. my fault.
> For a hard-coded one-off limit instead of the external lookup file,
> ${if match_ip{$sender_host_address}{+my_hostlist} {20}{4}}
> where +my_hostlist might be +relay_from_hosts or whichever hostlist
> matches your home connection. I like Vincent's approach though, for the
> general ability to deal with arbitrary known heavy senders.
that is what i did and it seems to work well. thanks. and thanks vincent.