diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-26 02:01:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-26 02:01:49 +0000 |
commit | c378e8f900d85d59a8a616bf0b8b14e426d898e1 (patch) | |
tree | 0dbf84eab213d73e58b8041c7d0b2057ba5bcb0f /src/kbsrc | |
parent | f3a485b283141787667ea98b8e0a8687f07d9062 (diff) |
Added allow_to in domain; Added include; Update docs; Fixed folding header lines
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" } |