Package: spamassassin
Version: 3.2.4-1
Followup-For: Bug #482010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This seems to be caused by gated_through_received_hdr_remover() not being
defined as an eval rule in Mail::SpamAssassin::Plugin::HeaderEval
- -- System Information:
Debian Release: lenny/sid
APT prefers stable
APT policy: (700, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages spamassassin depends on:
pn libarchive-tar-perl <none> (no description available)
ii libdigest-sha1-perl 2.11-2+b1 NIST SHA-1 message digest algorith
ii libhtml-parser-perl 3.56-1+b1 A collection of modules that parse
ii libio-zlib-perl 1.09-1 IO:: style interface to gzip/zlib
ii libnet-dns-perl 0.63-1+b1 Perform DNS queries from a Perl sc
ii libsocket6-perl 0.20-1 Perl extensions for IPv6
ii libsys-hostname-long-perl 1.4-2 Figure out the long (fully-qualifi
ii libwww-perl 5.812-1 WWW client/server library for Perl
ii perl 5.10.0-10 Larry Wall's Practical Extraction
ii perl-modules [libio-zlib-perl 5.10.0-10 Core Perl modules
Versions of packages spamassassin recommends:
ii gcc 4:4.2.2-2 The GNU C compiler
ii gnupg 1.4.6-2.2 GNU privacy guard - a free PGP rep
ii libc6-dev 2.7-10 GNU C Library: Development Librari
pn libmail-spf-perl <none> (no description available)
pn libsys-syslog-perl <none> (no description available)
ii make 3.81-4 The GNU version of the "make" util
ii re2c 0.13.3-1 tool for generating fast C-based r
ii spamc 3.2.4-1 Client for SpamAssassin spam filte
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIMoRX10rqkowbIskRAq8KAJ9vM/KKAdPubWION1voJJ3wnJ2aQwCdEgG+
Jyrya/2quNUpjK9vF1ktXRE=
=/aE8
-----END PGP SIGNATURE-----
--- Mail/SpamAssassin/Plugin/HeaderEval.pm.orig 2008-01-05 22:10:50.000000000
+0100
+++ Mail/SpamAssassin/Plugin/HeaderEval.pm 2008-05-20 09:37:16.000000000
+0200
@@ -66,6 +66,7 @@
$self->register_eval_rule("check_unresolved_template");
$self->register_eval_rule("check_ratware_name_id");
$self->register_eval_rule("check_ratware_envelope_from");
+ $self->register_eval_rule("gated_through_received_hdr_remover");
return $self;
}