https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6945

--- Comment #4 from Alexander.A <[email protected]> ---
Here you are:

$ perl -le 'use DB_File; print DB_File->VERSION'
1.82

SHA1 and SHA are not found:
$ perl -le 'use SHA1; print SHA1->VERSION'
Can't locate SHA1.pm in @INC..... [rest is skipped]
However, Digest::SHA* are present:

$ perl -le 'use Digest::SHA1; print Digest::SHA1->VERSION'
2.13

$ perl -le 'use Digest::SHA; print Digest::SHA->VERSION'
5.47

$ perl -v

This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
(with 59 registered patches, see perl -V for more detail)
[...Copyright info removed...]

Please, feel free to ask me to run more tests... 

FYI: I am running Debian 6.0 (Squeeze), however the installation is quite old.
I do not remember exactly, but I probably first installed SA on Debian 4.0 or
even 3.1. The installation was probably via CPAN at that time, but then, during
an upgrade of the OS, I converted SA to stock package from apt repository. Do
not remember when this happend, or how I "converted" the installation.

Regarding the sample message: it is a "real world" spam message, with
everything non-essential removed. My installation of sa-learn dies on this
reducted message, also the full original message with just one line
(Message-ID:) removed is processed correctly.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to