View | Details | Raw Unified | Return to bug 6490
Collapse All | Expand All

(-)rules/local.cf (-11 lines)
Lines 82-95 Link Here
82
# shortcircuit BAYES_00                ham
82
# shortcircuit BAYES_00                ham
83
83
84
endif # Mail::SpamAssassin::Plugin::Shortcircuit
84
endif # Mail::SpamAssassin::Plugin::Shortcircuit
85
86
#RULES DISABLED BY DEFAULT FOR ADMINISTRATOR CONSIDERATION
87
88
# SPF_NONE - As discussed in Bug 6490, this rule allows you to penalize
89
# senders for not implementing SPF. It is provided for the administrator
90
# to enable and score at their own risk.
91
# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6490
92
#
93
#header    SPF_NONE    eval:check_for_spf_none()
94
#describe  SPF_NONE    SPF: sender SPF record missing
95
#score     SPF_NONE    0.1

Return to bug 6490