Subversion Repositories configs

Rev

Rev 79 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 79 Rev 83
Line 99... Line 99...
99
$policy_bank{'AM.PDP-SOCK'} = {
99
$policy_bank{'AM.PDP-SOCK'} = {
100
  protocol => 'AM.PDP',
100
  protocol => 'AM.PDP',
101
  auth_required_release => 0,  # do not require secret_id for amavisd-release
101
  auth_required_release => 0,  # do not require secret_id for amavisd-release
102
};
102
};
103
 
103
 
104
$sa_tag_level_deflt  = 2.0;  # add spam info headers if at, or above that level
104
#$sa_tag_level_deflt  = 2.0;  # add spam info headers if at, or above that level
-
 
105
$sa_tag_level_deflt  = 6.2;  # add spam info headers if at, or above that level
105
$sa_tag2_level_deflt = 6.2;  # add 'spam detected' headers at that level
106
#$sa_tag2_level_deflt = 6.2;  # add 'spam detected' headers at that level
-
 
107
$sa_tag2_level_deflt = 8.0;  # add 'spam detected' headers at that level
106
#$sa_kill_level_deflt = 6.9;  # triggers spam evasive actions (e.g. blocks mail)
108
#$sa_kill_level_deflt = 6.9;  # triggers spam evasive actions (e.g. blocks mail)
107
$sa_kill_level_deflt = 9.0;  # triggers spam evasive actions (e.g. blocks mail)
109
$sa_kill_level_deflt = 10.0;  # triggers spam evasive actions (e.g. blocks mail)
108
$sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent
110
$sa_dsn_cutoff_level = 10.0;   # spam level beyond which a DSN is not sent
109
$sa_crediblefrom_dsn_cutoff_level = 18; # likewise, but for a likely valid From
111
$sa_crediblefrom_dsn_cutoff_level = 20; # likewise, but for a likely valid From
110
# $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off
112
# $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off
111
$penpals_bonus_score = 8;    # (no effect without a @storage_sql_dsn database)
113
$penpals_bonus_score = 8;    # (no effect without a @storage_sql_dsn database)
112
$penpals_threshold_high = $sa_kill_level_deflt;  # don't waste time on hi spam
114
$penpals_threshold_high = $sa_kill_level_deflt;  # don't waste time on hi spam
113
$bounce_killer_score = 100;  # spam score points to add for joe-jobbed bounces
115
$bounce_killer_score = 100;  # spam score points to add for joe-jobbed bounces
114
 
116