summaryrefslogtreecommitdiff
path: root/src/kbsrc
diff options
context:
space:
mode:
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"
}