]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/blobdiff - contrib/README.gnus
Imported Upstream version 0.4.0
[deb_pkgs/spamass-milter.git] / contrib / README.gnus
diff --git a/contrib/README.gnus b/contrib/README.gnus
new file mode 100644 (file)
index 0000000..f90e8ca
--- /dev/null
@@ -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.
+