------- 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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #6 from Dean Brooks <[email protected]>  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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to