Matt wrote:
> I have this to rate limit messages:
> 
> warn ratelimit = 100 / 1h / per_rcpt / strict
>         delay = 10s
>         log_message = Sender $sender_address rate $sender_rate /
> $sender_rate_period excedes limit delayed 10 seconds
> 
> Problem is when a user is using Squirrelmail there IP is always listed
> as 127.0.0.1.  I do not think there is any good solution to that
> really though.  Is there a way to have one rule thats for users that
> are NOT 127.0.0.1 and another for users that are 127.0.0.1?  If so how
> do you do that?
> 

Just add:
!hosts = 127.0.0.1/8 :

after the warn.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to