diff options
Diffstat (limited to 'lisp/mh-e/mh-junk.el')
-rw-r--r-- | lisp/mh-e/mh-junk.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 9d02db0dc11..67f267d672f 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el @@ -115,6 +115,9 @@ 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. @@ -244,7 +247,7 @@ See `mh-spamassassin-blacklist' for more information." (when mh-sa-learn-executable (message "Recategorizing this message as ham...") (call-process mh-sa-learn-executable msg-file mh-temp-buffer nil - "--single" "--ham" "--local --no-rebuild")) + "--single" "--ham" "--local" "--no-rebuild")) (message "Whitelisting message %d..." msg) (setq from (car (mh-funcall-if-exists |