> Quotas currently caters for message count limits and message size
> limits. Would a quota limit for recipients per message be possible
> (like that provided by smtpd_client_recipient_rate_limit in Postfix,
> but limited to a specific policy) and if so, are there any plans to
> add it at some stage?
>   
Currently the recipient count is the message count. ie. The MessageCount
counts recipients, not messages.

What we must do is add the true message counter. The problem here as you
can see is the naming which we added at first is wrong, this would break
current installations.

We must rename:
MessageCount => RecipientCount
Add MessageCount

Maybe can do this in trunk.

-N
_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users

Reply via email to