+spamassassin-cn (2:3.3.5) stable; urgency=low
+
+ * bayes_auto_expire postavlja na 0
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr> Mon, 17 Feb 2014 20:30:48 +0100
+
spamassassin-cn (2:3.3.4) stable; urgency=low
* update paketa za Wheezy
$confdir/local.cf.$$ || true
echo "CN: Activated $trusted_networks as trusted networks"
+ cp_check_and_sed "^bayes_auto_expire 1" \
+ "s#^bayes_auto_expire .*#bayes_auto_expire 0#g" \
+ $confdir/local.cf.$$ || true
+ echo "CN: Set bayes_auto_expire to 0"
+
# different than template
if ! cmp -s $confdir/local.cf.$$ $confdir/local.cf; then
# backup if not zero size
bayes_auto_learn_threshold_nonspam -0.001
bayes_auto_learn_threshold_spam 10.0
bayes_use_hapaxes 1
-bayes_auto_expire 1
+bayes_auto_expire 0
bayes_ignore_header ReSent-Date
bayes_ignore_header ReSent-From
bayes_ignore_header ReSent-Message-ID