X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=UPGRADE;h=b4ab626b93ee6d30347a9a6aa24d2bdd03ec3e26;hb=3d04937fc0044e30b00196c48a5f258c08b00016;hp=ad669c231c041dd8abca044d6d9e17abdcaed78b;hpb=b5e57bfefc170acc29124660db3c2c3f9b68da2a;p=debbugs.git diff --git a/UPGRADE b/UPGRADE index ad669c2..b4ab626 100644 --- a/UPGRADE +++ b/UPGRADE @@ -7,11 +7,18 @@ From 2.4.1 to 2.4.2 The file format used to store the status of a bug (package, severity, etc.) has changed; it is now in an RFC822-like format in order to be more -extensible, and is written to .db files rather than the old .status files. -Before accepting any mail with the new version of debbugs, you must 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 .db -files for compatibility with external tools. +extensible, and is written to .summary files rather than the old .status +files. Before accepting any mail with the new version of debbugs, you must +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 -----------------