Mercurial > dnsbl
comparison dnsbl.conf @ 168:6bac960af6b4
add generic reverse dns filtering regex
author | carl |
---|---|
date | Thu, 30 Aug 2007 11:08:46 -0700 |
parents | 9b129ed78d7d |
children | 8deb51871b3d |
comparison
equal
deleted
inserted
replaced
167:9b129ed78d7d | 168:6bac960af6b4 |
---|---|
54 html_limit off; | 54 html_limit off; |
55 host_limit soft 20; | 55 host_limit soft 20; |
56 spamassassin 5; | 56 spamassassin 5; |
57 }; | 57 }; |
58 | 58 |
59 generic "(^|[.-])(host)?([0-9]{1,3}[.-](Red-|dynamic[.-])?){4}" | |
60 "your mail server %s seems to have a generic name"; | |
61 | |
59 env_to { | 62 env_to { |
60 # !! replace this with your domain names | 63 # !! replace this with your domain names |
61 # child contexts are not allowed to specify recipient addresses outside these domains | 64 # child contexts are not allowed to specify recipient addresses outside these domains |
62 # or leave this empty to allow unrestricted child contexts | 65 # or leave this empty to allow unrestricted child contexts |
63 # example.com; | 66 # example.com; |