comparison dnsbl.conf @ 163:97d7da45fe2a

spamassassin changes
author carl
date Sun, 26 Aug 2007 19:03:17 -0700
parents 8d7c439bb6fa
children bf828f785407
comparison
equal deleted inserted replaced
162:c4bce911c276 163:97d7da45fe2a
17 html_tags { include "html-tags.conf"; }; 17 html_tags { include "html-tags.conf"; };
18 html_limit on 20 "Mail containing excessive bad html tags rejected"; 18 html_limit on 20 "Mail containing excessive bad html tags rejected";
19 html_limit off; 19 html_limit off;
20 host_limit on 20 "Mail containing excessive host names rejected"; 20 host_limit on 20 "Mail containing excessive host names rejected";
21 host_limit soft 20; 21 host_limit soft 20;
22 spamassassin 4;
22 }; 23 };
23 24
24 // backscatter prevention - don't send bounces for mail that we accepted but could not forward 25 // backscatter prevention - don't send bounces for mail that we accepted but could not forward
25 // we only send bounces to our own customers 26 // we only send bounces to our own customers
26 env_from unknown { 27 env_from unknown {
50 tld { include "tld.conf"; }; 51 tld { include "tld.conf"; };
51 cctld { include "cctld.conf"; }; 52 cctld { include "cctld.conf"; };
52 html_tags { include "html-tags.conf"; }; 53 html_tags { include "html-tags.conf"; };
53 html_limit off; 54 html_limit off;
54 host_limit soft 20; 55 host_limit soft 20;
56 spamassassin 5;
55 }; 57 };
56 58
57 env_to { 59 env_to {
58 # !! replace this with your domain names 60 # !! replace this with your domain names
59 # child contexts are not allowed to specify recipient addresses outside these domains 61 # child contexts are not allowed to specify recipient addresses outside these domains
98 env_from unknown { 100 env_from unknown {
99 abuse@ abuse; # replies to abuse reports use the abuse context 101 abuse@ abuse; # replies to abuse reports use the abuse context
100 # dcc_from { include "/var/dcc/whitecommon"; }; 102 # dcc_from { include "/var/dcc/whitecommon"; };
101 }; 103 };
102 104
103 autowhite 90 "my-auto-whitelist"; 105 # autowhite 90 "my-auto-whitelist";
104 }; 106 };
105 107