summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-11-13 04:40:22 +0000
committerBill Wohler <wohler@newt.com>2006-11-13 04:40:22 +0000
commitb4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a (patch)
treea246f0cd610ea1f29904db3db5963b7d0d6d3fdd
parent1a9aa7dfa07fd3737a391af994010989b876568b (diff)
downloademacs-b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a.tar.gz
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Sync docstring with manual.
-rw-r--r--lisp/mh-e/mh-junk.el4
1 files 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.