diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-24 11:29:08 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-24 11:29:08 -0400 |
| commit | 960dd0d1f8dc59c6e2ca4c6bccdec4b8d3c161ef (patch) | |
| tree | ee1f9a1abd9b1235a3b592b277c868db4cec148b /src | |
| parent | c96ba00822af4147c5dc7c36a8f764ea17c7da1c (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index a8cfe52c..24ff6f76 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -460,7 +460,7 @@ kiteMailServer = propertyList "kitenet.net mail server" -- Remove local Received line for postfix running on a -- trusted client that relays through. These can trigger -- spam filters. - , "/^Received: by ([^.]+)\\.kitenet\\.net \\(Postfix, from userid.*/ IGNORE" + -- , "/^Received: by ([^.]+)\\.kitenet\\.net \\(Postfix, from userid.*/ IGNORE" ] `onChange` Postfix.reloaded `describe` "postfix obscure_client_relay file configured" |
