Package: spamprobe
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Thursday, September 13, 2007, I notified you of the beginning of a review
process
concerning debconf templates for spamprobe.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.
Please try to avoid uploading spamprobe with these changes right now.
The second phase of this process will begin on Thursday, October 04, 2007, when
I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Thursday, October 25, 2007. Please avoid uploading a package with fixed
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around <DAY25>, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- spamprobe.old/debian/templates 2007-09-11 21:00:07.673580034 +0200
+++ spamprobe/debian/templates 2007-10-01 07:41:05.305088358 +0200
@@ -1,15 +1,23 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: spamprobe/db_upgrade
Type: note
_Description: Upgrading to Berkeley DB 4.6
- Starting with released spamprobe 1.4d-1, database format has changed
- to Berkeley DB 4.6 to the effect that spamprobe will not be able to
- modify existing databases.
+ As of spamprobe 1.4d-1, the database format changed
+ to Berkeley DB 4.6 and spamprobe is no longer able to modify
+ databases using an older format.
.
Since there is no general way to locate all existing databases, no
- automatic upgrade is attempted. A manual upgrade path using
- spamprobe export/import is outlined in spamprobe(1) DATABASE
- MAINTENANCE.
+ automatic upgrade is attempted. A manual upgrade path using
+ spamprobe export/import is outlined in the 'DATABASE MAINTENANCE' section
+ of the spamprobe(1) manual page.
.
- Please inform all spamprobe users on your system of this change and
- to read README.Debian for further changes. Sorry for the
- inconvenience.
+ All spamprobe users on this system should be informed of this change
+ and advised to read the README.Debian file.
--- spamprobe.old/debian/control 2007-09-11 21:00:07.673580034 +0200
+++ spamprobe/debian/control 2007-09-28 07:01:41.256766643 +0200
@@ -10,9 +10,10 @@
Recommends: procmail | maildrop
Depends: debconf | debconf-2.0, ${shlibs:Depends}
Description: Bayesian spam filter
- This spam filter is based on the famous Paul Graham article. It
- uses a database (BerkeleyDB or simpler hash file) to store one and
- two word phrases. Only certain headers are analyzed and HTML tags are
- ignored to prevent false positives of legitimate HTML emails. Image
- attachments are considered as words that can signal a spam. It can be
- simply integrated with procmail or maildrop to filter your spam.
+ This package provides a spam filter based on the article 'A Plan for Spam'
+ by Paul Graham. It uses a database (either BerkeleyDB or a simpler hash
+ file) to store one- and two-word phrases. Only certain headers are analyzed
+ and HTML tags are ignored to prevent false positives of legitimate HTML
+ emails. Image attachments are considered as words that can signal spam. It
+ can be simply integrated with procmail or maildrop to filter spam on
+ incoming mail.