On 24/10/2016 5:15 μμ, Fazzina, Angelo wrote:

Can't you use REGEX to write a rule to catch them, and then decide what you 
want to do with those emails ?

Would the following be valid?

smtpd_recipient_restrictions =
    ...
    check_sender_access hash:/etc/postfix/blacklisted_senders
    header_checks pcre:/etc/postfix/blacklisted_maillists
    ...

/etc/postfix/blacklisted_maillists

/^Return-Path: <oursuperclub-members+bnc(.*)@googlegroups.com>/     REJECT

Nick

Reply via email to