Niels Kobschätzki <ni...@kobschaetzki.net> (Mo 05 Jul 2021 13:54:47 CEST):
> 
> > addresses the users sends mails to in a given time frame.
> >
> >         ratelimit = … / per_addr
> 
> According to the documentation: “The per_addr option is like the per_rcpt 
> option, except it counts the number of different recipients that **the 
> client** has sent messages to in the last time period.”
> What is a client? Does sending 10 mails with 50 recipients each from one 
> sender with like a webmailer count like 500 addresses or like 10x 50 
> addresses because there will probably always be a new connect?

It depends on you, what you use as a key for counting.

        ratelimit = 300 / 1d / per_addr / $authenticated_id

Untested! But I'm sure you got the idea :)
-- 
Heiko

Attachment: signature.asc
Description: PGP signature

-- 
## List details at https://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