------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1212
Dean Brooks <dean@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dean@???
--- Comment #6 from Dean Brooks <dean@???> 2012-02-23 16:15:21 ---
This functionality is already built in to Exim.
In the ACL for smtp_rcpt:
defer
condition = ${if
>{$rcpt_count}{${lookup{$sender_host_address}iplsearch{/usr/local/exim/etc/rcpt.hosts}}}}
message = too many recipients
In fact, you can set recipients_max=0 and impose all your limits using ACLs in
this manner.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email