Updates courtesy of Daishi Kato.
authorteranisi <teranisi>
Sat, 11 Dec 2004 08:50:16 +0000 (08:50 +0000)
committerteranisi <teranisi>
Sat, 11 Dec 2004 08:50:16 +0000 (08:50 +0000)
doc/wl-ja.texi
doc/wl.texi

index dc44c79..b1f2801 100644 (file)
@@ -7020,6 +7020,7 @@ spam \e$BH=Dj$KBP$7$FL58z$J%U%)%k%@$r!"%U%)%k%@L>$N@55,I=8=$N%j%9%H$G;XDj$7\e(B
 * spamfilter::                          spamfilter.el
 * bsfilter::                            bsfilter
 * SpamAssassin::                        SpamAssassin
+* SpamOracle::                          SpamOracle
 * Regular Expressions Header Matching:: \e$B@55,I=8=$K$h$k%X%C%@8!::\e(B
 @end menu
 
@@ -7161,7 +7162,7 @@ bsfilter \e$B$r5/F0$9$k%7%'%k$KM?$($k0z?t$r;XDj$7$^$9!#\e(B
 
 @end table
 
-@node SpamAssassin, Regular Expressions Header Matching, bsfilter, Spam Filter Processors
+@node SpamAssassin, SpamOracle, bsfilter, Spam Filter Processors
 @subsection SpamAssassin
 @cindex SpamAssassin
 
@@ -7218,6 +7219,53 @@ SpamAssassin \e$B$N3X=,MQ%W%m%0%i%`\e(B @command{sa-learn} \e$B<B9T;~$KM?$($k\e(B
 
 @end table
 
+@node SpamOracle, Regular Expressions Header Matching, SpamAssassin, Spam Filter Processors
+@subsection SpamOracle
+@cindex SpamOracle
+
+SpamOracle (`http://pauillac.inria.fr/~xleroy/software.html#spamoracle')
+\e$B$O!"\e(BObjective Caml \e$B$G<BAu$5$l$?\e(B spam \e$B%U%#%k%?$G$9\e(B.
+
+@file{SpamOracle} \e$B$r;HMQ$9$k$K$O!"\e(B@file{~/.wl}\e$B$J$I$K0J2<$N@_Dj$r5-=R$7$^$9!#\e(B
+(\e$B$b$A$m$s!"$"$i$+$8$a\e(B SpamOracle \e$B$,%$%s%9%H!<%k$5$l!"@5>o$KF0:n$9$k$3$H$r\e(B
+\e$B3NG'$7$F$/$@$5$$\e(B)
+
+@lisp
+@group
+(setq elmo-spam-scheme 'spamoracle)
+@end group
+@end lisp
+
+@subsubsection \e$B%+%9%?%^%$%:JQ?t\e(B
+
+@table @code
+@item elmo-spam-spamoracle-program
+@vindex elmo-spam-spamoracle-program
+\e$B=i4|@_Dj$O\e(B @file{spamoracle}\e$B!#\e(B
+@command{spamoracle} \e$B$N<B9T%U%!%$%k$NL>A0$r@_Dj$7$^$9!#<B9T%U%!%$%k$,!"\e(B
+\e$B4D6-JQ?t\e(B @env{PATH} \e$B>e$K$J$$>l9g$O!"%U%k%Q%9$r@_Dj$9$kI,MW$,$"$j$^$9!#\e(B
+
+@item elmo-spam-spamoracle-config-filename
+@vindex elmo-spam-spamoracle-config-filename
+\e$B=i4|@_Dj$O\e(B @code{nil}\e$B!#\e(B
+@command{spamoracle} \e$B$N@_Dj%U%!%$%k$r;XDj$7$^$9\e(B. 
+@code{nil} \e$B$r;XDj$9$k$H!"%G%U%)%k%H$N@_Dj%U%!%$%k\e(B
+(@file{~/.spamoracle.conf})\e$B$,;HMQ$5$l$^$9!#\e(B
+
+@item elmo-spam-spamoracle-database-filename
+@vindex elmo-spam-spamoracle-database-filename
+\e$B=i4|@_Dj$O\e(B @file{~/.elmo/.spamoracle.db}\e$B!#\e(B
+@command{spamoracle} \e$B$G;HMQ$9$k%G!<%?%Y!<%9%U%!%$%k$N%Q%9$r;XDj$7$^$9!#\e(B
+
+@item elmo-spam-spamoracle-spam-header-regexp
+@vindex elmo-spam-spamoracle-spam-header-regexp
+\e$B=i4|@_Dj$O\e(B @code{"^X-Spam: yes;"}\e$B!#\e(B
+spam \e$B%a!<%k$G$"$k$3$H$r<($9%X%C%@$N@55,I=8=$r;XDj$7$^$9!#\e(B
+@command{spamoracle} \e$B$N@_Dj%U%!%$%kFb$G!"\e(B @code{spam_header} \e$B%Q%i%a!<%?$N\e(B
+\e$B@_Dj$rJQ99$7$?>l9g$O!"$3$NJQ?t$NCM$r@_Dj$7$F$/$@$5$$!#\e(B
+
+@end table
+
 @node Regular Expressions Header Matching,  , SpamAssassin, Spam Filter Processors
 @subsection Regular Expressions Header Matching
 @cindex Regular Expressions Header Matching
index 45a9c8e..c39f493 100644 (file)
@@ -7050,6 +7050,7 @@ Supported spam filtering libraries are following ones.
 * spamfilter::                          spamfilter.el
 * bsfilter::                            bsfilter
 * SpamAssassin::                        SpamAssassin
+* SpamOracle::                          SpamOracle
 * Regular Expressions Header Matching:: Header regexp
 @end menu
 
@@ -7196,7 +7197,7 @@ Specify options to give to @command{bsfilter} for learning messages.
 
 @end table
 
-@node SpamAssassin, Regular Expressions Header Matching, bsfilter, Spam Filter Processors
+@node SpamAssassin, SpamOracle, bsfilter, Spam Filter Processors
 @subsection SpamAssassin
 @cindex SpamAssassin
 
@@ -7254,6 +7255,50 @@ stored in the buffer named @code{"*Debug ELMO SpamAssassin*"}.
 
 @end table
 
+@node SpamOracle, Regular Expressions Header Matching, SpamAssassin, Spam Filter Processors
+@subsection SpamOracle
+@cindex SpamOracle
+
+SpamOracle (`http://pauillac.inria.fr/~xleroy/software.html#spamoracle')
+is a spam filter implemented by Objective Caml language.
+
+To use spam filter with @file{spamoracle}, write following setting in
+@file{~/.wl} or somewhere else.
+(Of course, you have to install SpamOracle beforehand.)
+
+@lisp
+@group
+(setq elmo-spam-scheme 'spamoracle)
+@end group
+@end lisp
+
+@subsubsection Customizable Variables
+
+@table @code
+@item elmo-spam-spamoracle-program
+@vindex elmo-spam-spamoracle-program
+The initial setting is @file{spamoracle}.  Specify the name of
+executable of spamoracle. If the executable is not in your
+environmental variable @env{PATH}, you should set this by full path.
+
+@item elmo-spam-spamoracle-config-filename
+@vindex elmo-spam-spamoracle-config-filename
+Specify the name of config file.  @code{nil} to use default file
+(@file{~/.spamoracle.conf}).  The initial setting is @code{nil}.
+
+@item elmo-spam-spamoracle-database-filename
+@vindex elmo-spam-spamoracle-database-filename
+The initial setting is @file{~/.elmo/.spamoracle.db}.
+It specifies the name of database file.
+
+@item elmo-spam-spamoracle-spam-header-regexp
+@vindex elmo-spam-spamoracle-spam-header-regexp
+The initial setting is @code{"^X-Spam: yes;"}.  It specifies the regular
+expression of the header that indicates spam mail.  Use this setting
+when you change the @code{spam_header} parameter in the config file.
+
+@end table
+
 @node Regular Expressions Header Matching,  , SpamAssassin, Spam Filter Processors
 @subsection Regular Expressions Header Matching
 @cindex Regular Expressions Header Matching