[Postfix] Move "should not"-sign headers out of Postcow check to always remove them, fixes #1911
parent
c723a9d145
commit
66d8f33aac
|
@ -1,9 +1,9 @@
|
||||||
if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
|
if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
|
||||||
/^\s*Received:.*Authenticated sender:(.+)/
|
/^\s*Received:.*Authenticated sender:(.+)/
|
||||||
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
|
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
|
||||||
|
endif
|
||||||
/^\s*User-Agent/ IGNORE
|
/^\s*User-Agent/ IGNORE
|
||||||
/^\s*X-Enigmail/ IGNORE
|
/^\s*X-Enigmail/ IGNORE
|
||||||
/^\s*X-Mailer/ IGNORE
|
/^\s*X-Mailer/ IGNORE
|
||||||
/^\s*X-Originating-IP/ IGNORE
|
/^\s*X-Originating-IP/ IGNORE
|
||||||
/^\s*X-Forward/ IGNORE
|
/^\s*X-Forward/ IGNORE
|
||||||
endif
|
|
||||||
|
|
Loading…
Reference in New Issue