]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blob - contrib/README.gnus
[svn-inject] Installing original source of spamass-milter
[deb_pkgs/spamass-milter.git] / contrib / README.gnus
1 $Id: README.gnus,v 1.1 2002/01/16 22:16:46 greve Exp $
2
3 Supplement for GNUS users (http://www.gnus.org):
4
5 If you add the following function to your .gnus and bind it to a key,
6 you will be able to submit Spam to Vipul's Razor Spam Database and
7 expire spam that got through the SpamAssassin on a single keypress.
8
9  (defun my-gnus-raze-spam ()
10   "Submit SPAM to Vipul's Razor for a good shave, then mark it as expirable."  
11   (interactive)
12   (gnus-summary-show-raw-article)
13   (gnus-summary-save-in-pipe "razor-report -f -d")
14   (gnus-summary-mark-as-expirable 1))
15
16 Using Vipul's Razor (http://razor.sourceforge.net) seems like a very
17 good idea and submitting things might save others from having to see
18 this spam.
19
20 Of course you'll need to have the Vipul's Razor software installed.
21
22 Under Debian, "apt-get install razor" will normally do the trick.
23