summaryrefslogtreecommitdiffstats
path: root/roles/MSA/files/etc/postfix/anonymize_sender.pcre
blob: 7c11f4e6c5994c6e8e375202f09b3eb481a5eba9 (plain)
1
2
3
4
5
6
7
/^Received:\s+from\s+(?:\S+\s+\(\S+\s+\[(?:IPv6:)?[[:xdigit:].:]{3,39}\]\))
        (\s+\(using\s+(?:TLS|SSL)(?:v\S+)?\s+with\s+cipher\s+\S+\s+\(\S+\s+bits\)\)\s+).*
        (\bby\s+(?:\S+\.)?fripost\.org\s+\([^)]+\)
        \s+with\s+E?SMTPS?A\s+id\s+[[:xdigit:]]+;?\s.*)/x
    REPLACE Received: from [127.0.0.1] (localhost [127.0.0.1])${1}${2}

/^X-Originating-IP:/    IGNORE