changeset 20:948343c0cfdd

add sample for content filtering
author carl
date Fri, 30 Apr 2004 22:49:08 -0700
parents b8f5fa3dd5b8
children 19f11ae628df
files xml/sample.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'