Re: [exim] How to set exim to manage the number of CC or BCC…

Top Pagina
Delete this message
Reply to this message
Auteur: Always Learning
Datum:  
Aan: Exim
Onderwerp: Re: [exim] How to set exim to manage the number of CC or BCCaddresses?
On Wed, 2015-02-04 at 11:11 -0500, Reinier Carmona Lizana wrote:


> MAX_RCPT = 10
>
> begin acl
>
> acl_check_rcpt:
>
> deny   message       = Too many recipients
>          log_message   = Too many recipients. "$rcpt_count" rcpts
>          condition     = ${if >{$rcpt_count}{MAX_RCPT} {1}{0}}
>          senders       = ! FILTERDIR/senders_with_no_rcpt_limit

>
>
> and that work but only for TO addresses. I need the same for CC or BCC
> addresses, anyone have and idea that how I can do that?


Recipients =     people receiving the email
Recipients =    (To: +  CC: +  Bcc:)


$rcpt_count =    (To: +  CC: +  Bcc:)




--
Regards,

Paul.
England, EU.      Je suis Charlie.


--
Regards,

Paul.
England, EU.      Je suis Charlie.