diff options
| author | Bill Wohler | 2006-11-13 04:40:22 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-11-13 04:40:22 +0000 |
| commit | b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a (patch) | |
| tree | a246f0cd610ea1f29904db3db5963b7d0d6d3fdd | |
| parent | 1a9aa7dfa07fd3737a391af994010989b876568b (diff) | |
| download | emacs-b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a.tar.gz emacs-b4f8b1625e5a7d9d2dbd311eff0bfd5ed645c62a.zip | |
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Sync docstring with manual.
| -rw-r--r-- | lisp/mh-e/mh-junk.el | 4 |
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/. | |||
| 115 | To use SpamAssassin, add the following recipes to | 115 | To use SpamAssassin, add the following recipes to |
| 116 | \".procmailrc\": | 116 | \".procmailrc\": |
| 117 | 117 | ||
| 118 | # Append to $PATH the location of mhparam in some distros. | ||
| 119 | PATH=$PATH:/usr/bin/mh | 118 | PATH=$PATH:/usr/bin/mh |
| 120 | |||
| 121 | MAILDIR=$HOME/`mhparam Path` | 119 | MAILDIR=$HOME/`mhparam Path` |
| 122 | 120 | ||
| 123 | # Fight spam with SpamAssassin. | 121 | # Fight spam with SpamAssassin. |
| @@ -352,6 +350,7 @@ type of message to start doing a good job. | |||
| 352 | 350 | ||
| 353 | To use bogofilter, add the following recipes to \".procmailrc\": | 351 | To use bogofilter, add the following recipes to \".procmailrc\": |
| 354 | 352 | ||
| 353 | PATH=$PATH:/usr/bin/mh | ||
| 355 | MAILDIR=$HOME/`mhparam Path` | 354 | MAILDIR=$HOME/`mhparam Path` |
| 356 | 355 | ||
| 357 | # Fight spam with bogofilter. | 356 | # Fight spam with bogofilter. |
| @@ -418,6 +417,7 @@ distribution or from http://spamprobe.sourceforge.net. | |||
| 418 | 417 | ||
| 419 | To use SpamProbe, add the following recipes to \".procmailrc\": | 418 | To use SpamProbe, add the following recipes to \".procmailrc\": |
| 420 | 419 | ||
| 420 | PATH=$PATH:/usr/bin/mh | ||
| 421 | MAILDIR=$HOME/`mhparam Path` | 421 | MAILDIR=$HOME/`mhparam Path` |
| 422 | 422 | ||
| 423 | # Fight spam with SpamProbe. | 423 | # Fight spam with SpamProbe. |