Help about SpamAssassin 3.2.x

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
crnunez
Forum User
Forum User
Posts: 37
Joined: Sun May 20, 2007 10:44 pm

Help about SpamAssassin 3.2.x

Unread post by crnunez »

Hello,
I try to upgrade spamassassin-3.1.8-1.el4.art to 3.2.1 (last version) but I can not compile it.
[root@ns programas]# rpmbuild -tb Mail-SpamAssassin-3.2.1.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.53018

What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system] the administrator of that system

NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customise what tests are run, and how.

checking module dependencies and their versions...

***************************************************************************
ERROR: the required HTML::Parser (version 3.43) module is installed,
but is not an up-to-date version. at lib/Mail/SpamAssassin/Util/DependencyInfo.pm li
ne 293.


HTML is used for an ever-increasing amount of email so this dependency
is unavoidable. Run "perldoc -q html" for additional information.


***************************************************************************
NOTE: the optional Mail::SPF module is not installed.

Used to check DNS Sender Policy Framework (SPF) records to fight email
address forgery and make it easier to identify spams. (This is preferred
over Mail::SPF::Query.)


***************************************************************************
NOTE: the optional IO::Socket::INET6 module is not installed.

This is required if the first nameserver listed in your IP
configuration or /etc/resolv.conf file is available only via
an IPv6 address.


***************************************************************************
NOTE: the optional Compress::Zlib module is not installed.

If you wish to use the optional zlib compression for communication
between spamc and spamd (the -z option to spamc), you need to install
this module.


***************************************************************************
NOTE: the optional Mail::DomainKeys module is not installed.

If this module is installed, and you enable the DomainKeys plugin,
SpamAssassin will perform Domain Key lookups when Domain Key
information is present in the message headers. (Note that new versions
of Mail::DKIM render this module superfluous.)


***************************************************************************
NOTE: the optional Mail::DKIM module is not installed.

If this module is installed, and you enable the DKIM plugin,
SpamAssassin will perform DKIM lookups when a DKIM-Signature
header is present in the message headers. (New versions of this module
support both Domain Keys and DKIM, rendering Mail::DomainKeys obsolete.)


***************************************************************************
NOTE: the optional Encode::Detect module is not installed.

If you plan to use the normalize_charset config setting to detect
charsets and convert them into Unicode, you will need to install
this module.

REQUIRED module out of date: HTML::Parser
optional module missing: Mail::SPF
optional module missing: IO::Socket::INET6
optional module missing: Compress::Zlib
optional module missing: Mail::DomainKeys
optional module missing: Mail::DKIM
optional module missing: Encode::Detect

warning: some functionality may not be available,
please read the above report before continuing!

error: Bad exit status from /var/tmp/rpm-tmp.33177 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.33177 (%build)
[root@ns programas]#
After this if I run "rpm -q spamassassin" nothing is up to date...

Can someone help me? Thanks in advance.
Post Reply