patch-SpamAssassin_spamassassin_cf 923 B

123456789101112131415161718192021
  1. $OpenBSD: patch-SpamAssassin_spamassassin_cf,v 1.3 2013/03/28 14:27:19 ajacoutot Exp $
  2. --- SpamAssassin/spamassassin.cf.orig Thu Mar 28 12:17:56 2013
  3. +++ SpamAssassin/spamassassin.cf Thu Mar 28 12:21:08 2013
  4. @@ -70,6 +70,16 @@ rewrite_subject 0
  5. skip_rbl_checks 1
  6. +# Place the learning data into the journal for later synchronization.
  7. +# This is typically useful for high-traffic sites to avoid the
  8. +# contention of having each SpamAssassin process attempt to gain write
  9. +# access to the Bayes DB.
  10. +# "sa-learn --force-expire" must be run as the _mdefang user on a
  11. +# regular basis to synchronize the journal data into the Bayes DB.
  12. +#
  13. +bayes_learn_to_journal 1
  14. +bayes_auto_expire 0
  15. +
  16. ###########################################################################
  17. # Add your own customised scores for some tests below. The default scores are
  18. # read from the installed "spamassassin.cf" file, but you can override them