summaryrefslogtreecommitdiff
path: root/src/kbsrc
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-26 02:01:49 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-26 02:01:49 +0000
commitc378e8f900d85d59a8a616bf0b8b14e426d898e1 (patch)
tree0dbf84eab213d73e58b8041c7d0b2057ba5bcb0f /src/kbsrc
parentf3a485b283141787667ea98b8e0a8687f07d9062 (diff)
Added allow_to in domain; Added include; Update docs; Fixed folding header lines
Diffstat (limited to 'src/kbsrc')
-rw-r--r--src/kbsrc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/kbsrc b/src/kbsrc
index 5361dd3..27031df 100644
--- a/src/kbsrc
+++ b/src/kbsrc
@@ -69,6 +69,12 @@ domain "."
#
block_user emailname
+
+ # Only allow emails legitimately directed to us:
+ #
+ allow_to emailname@myisp.co.uk
+
+
# Obviously, things like "credit card" will not be blocked from the bank
# as that's in the trusted_domains.
#
@@ -94,9 +100,10 @@ domain "."
block_subject ".* ?naked ?.*"
block_subject ".* ?nigeria ?.*"
+
# Why would anyone sane want to use my username in a subject?
# I know who I am! Note it's capitilised so nothing bizarre gets
# done by the subject macros.
#
- block_subject "EMAILNAME@MY-ISP.CO.UK"
+ block_subject "EMAILNAME@MYISP.CO.UK"
}