From: hmurata Date: Mon, 1 Dec 2003 02:28:27 +0000 (+0000) Subject: Update spam filter section. X-Git-Tag: wl-2_11_23~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8cbd49075060e0dd7737646ed0fbaf5a87929469;p=elisp%2Fwanderlust.git Update spam filter section. --- diff --git a/doc/wl-ja.texi b/doc/wl-ja.texi index 3117a32..5c87683 100644 --- a/doc/wl-ja.texi +++ b/doc/wl-ja.texi @@ -6705,12 +6705,18 @@ spam マークは、後述する spam の判定処理で自動的に付く他、@samp{k m} された時に真となります。 @xref{Split messages} +また、判定結果を元に学習させることも出来ます。(ある程度学習が進んでから、 +この設定を有効にするとよいでしょう) + 以下に例を示します。 @lisp @group -(setq elmo-split-rule '(((spam-p) "+spam") - (t "+inbox")) +(setq elmo-split-rule + '(((spam-p) "+spam") + ;; @r{判定結果を元に学習させる場合は代わりに下の条件を使う} + ;((spam-p :register t) "+spam") + (t "+inbox")) @end group @end lisp @end enumerate