Dear

I would like to limit the recipients number in Bcc Header field

i have set 

header_checks = regexp:/etc/postfix/header_checks

content:

/^To:([^@]*@){50,}/     REJECT Sorry, your message has too many recepients.
/^Cc:([^@]*@){50,}/     REJECT Sorry, your message has too many recepients.
/^Bcc:([^@]*@){50,}/    REJECT Sorry, your message has too many recepients

To and CC are successfully catched and refused by Postfix

But Bcc is not catched

Where i'm wrong ?

Reply via email to