Mercurial > dnsbl
comparison dnsbl.conf @ 144:31ff00ea6bfb stable-5-24
allow parent/child to share a fully qualified env_to address
author | carl |
---|---|
date | Sun, 15 Oct 2006 12:23:17 -0700 |
parents | 4028de9b46dd |
children | 8d7c439bb6fa |
comparison
equal
deleted
inserted
replaced
143:ecb40aa3eaa5 | 144:31ff00ea6bfb |
---|---|
25 // we only send bounces to our own customers | 25 // we only send bounces to our own customers |
26 env_from unknown { | 26 env_from unknown { |
27 "<>" black; | 27 "<>" black; |
28 }; | 28 }; |
29 | 29 |
30 // per recipient rates - only used in the default (first top level) context | 30 // hourly recipient rate limit by smtp auth client id |
31 rate_limit 30 { // default | 31 rate_limit 30 { // default |
32 fred 100; // override default limits | 32 #fred 100; // override default limits |
33 joe 10; // "" | 33 #joe 10; // "" |
34 }; | 34 }; |
35 }; | 35 }; |
36 | 36 |
37 context main { | 37 context main { |
38 dnsbl localp partial.blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; | 38 dnsbl localp partial.blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; |