Release 0.6.9
This commit is contained in:
+12
-1
@@ -1,10 +1,15 @@
|
||||
# features intended to filter or block incoming mail
|
||||
[milter]
|
||||
;socket=/var/log/milter/pythonsock
|
||||
tempdir = /var/log/milter/save
|
||||
;timeout=600
|
||||
|
||||
scan_rfc822 = 1
|
||||
# can be CPU intensive
|
||||
scan_html = 0
|
||||
# reject asian fonts because we can't read them
|
||||
block_chinese = 1
|
||||
# users who hate forwarded mail
|
||||
;block_forward = egghead@mycorp.com, busybee@mycorp.com
|
||||
log_headers = 0
|
||||
# Reject mail for domains mentioned unless user is mentioned here also
|
||||
@@ -12,7 +17,9 @@ log_headers = 0
|
||||
# porn words are case insensitive
|
||||
porn_words = penis, breast, pussy, horse cock, porn, xenical, diet pill, d1ck,
|
||||
vi*gra, vi-a-gra, viag, tits, p0rn, hunza, horny, sexy, c0ck,
|
||||
p-e-n-i-s, hydrocodone, vicodin, xanax, vicod1n, x@nax
|
||||
p-e-n-i-s, hydrocodone, vicodin, xanax, vicod1n, x@nax, diazepam,
|
||||
v1@gra, xan@x, cialis, ci@lis, frëe, xãnax, valíum, vãlium, via-gra,
|
||||
x@n3x, vicod3n, penís, v|c0d1n, phentermine, en1arge, dip1oma, v1codin
|
||||
# spam words are case sensitive
|
||||
spam_words = $$$, !!!, XXX, FREE, HGH
|
||||
|
||||
@@ -43,6 +50,8 @@ reject_spoofed = 0
|
||||
;delegate = domain.com
|
||||
# domains where a neutral SPF result should cause mail to be rejected
|
||||
;reject_neutral = aol.com
|
||||
# use a default (v=spf1 a/24 mx/24 ptr) when no SPF records are published
|
||||
;best_guess = 0
|
||||
|
||||
# features intended to clean up outgoing mail
|
||||
[scrub]
|
||||
@@ -93,6 +102,8 @@ blind = 1
|
||||
# defining this activates the dspam application
|
||||
# dspam and dspam-python must be installed
|
||||
;dspam_userdir=/var/lib/dspam
|
||||
# do not dspam messages larger than this
|
||||
;dspam_sizelimit=180000
|
||||
|
||||
# Map email addresses and aliases to dspam users
|
||||
;dspam_users=david,goliath,spam,falsepositive
|
||||
|
||||
Reference in New Issue
Block a user