postfix-users March 2011 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: header_checks: BCC issue

Re: header_checks: BCC issue

From: Wietse Venema <wietse_at_nospam>
Date: Fri Mar 25 2011 - 11:21:13 GMT
To: david@touzeau.eu

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