소스 검색

Update anonymize_headers.pcre

André Peters 6 년 전
부모
커밋
e00a18ab95
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      data/conf/postfix/anonymize_headers.pcre

+ 1 - 1
data/conf/postfix/anonymize_headers.pcre

@@ -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