diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-18 22:00:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-18 22:00:32 -0300 |
commit | 05c23e74b9fc3a49a57f4f88271150e79a837a18 (patch) | |
tree | 3edd4ee0871864f72e5dc4bf55a4ebe79551fd9b /files/postfix | |
parent | 737a42469fbead8a26c17f7129ff5d18ba113614 (diff) | |
download | puppet-mail-05c23e74b9fc3a49a57f4f88271150e79a837a18.tar.gz puppet-mail-05c23e74b9fc3a49a57f4f88271150e79a837a18.tar.bz2 |
Using a template for header_checks
Diffstat (limited to 'files/postfix')
-rw-r--r-- | files/postfix/header_checks | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/postfix/header_checks b/files/postfix/header_checks deleted file mode 100644 index d666512..0000000 --- a/files/postfix/header_checks +++ /dev/null @@ -1,2 +0,0 @@ -/^Received: from (.* \([-._[:alnum:]]+ \[[.[:digit:]]{7,15}\]\)).*?([[:space:]]+).*\(Authenticated sender: ([^)]+)\).*by ([^)]) \(([^)]+)\) with (E?SMTPS?A?) id ([A-F[:digit:]]+).*/ - REPLACE Received: from [127.0.0.1] (localhost [127.0.0.1])$2(Authenticated sender: $3)${2}with $6 id $7 |