comparison lisp/mh-e/mh-junk.el @ 104027:7a9cb1f2769b

Kevin Ryde <user42 at zip.com.au> (mh-spamassassin-blacklist, mh-bogofilter-blacklist) (mh-spamprobe-blacklist): Hyperlink urls in docstrings with URL `...'.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Jul 2009 03:02:16 +0000
parents 5f4e85fd7c0a
children fa27e8ea1c60
comparison
equal deleted inserted replaced
104026:99fe3671cbc1 104027:7a9cb1f2769b
107 (defun mh-spamassassin-blacklist (msg) 107 (defun mh-spamassassin-blacklist (msg)
108 "Blacklist MSG with SpamAssassin. 108 "Blacklist MSG with SpamAssassin.
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\":
116 116
117 PATH=$PATH:/usr/bin/mh 117 PATH=$PATH:/usr/bin/mh
330 ;;;###mh-autoload 330 ;;;###mh-autoload
331 (defun mh-bogofilter-blacklist (msg) 331 (defun mh-bogofilter-blacklist (msg)
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
339 bogofilter -n < good-message 339 bogofilter -n < good-message
340 340
410 ;;;###mh-autoload 410 ;;;###mh-autoload
411 (defun mh-spamprobe-blacklist (msg) 411 (defun mh-spamprobe-blacklist (msg)
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
419 PATH=$PATH:/usr/bin/mh 419 PATH=$PATH:/usr/bin/mh
420 MAILDIR=$HOME/`mhparam Path` 420 MAILDIR=$HOME/`mhparam Path`