Update anonymize_headers.pcre

This commit is contained in:
André Peters 2019-07-26 07:18:58 +02:00 committed by GitHub
parent 9de821c3b0
commit e00a18ab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
/^\s*Received:.*Authenticated sender:(.+)/
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
endif