Package: crm114
Version: 20050721-1
Followup-For: Bug #318720
There's a typo in mailfilter.crm which breaks learning.
See the attached patch.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-ac11
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages crm114 depends on:
ii libc6 2.3.5-3 GNU C Library: Shared libraries an
ii libtre4 0.7.2-1 regexp matching library with appro
Versions of packages crm114 recommends:
pn metamail | mew-bin <none> (no description available)
-- no debconf information
--- mailfilter.crm 2005-07-27 02:31:22.000000000 +0200
+++ mailfilter-new.crm 2005-08-08 20:53:20.258417942 +0200
@@ -524,8 +524,8 @@
# Verify that we need to learn this first (TOE strategy)
classify <:*:clf:> [:text:] /:*:lcr:/ \
(:*:fileprefix::*:nonspamcss: :*:fileprefix::*:spamcss: ) \
- (:classify_status:)
- match [:classify_status:] <nomultiline> \
+ (:stats:)
+ match [:stats:] <nomultiline> \
/^#0.* pR: ([-. 0-9]+)/ (:: :pr:)
eval /:@: :*:pr: < 0.0000001 : /
output [:*:fileprefix:nonspamtext.txt] \
@@ -580,8 +580,8 @@
# Verify that we need to learn this first (TOE strategy)
classify <:*:clf:> [:text:] /:*:lcr:/ \
(:*:fileprefix::*:spamcss: :*:fileprefix::*:nonspamcss: )\
- (:classify_status:)
- match [:classify_status:] <nomultiline> \
+ (:stats:)
+ match [:stats:] <nomultiline> \
/^#0.* pR: ([-. 0-9]+)/ (:: :pr:)
eval /:@: :*:pr: < 0.0000001 : /
#