Mercurial > repos > other > Puppet
view modules/my_fw/manifests/post.pp @ 180:83885499c093 puppet-3.6
Strip some headers on outbound emails
Necessary because GMail app on Android using an account on our
server adds half of the MS Outlook headers, but not the others
and this causes SpamAssassin to flag as spam
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 05 Aug 2018 10:40:51 +0100 |
parents | 222904296578 |
children | 2c3e745be8d2 |
line wrap: on
line source
class my_fw::post { firewall { '999 drop all': proto => 'all', action => 'drop', before => undef, } }