From 225ea435762b45016242332d665ee97bbb3313e2 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 25 Jun 2004 22:54:33 +0000 Subject: Fixed bug where trusted users weren't. Also a couple of memory bugs in the database. --- test/test-config | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 test/test-config (limited to 'test/test-config') 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$" +} -- cgit v1.2.3