summaryrefslogtreecommitdiff
path: root/test/test-config
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-06-25 22:54:33 +0000
committerIan C <ianc@noddybox.co.uk>2004-06-25 22:54:33 +0000
commit225ea435762b45016242332d665ee97bbb3313e2 (patch)
treea6f8663ae093a9ff19deeb84765273f080ee8300 /test/test-config
parent4a6391ce910b5f71574e20b31f1e9429d756b96d (diff)
Fixed bug where trusted users weren't. Also a couple of memory bugs in the
database.
Diffstat (limited to 'test/test-config')
-rw-r--r--test/test-config40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/test-config b/test/test-config
new file mode 100644
index 0000000..84fc6cc
--- /dev/null
+++ b/test/test-config
@@ -0,0 +1,40 @@
+set hostname localhost
+
+# These need setting correctly for the user defined in create_mails.sh
+#
+set username kbstest
+set password kbstest
+
+set casesense off
+set verbose off
+set showmatch on
+set dejunk on
+set testmode off
+set blockhtml on
+set log log
+
+trusted_users
+{
+ trusted@google.com
+}
+
+trusted_domains
+{
+ freebsd.org
+}
+
+blacklist
+{
+ microsoft.com
+}
+
+domain "."
+{
+ default allow
+
+ block_user bad_user2
+
+ allow_to "^UNAME\@HOSTNAME$"
+
+ block_subject "^bad$"
+}