diff options
| author | Glenn Morris | 2009-07-22 03:02:16 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-22 03:02:16 +0000 |
| commit | 41dc791369a1870de9251521b14c59207df1fd80 (patch) | |
| tree | d10a21daaa448a894e531445e2df2e5bd04a24f3 | |
| parent | e9a63f040915e0ac5fa319e914bf527ed2358b14 (diff) | |
| download | emacs-41dc791369a1870de9251521b14c59207df1fd80.tar.gz emacs-41dc791369a1870de9251521b14c59207df1fd80.zip | |
Kevin Ryde <user42 at zip.com.au>
(mh-spamassassin-blacklist, mh-bogofilter-blacklist)
(mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-junk.el | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 516b027a6f7..312dbc0aca5 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-07-22 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * mh-junk.el (mh-spamassassin-blacklist, mh-bogofilter-blacklist) | ||
| 4 | (mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'. | ||
| 5 | |||
| 1 | 2009-06-13 Bill Wohler <wohler@newt.com> | 6 | 2009-06-13 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | Release MH-E version 8.2. | 8 | Release MH-E version 8.2. |
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el index 064066cd787..196b39ed233 100644 --- a/lisp/mh-e/mh-junk.el +++ b/lisp/mh-e/mh-junk.el | |||
| @@ -109,7 +109,7 @@ RANGE is read in interactive use." | |||
| 109 | 109 | ||
| 110 | SpamAssassin is one of the more popular spam filtering programs. | 110 | SpamAssassin is one of the more popular spam filtering programs. |
| 111 | Get it from your local distribution or from | 111 | Get it from your local distribution or from |
| 112 | http://spamassassin.org/. | 112 | URL `http://spamassassin.org/'. |
| 113 | 113 | ||
| 114 | To use SpamAssassin, add the following recipes to | 114 | To use SpamAssassin, add the following recipes to |
| 115 | \".procmailrc\": | 115 | \".procmailrc\": |
| @@ -332,7 +332,7 @@ information can be used so that you can replace multiple | |||
| 332 | "Blacklist MSG with bogofilter. | 332 | "Blacklist MSG with bogofilter. |
| 333 | 333 | ||
| 334 | Bogofilter is a Bayesian spam filtering program. Get it from your | 334 | Bogofilter is a Bayesian spam filtering program. Get it from your |
| 335 | local distribution or from http://bogofilter.sourceforge.net/. | 335 | local distribution or from URL `http://bogofilter.sourceforge.net/'. |
| 336 | 336 | ||
| 337 | Bogofilter is taught by running: | 337 | Bogofilter is taught by running: |
| 338 | 338 | ||
| @@ -412,7 +412,7 @@ See `mh-bogofilter-blacklist' for more information." | |||
| 412 | "Blacklist MSG with SpamProbe. | 412 | "Blacklist MSG with SpamProbe. |
| 413 | 413 | ||
| 414 | SpamProbe is a Bayesian spam filtering program. Get it from your local | 414 | SpamProbe is a Bayesian spam filtering program. Get it from your local |
| 415 | distribution or from http://spamprobe.sourceforge.net. | 415 | distribution or from URL `http://spamprobe.sourceforge.net'. |
| 416 | 416 | ||
| 417 | To use SpamProbe, add the following recipes to \".procmailrc\": | 417 | To use SpamProbe, add the following recipes to \".procmailrc\": |
| 418 | 418 | ||