From b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 13 Nov 2006 04:40:22 +0000 Subject: [PATCH] (mh-spamassassin-blacklist, mh-bogofilter-blacklist) (mh-spamprobe-blacklist): Sync docstring with manual. --- lisp/mh-e/mh-junk.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.11.4.GIT