diff options
Diffstat (limited to 'src/kbsrc')
-rw-r--r-- | src/kbsrc | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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" } |