]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2004-01-26 00:37:15 by cjwatson]
authorcjwatson <>
Mon, 26 Jan 2004 08:37:15 +0000 (00:37 -0800)
committercjwatson <>
Mon, 26 Jan 2004 08:37:15 +0000 (00:37 -0800)
Add some basic upgrade documentation for using spamscan, and changelog it.

UPGRADE
debian/changelog

diff --git a/UPGRADE b/UPGRADE
index abea9609b3bd409862538b2efca910cf6d1517d3..b4ab626b93ee6d30347a9a6aa24d2bdd03ec3e26 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -13,6 +13,13 @@ run the 'debbugs-upgradestatus' program over your bug spool. The old .status
 files will be left intact, and will continue to be written in sync with the
 .summary files for compatibility with external tools.
 
+There is a new standalone spam-scanning script called spamscan, which uses
+the SpamAssassin modules. To use it, set the $gSpamScan variable in
+/etc/debbugs/config to a true value and $gSpamMailbox to an mbox file to
+which detected spam should be appended, add /usr/lib/debbugs/spamscan to
+your crontab as per the example, and optionally set $gSpamRulesDir and
+$gSpamLocalTestsOnly as desired.
+
 From 2.4 to 2.4.1
 -----------------
 
index dcfd4c2c86668ec6476728a4e742fa8759960e2b..9683999e0fbc43fce7fe6143a99afef14243406a 100644 (file)
@@ -17,6 +17,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low
       (closes: #133453).
     - Install Debian configuration in the binary package's examples
       directory (closes: #222118).
+    - New standalone SpamAssassin queue runner, spamscan.
 
   * Adam Heath:
     - Rewrite filtering in cgi's common.pl, to make it completely generic.