# HG changeset patch # User carl # Date 1083390548 25200 # Node ID 948343c0cfddf80ec059dfe5eef8eda612b18900 # Parent b8f5fa3dd5b8306a976ae93516343a6f6c2f742b add sample for content filtering diff -r b8f5fa3dd5b8 -r 948343c0cfdd xml/sample.conf --- a/xml/sample.conf Fri Apr 30 22:44:56 2004 -0700 +++ b/xml/sample.conf Fri Apr 30 22:49:08 2004 -0700 @@ -4,6 +4,13 @@ # tokens are separated by spaces or tabs # # +# content: +# second token is the dns suffix used for the actual lookups +# third token? is a string enclosed in single quotes, so it +# is not really a token. This is the error message, with +# up to two %s parameters for the offending host name and +# client ip address respectively. +# # dnsbl: # second token is the name of this dnsbl # third token is the dns suffix used for the actual lookups @@ -72,6 +79,7 @@ # define the dnsbls to use # # +content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' dnsbl LOCAL blackholes.five-ten-sg.com 'Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s' dnsbl SPEWS blackholes.spews.org 'Mail from %s rejected - spews; see http://www.spews.org/ask.cgi?x=%s' dnsbl SBL sbl-xbl.spamhaus.org 'Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s'