X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=blobdiff_plain;f=contrib%2FREADME.gnus;fp=contrib%2FREADME.gnus;h=f90e8ca7cc55ca08e71732475fb32b42769aea58;hp=0000000000000000000000000000000000000000;hb=8ad6e90591e0369fc6b2955a1fc687f840277eeb;hpb=b7c1bcb26ee594de6aa0a75516fed9c0b4d2ed5f diff --git a/contrib/README.gnus b/contrib/README.gnus new file mode 100644 index 0000000..f90e8ca --- /dev/null +++ b/contrib/README.gnus @@ -0,0 +1,23 @@ +$Id: README.gnus,v 1.1 2002/01/16 22:16:46 greve Exp $ + +Supplement for GNUS users (http://www.gnus.org): + +If you add the following function to your .gnus and bind it to a key, +you will be able to submit Spam to Vipul's Razor Spam Database and +expire spam that got through the SpamAssassin on a single keypress. + + (defun my-gnus-raze-spam () + "Submit SPAM to Vipul's Razor for a good shave, then mark it as expirable." + (interactive) + (gnus-summary-show-raw-article) + (gnus-summary-save-in-pipe "razor-report -f -d") + (gnus-summary-mark-as-expirable 1)) + +Using Vipul's Razor (http://razor.sourceforge.net) seems like a very +good idea and submitting things might save others from having to see +this spam. + +Of course you'll need to have the Vipul's Razor software installed. + +Under Debian, "apt-get install razor" will normally do the trick. +