diff xml/sample.conf @ 28:33e1e3910506

add configurable list of tlds
author carl
date Thu, 27 May 2004 10:08:51 -0700
parents 43a4f6b3e668
children 6b79046b18c2
line wrap: on
line diff
--- a/xml/sample.conf	Sat May 22 22:30:45 2004 -0700
+++ b/xml/sample.conf	Thu May 27 10:08:51 2004 -0700
@@ -4,6 +4,9 @@
 # tokens are separated by spaces or tabs
 #
 #
+# tld:
+#   second token is the tld suffix - com, net, org, etc
+#
 # content:
 #   second token is the dns suffix used for the actual lookups
 #   third  token? is a string enclosed in single quotes, so it
@@ -102,6 +105,7 @@
 host_limit      20                          'Mail containing too many host names rejected'
 html_limit      20                          'Mail containing excessive bad html tags rejected'
 include html-tags.conf
+include tld.conf
 
 
 ##############################################