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

(-)rules/50_scores.cf (-2 / +5 lines)
Lines 763-773 Link Here
763
score RCVD_IN_XBL 0 0.724 0 0.375 # n=0 n=2
763
score RCVD_IN_XBL 0 0.724 0 0.375 # n=0 n=2
764
score RCVD_IN_PBL 0 3.558 0 3.335 # n=0 n=2
764
score RCVD_IN_PBL 0 3.558 0 3.335 # n=0 n=2
765
score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 # n=0 n=2
765
score DNS_FROM_AHBL_RHSBL 0 2.438 0 2.699 # n=0 n=2
766
score DNS_FROM_RFC_BOGUSMX 0 1.464 0 1.668 # n=0 n=2
767
score DNS_FROM_RFC_DSN 0 0.001 0 0.001 # n=0 n=2
768
score NO_DNS_FOR_FROM 0 0.379 0 0.001 # n=0 n=2
766
score NO_DNS_FOR_FROM 0 0.379 0 0.001 # n=0 n=2
769
# </gen:mutable>
767
# </gen:mutable>
770
768
769
# rfc-ignorant.org, disabled May 2011 due to poor hit rate and accuracy:
770
# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6526
771
score DNS_FROM_RFC_BOGUSMX 0
772
score DNS_FROM_RFC_DSN 0
773
771
# Spamhaus CSS does not appear in masschecks thus cannot be
774
# Spamhaus CSS does not appear in masschecks thus cannot be
772
# scored by automated means.  Set an explicit score.
775
# scored by automated means.  Set an explicit score.
773
score RCVD_IN_CSS 0 1.0 0 1.0
776
score RCVD_IN_CSS 0 1.0 0 1.0
(-)rules/v332.pre (-10 / +6 lines)
Lines 3-9 Link Here
3
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
3
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
4
# tweaked.
4
# tweaked.
5
#
5
#
6
# This file was installed during the installation of SpamAssassin 3.3.0,
6
# This file was installed during the installation of SpamAssassin 3.3.2,
7
# and contains plugin loading commands for the new plugins added in that
7
# and contains plugin loading commands for the new plugins added in that
8
# release.  It will not be overwritten during future SpamAssassin installs,
8
# release.  It will not be overwritten during future SpamAssassin installs,
9
# so you can modify it to enable some disabled-by-default plugins below,
9
# so you can modify it to enable some disabled-by-default plugins below,
Lines 16-28 Link Here
16
# added to new files, named according to the release they're added in.
16
# added to new files, named according to the release they're added in.
17
###########################################################################
17
###########################################################################
18
18
19
# PhishTag - allows sites to rewrite suspect phish-mail URLs
19
# RFC-Ignorant - enable blacklist from http://www.rfc-ignorant.org/
20
# (Note: this requires configuration, see http://umut.topkara.org/PhishTag)
20
# Disabled in 3.3.2 due to poor hit rate and accuracy:
21
# https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6526
21
#
22
#
22
#loadplugin Mail::SpamAssassin::Plugin::PhishTag
23
#score DNS_FROM_RFC_BOGUSMX 0 1.464 0 1.668 # n=0 n=2
23
24
#score DNS_FROM_RFC_DSN 0 0.001 0 0.001 # n=0 n=2
24
# FreeMail - detect email addresses using free webmail services,
25
# usable as input for other rules
26
#
27
loadplugin Mail::SpamAssassin::Plugin::FreeMail
28

Return to bug 6526