diff options
| author | Joey Hess <joey@kitenet.net> | 2014-09-24 11:27:45 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-09-24 11:27:45 -0400 |
| commit | c96ba00822af4147c5dc7c36a8f764ea17c7da1c (patch) | |
| tree | f4aae5592e7caa0a4290d5fa78d788979075b9e8 /src | |
| parent | d1292a578643668973d3ba9352d24d6fb6fd38a0 (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 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" |
