diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-04 22:43:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-04 22:43:58 -0300 |
commit | dad5888cea24eb71cb58d0a260a208ba6e2d8073 (patch) | |
tree | f84b5e77b78a39b85a141a9e00c0622689d7ca27 /files | |
download | puppet-mail-dad5888cea24eb71cb58d0a260a208ba6e2d8073.tar.gz puppet-mail-dad5888cea24eb71cb58d0a260a208ba6e2d8073.tar.bz2 |
Initial import
Diffstat (limited to 'files')
-rw-r--r-- | files/postfix/header_checks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/postfix/header_checks b/files/postfix/header_checks new file mode 100644 index 0000000..51b3168 --- /dev/null +++ b/files/postfix/header_checks @@ -0,0 +1 @@ +/^Received: from (.* \([-._[:alnum:]]+ \[[.[:digit:]]{7,15}\]\)).*\(Authenticated sender: ([^)]+)\).*by ([^)]+) \(([^)]+)\) with (E?SMTP) id ([A-F[:digit:]]+).*/ REPLACE Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: $2) with $5 id $6 |