Re: [Mimedefang] rate-limiting for outbound mails per sender

2014-02-10 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 10 Feb 2014, David F. Skoll wrote: downside is that it doesn't keep a running hourly sum, but resets (more-or-less) once an hour so a sender can actually exceed the rate limit for a while if the timing window is just right. In practice, V

Re: [Mimedefang] rate-limiting for outbound mails per sender

2014-02-10 Thread David F. Skoll
On Mon, 10 Feb 2014 07:08:38 +0100 (CET) Steffen Kaiser wrote: > > what would be a good way to implement rate-limiting for outbound > > mails per sender e.g. 50 recipients per smtp_auth sender per hour? > I do this in filter_begin. There I detect the sender, assign a > "SenderID" based on differ

Re: [Mimedefang] rate-limiting for outbound mails per sender

2014-02-09 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 9 Feb 2014, Marcus Schopen wrote: what would be a good way to implement rate-limiting for outbound mails per sender e.g. 50 recipients per smtp_auth sender per hour? I do this in filter_begin. There I detect the sender, assign a "SenderID"