propellor spin

This commit is contained in:
Joey Hess 2014-09-24 14:03:23 -04:00
parent 960dd0d1f8
commit e5dd1f6414
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -457,10 +457,10 @@ kiteMailServer = propertyList "kitenet.net mail server"
-- clients. These can be a privacy vilation, or trigger
-- spam filters.
[ "/^Received: from ([^.]+)\\.kitenet\\.net.*using TLS.*by kitenet\\.net \\(([^)]+)\\) with (E?SMTPS?A?) id ([A-F[:digit:]]+)(.*)/ IGNORE"
-- Remove local Received line for postfix running on a
-- Munge 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.*/ REPLACE Received: by kitenet.net"
]
`onChange` Postfix.reloaded
`describe` "postfix obscure_client_relay file configured"