From: cjwatson <> Date: Mon, 26 Jan 2004 08:37:15 +0000 (-0800) Subject: [project @ 2004-01-26 00:37:15 by cjwatson] X-Git-Tag: release/2.6.0~765 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a5029a4ff3cf769863c3f6ba9ca82e68fbd9534;p=debbugs.git [project @ 2004-01-26 00:37:15 by cjwatson] Add some basic upgrade documentation for using spamscan, and changelog it. --- diff --git a/UPGRADE b/UPGRADE index abea960..b4ab626 100644 --- 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 ----------------- diff --git a/debian/changelog b/debian/changelog index dcfd4c2..9683999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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.