summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-09-24 11:27:45 -0400
committerJoey Hess2014-09-24 11:27:45 -0400
commitc96ba00822af4147c5dc7c36a8f764ea17c7da1c (patch)
treef4aae5592e7caa0a4290d5fa78d788979075b9e8 /src/Propellor/Property
parentd1292a578643668973d3ba9352d24d6fb6fd38a0 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 0b066bb4..a8cfe52c 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 \\(Postfix, from userid.*/ IGNORE"
]
`onChange` Postfix.reloaded
`describe` "postfix obscure_client_relay file configured"