ソースを参照

[Fix] BAD_REP_POLICIES did not trigger when message was classified as spam by Bayes

tags/3.3
Player701 1年前
コミット
73485446f7
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      conf/composites.conf

+ 1
- 1
conf/composites.conf ファイルの表示

@@ -124,7 +124,7 @@ composites {
}
BAD_REP_POLICIES {
description = "Contains valid policies but are also marked by fuzzy/bayes/surbl/rbl";
expression = "(~g-:policies) & (-g+:fuzzy | -g+:bayes | -g+:surbl | -g+:rbl)";
expression = "(~g-:policies) & (-g+:fuzzy | -g+:statistics | -g+:surbl | -g+:rbl)";
score = 0.1;
}


読み込み中…
キャンセル
保存