From: Bill Wohler Date: Mon, 13 Nov 2006 04:40:22 +0000 (+0000) Subject: (mh-spamassassin-blacklist, mh-bogofilter-blacklist) X-Git-Tag: emacs-pretest-22.0.91~99 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a;p=emacs.git (mh-spamassassin-blacklist, mh-bogofilter-blacklist) (mh-spamprobe-blacklist): Sync docstring with manual. --- diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 68ab072d7e3..f2cb96ca9f7 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -115,9 +115,7 @@ http://spamassassin.org/. To use SpamAssassin, add the following recipes to \".procmailrc\": - # Append to $PATH the location of mhparam in some distros. PATH=$PATH:/usr/bin/mh - MAILDIR=$HOME/`mhparam Path` # Fight spam with SpamAssassin. @@ -352,6 +350,7 @@ type of message to start doing a good job. To use bogofilter, add the following recipes to \".procmailrc\": + PATH=$PATH:/usr/bin/mh MAILDIR=$HOME/`mhparam Path` # Fight spam with bogofilter. @@ -418,6 +417,7 @@ distribution or from http://spamprobe.sourceforge.net. To use SpamProbe, add the following recipes to \".procmailrc\": + PATH=$PATH:/usr/bin/mh MAILDIR=$HOME/`mhparam Path` # Fight spam with SpamProbe.