]> code.delx.au - gnu-emacs/commitdiff
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
authorBill Wohler <wohler@newt.com>
Mon, 13 Nov 2006 04:40:22 +0000 (04:40 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 13 Nov 2006 04:40:22 +0000 (04:40 +0000)
(mh-spamprobe-blacklist): Sync docstring with manual.

lisp/mh-e/mh-junk.el

index 68ab072d7e396cc0c1ef125d8105b63451c37b4d..f2cb96ca9f7febbfc97aaa1cc4c48218bd344d58 100644 (file)
@@ -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.