Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64462 | Differences between
and this patch

Collapse All | Expand All

(-)amavisd (-1 / +1 lines)
Lines 10199-10205 Link Here
10199
    local_tests_only  => $sa_local_tests_only,
10199
    local_tests_only  => $sa_local_tests_only,
10200
    home_dir_for_helpers => $helpers_home,
10200
    home_dir_for_helpers => $helpers_home,
10201
    stop_at_threshold => 0,
10201
    stop_at_threshold => 0,
10202
#   DEF_RULES_DIR     => '/usr/local/share/spamassassin',
10202
    DEF_RULES_DIR     => ((-e '/usr/share/spamassassin/core') ? '/usr/share/spamassassin/core' : '/usr/share/spamassassin'), 
10203
#   LOCAL_RULES_DIR   => '/etc/mail/spamassassin',
10203
#   LOCAL_RULES_DIR   => '/etc/mail/spamassassin',
10204
#see man Mail::SpamAssassin for other options
10204
#see man Mail::SpamAssassin for other options
10205
  });
10205
  });

Return to bug 64462