2018-10-16 16:26:41 +08:00
|
|
|
if /^\s*Received:.*Authenticated sender.*\(Postcow\)/
|
2018-10-16 02:52:06 +08:00
|
|
|
/^\s*Received:.*Authenticated sender:(.+)/
|
2018-10-16 16:26:41 +08:00
|
|
|
REPLACE Received: from localhost (localhost [127.0.0.1]) (Authenticated sender:$1
|
2018-10-16 02:52:06 +08:00
|
|
|
/^\s*User-Agent/ IGNORE
|
|
|
|
/^\s*X-Enigmail/ IGNORE
|
|
|
|
/^\s*X-Mailer/ IGNORE
|
|
|
|
/^\s*X-Originating-IP/ IGNORE
|
|
|
|
/^\s*X-Forward/ IGNORE
|
2018-10-17 02:11:21 +08:00
|
|
|
endif
|