Sub Zero wrote: > I want exim to reject the email if the mail is tried to be sent to more > than 10 recipients (rcpt to:<[EMAIL PROTECTED]>" where has more than 10 > different addrto's. How do I do this with Exim 4.52 (cpanel)?
FWIW, RFC 2821 says: "Rejection of messages (for excessive recipients) with fewer than 100 RCPT commands is a violation of this specification." I think this is a bit outdated and valid smtp clients should be able to handle lower limits. OTOH, the designated error code is 552, which clients could interpret as a permanent error and therefore will not try to send to this recipients again. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
