Postfix Version: 3.1.1 header_checks = pcre:/etc/postfix/conf/custom_header_checks
Hello List! According to the header_checks document, it states for the BCC Action, "The number of BCC addresses that can be added is limited only by the amount of available storage space." http://www.postfix.org/header_checks.5.html If I am not mistaken, it is possible to add multiple recipients for the BCC action, correct? Although, I am not clear about on the part referring to available storage space; I have plenty of storage. I'd be interested in what context the statement is referring to though. Typically, BCC to a single works. /^From:(.*)<(.*)@externaldomain.tld>(.*)/ BCC us...@internaldomain.tld <<== WORKS However, I haven't been able get BCC to multiple recipients to work; so far I've tried... /^From:(.*)<(.*)@externaldomain.tld>(.*)/ BCC us...@internaldomain.tld, us...@internaldomain.tld /^From:(.*)<(.*)@externaldomain.tld>(.*)/ BCC us...@internaldomain.tld,us...@internaldomain.tld /^From:(.*)<(.*)@externaldomain.tld>(.*)/ BCC us...@internaldomain.tld; us...@internaldomain.tld /^From:(.*)<(.*)@externaldomain.tld>(.*)/ BCC us...@internaldomain.tld;us...@internaldomain.tld Has anyone used multiple recipients for the BCC action before? Any examples/guidance would be greatly appreciated. Thank you list! -- Rick King