emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-junk.el ChangeLog


From: Stephen Gildea
Subject: [Emacs-commit] emacs/lisp/mh-e mh-junk.el ChangeLog
Date: Tue, 26 Sep 2006 02:40:51 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Stephen Gildea <gildea> 06/09/26 02:40:51

Modified files:
        lisp/mh-e      : mh-junk.el ChangeLog 

Log message:
        mh-junk.el (mh-spamassassin-whitelist): Add two missing
        quotation marks, so that the last two arguments of
        sa-learn are separated properly (closes SF #1565460).
        
        (mh-spamassassin-blacklist): In example .procmailrc, add
        PATH element to find mhparam on Debian.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-junk.el?cvsroot=emacs&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&r1=1.229&r2=1.230

Patches:
Index: mh-junk.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-junk.el,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- mh-junk.el  29 Jan 2006 19:34:56 -0000      1.19
+++ mh-junk.el  26 Sep 2006 02:40:50 -0000      1.20
@@ -115,6 +115,9 @@
 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 @@
       (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

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -b -r1.229 -r1.230
--- ChangeLog   26 Sep 2006 02:16:16 -0000      1.229
+++ ChangeLog   26 Sep 2006 02:40:50 -0000      1.230
@@ -1,3 +1,12 @@
+2006-09-25  Stephen Gildea  <address@hidden>
+
+       * mh-junk.el (mh-spamassassin-whitelist): Add two missing
+       quotation marks, so that the last two arguments of sa-learn 
+       are separated properly (closes SF #1565460).
+       
+       * (mh-spamassassin-blacklist): In example .procmailrc, add
+       PATH element to find mhparam on Debian.
+       
 2006-09-24  Stephen Gildea  <address@hidden>
 
        * mh-comp.el (mh-send-args): Initialize to "" instead of nil 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]