Mercurial > repos > other > Puppet
changeset 130:eb32a4978a7c puppet-3.6
Be less agressive with blocking on the grounds of SPF
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 06 Oct 2016 19:02:30 +0100 |
parents | 16a931df5fd7 |
children | 0dd899a10ee1 |
files | common/fail2ban/ibb-postfix-spammers.conf |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/common/fail2ban/ibb-postfix-spammers.conf Sun Oct 02 19:33:22 2016 +0100 +++ b/common/fail2ban/ibb-postfix-spammers.conf Thu Oct 06 19:02:30 2016 +0100 @@ -14,8 +14,7 @@ # (?:::f{4,6}:)?(?P<host>[\w\-.^_]+) # Values: TEXT # -failregex = reject: RCPT from (.*)\[<HOST>\]: 554 .* blocked using zen.spamhaus.org - Policy action=550 Please see http://www.openspf.net/Why\?s=([^;]*);id=([^;]*);ip=<HOST> +failregex = reject: RCPT from (.*)\[<HOST>\]: 55[0-9] .* blocked using .* # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.