Minimize another use of blacklist
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
475d135dcf
commit
83b1dce760
1 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,7 @@ required_hits 5
|
||||||
report_safe 0
|
report_safe 0
|
||||||
bayes_auto_learn_threshold_nonspam -4
|
bayes_auto_learn_threshold_nonspam -4
|
||||||
|
|
||||||
# disable certain kinds of blacklists since their dns checks were timing out
|
# disable certain kinds of blocklists since their dns checks were timing out
|
||||||
score RCVD_IN_BL_SPAMCOP_NET 0
|
score RCVD_IN_BL_SPAMCOP_NET 0
|
||||||
score RCVD_IN_RP_RNBL 0
|
score RCVD_IN_RP_RNBL 0
|
||||||
score RCVD_IN_RP_CERTIFIED 0
|
score RCVD_IN_RP_CERTIFIED 0
|
||||||
|
@ -55,5 +55,9 @@ score RAZOR2_CF_RANGE_E8_51_100 0
|
||||||
score RAZOR2_CHECK 0
|
score RAZOR2_CHECK 0
|
||||||
|
|
||||||
|
|
||||||
# blacklist spam email addresses
|
# blocklist spam email addresses
|
||||||
|
# INCLUSIVE LANGUAGE NOTE:
|
||||||
|
# https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7826
|
||||||
|
# can change this to blocklist when that is implemented and systems
|
||||||
|
# using this role are updated
|
||||||
blacklist_from *@elitetorrent1.com
|
blacklist_from *@elitetorrent1.com
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue