diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-24 11:21:12 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-24 11:21:12 -0400 |
| commit | 3fe6e0f8bdc1915bbe9322ffa07f9349c8333d70 (patch) | |
| tree | bda62536d2efad08e0d7665a4b6d19d267d849b4 /src | |
| parent | ffe36b68b4699ebde5f8fc3badcc2ace90255f32 (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 caf839dd..863a86cf 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.*from userid.*/ IGNORE" + -- , "/^Received: by ([^.]+)\\.kitenet\\.net.*from userid.*/ IGNORE" ] `onChange` Postfix.reloaded `describe` "postfix obscure_client_relay file configured" |
