Le vendredi 25 mars 2011 à 07:21 -0400, Wietse Venema a écrit : > David Touzeau: > [ Charset UTF-8 unsupported, converting... ] > > 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 > > BCC is deleted. > > Wietse
Thanks Wietse to answer me... What do you means when you said "BCC" is deleted ? You means that BCC is not stored in the header when postfix try to catch it ?