SpamAssassin 3.2.4 available

Meesterlijk

Verified User
Joined
Jan 19, 2007
Messages
179
Location
Netherlands
Apache SpamAssassin 3.2.4 is now available! This is a maintenance
release of the 3.2.x branch.

Downloads are available from:
http://spamassassin.apache.org/downloads.cgi

The release file will also be available via CPAN in the near future.

md5sum of archive files:
2081c24c8b9064f9dd220e4f41e1d299 Mail-SpamAssassin-3.2.4.tar.bz2
81ec227d4d63aba08563ee868af9fbeb Mail-SpamAssassin-3.2.4.tar.gz
a30aefb67a2db87b0fd2dac31116026c Mail-SpamAssassin-3.2.4.zip

sha1sum of archive files:
876fc328a2b6192fa0bb8d7f6926214716178417 Mail-SpamAssassin-3.2.4.tar.bz2
5c0e01831256518b27139507a4ded38e582d8649 Mail-SpamAssassin-3.2.4.tar.gz
387e5a8cd2c0602bc6b5ff9cf582d4ce367a8fc1 Mail-SpamAssassin-3.2.4.zip


The release files also have a .asc file accompanying them. The file serves as
an external GPG signature for the given release file. The signing key is
available via the wwwkeys.pgp.net key server, as well as at:
http://spamassassin.apache.org/released/GPG-SIGNING-KEY

The key information is:

pub 1024D/265FA05B 2003-06-09 SpamAssassin Signing Key <[email protected]>
Key fingerprint = 26C9 00A4 6DD4 0CD5 AD24 F6D7 DEE0 1987 265F A05B


3.2.4 is a major bug-fix release, with a few minor new features. Summary of
changes:

- bug 5599: allow load distribution of SA nameserver queries across all nameservers listed in resolv.conf, using 'dns_options rotate'. thanks to Pawel Sasin <hannibal /at/ wp-sa.pl>

- bug 5673: 'ALL' header was including spurious extra spaces between header names and values. fix

- bug 5594: several major sa-compile fixes. major increase in overall speed; cache results between runs to further increase speed; and fix a danger of massive memory usage

- bug 5556: fix a variety of sa-compile portability issues, and support for 5.6.x perls

- bug 5514: make 'score set for a non-existent rule' a debug message, instead of a lint warning, since it's a very frequent FAQ

- bug 5493: sa-compile fails to correctly deal with escaped backslashes. fix

- bug 5672: remove DNS_FROM_SECURITYSAGE (DNSBL lookups against securitysage.com) due to unreliability

- bug 5476: update Bonded Sender (now Sender Score Certified) rules, and add a rule for their strictly-confirmed-opt-in-required zone

- bug 5538: remove FORGED_MUA_AOL_FROM and FORGED_AOL_TAGS entirely; they're obsolete, given the current capabilities of AOL mail user agents

- bug 5632: remove all completewhois.com DNSBL lookups, site seems to have disappeared without warning

- bug 5715: allow for more than one sa-update MIRRORED.BY file host in DNS, for redundancy

- bug 5662: DKIM changes: recognize author signature and multiple signatures for whitelisting (with Mail::DKIM 0.29); disable useless "check_dkim_signsome"; new eval rules "check_dkim_valid_author_sig" and "check_dkim_valid" (an alias for a "check_dkim_verified" misnomer); new tags _DKIMIDENTITY_ and _DKIMDOMAIN_; updated terminology; verification speedup with Mail::DKIM 0.30 (or its pre-releases)

- bug 5696: sa-compile: cut regexp base strings at Unicode high codepoints, to avoid corruption of patterns containing UTF-8

- bug 5637: bayes_file_mode is handled incorrectly when creating bayes.mutex, resulting in incorrect permissions on that file; fix by Mihaly Barasz

- bug 5612: DB_File version 4.2.x has a bug that loops infinitely if files named '__db.{filename}' are present; work around. thanks to J. Nick Koston for the report and fix

- bug 5606: too-early init_learner() call causes root's user prefs file to be read when spamd is started; this is inappropriate. fix

- bug 4179: if allow_user_rules is 1, user rules are not unique to each user; one user's user rules can appear in later scans for other users that are run using the same spamd process. fix

- bug 5680: ALL_TRUSTED can fire if a trusted MSA or webmail system receives the message from an untrusted X-Originating-IP: header. fix

- bug 5626: in the 'spamassassin' script, install a signal handler for SIGHUP, SIGINT, SIGTERM and SIGPIPE to ensure that temporary files are removed

- bug 5557: some temporary files are left not cleaned up on Windows; fix

- bug 5661: speed up Bayes SQL queries by allowing the use of indexes when expiring

- bug 5611: support 'spamd --nouser-config -u username', which setuids to 'username' but does not read user_prefs files from anywhere

- bug 5665: spamd may fail to notice that a child has completed exiting, and keeps in the child list in state 'K', eventually filling up the child list with 'ghost' children. fix

- bug 5735: spamc should allow retry_sleep 0

- bug 5728: spamd: require -u with --sql-config or --ldap-config

- bug 5682: remove FH_HOST_ALMOST_IP, FH_HOST_EQ_D_D_D_D, due to false positives and redundancy with RDNS_DYNAMIC; remove FH_HOST_EQ_D_D_D_DB due to no hits

- bug 5681: look up IP addresses found in 'X-Yahoo-Post-IP' and 'X-SenderIP' headers, too, thanks to Martin Blapp

- Bug 5589: Refined async events handling and DNS lookup completions

- bug 5586: RDNS_NONE has false positives if the MTA doesn't put the hostname in the Received header, like Communigate Pro. add an exception for this

- bug 5748: fix locale problem with use of external sort in sa-compile
 
Is this how to upgrade?

Code:
cd /usr/local/directadmin/scripts
perl -pi -e 's/VERSION=3.2.3/VERSION=3.2.4/' spam.sh
./spam.sh
/usr/bin/spamd -d -c -m 5
service exim restart
 
You'll need to ensure that DA have got that package up on their server first.

Can DirectAdmin Support inform us when ready?
 
Hi
I have tried to upgrade but I am facing some errors as under

[root@server scripts]# /usr/bin/spamd -d -c -m 5
[21569] warn: server socket setup failed, retry 1: spamd: could not create INET socket on 127.0.0.1:783: Address already in use
[21569] warn: server socket setup failed, retry 2: spamd: could not create INET socket on 127.0.0.1:783: Address already in use
[21569] error: spamd: could not create INET socket on 127.0.0.1:783: Address already in use
spamd: could not create INET socket on 127.0.0.1:783: Address already in use
 
No I didn't stopped the running one

Below are few end lines of install

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
chown: cannot access `Mail-SpamAssassin-3.2.4': No such file or directory
./spam.sh: line 142: cd: /usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.2.4: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
 
DirectAdmin has not uploaded the file to their server yet, which is why you are getting errors. You won't be able to upgrade until they put it up there, unless you want to download the file manually. So, wait until DA has it on their server.
 
Works a treat.

I did the following:

Code:
cd /usr/local/directadmin/scripts
perl -pi -e 's/VERSION=3.2.3/VERSION=3.2.4/' spam.sh
./spam.sh
# The next command will restart the spam process.
# No need to run /usr/bin/spamd -d -c -m 5 manually
service exim restart
 
get some files can not download frim SSh ;


Install Module::Build now from CPAN? [y] y
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Warning: Found only 0 objects in /root/.cpan/Metadata
LWP not available

Trying with "/usr/bin/links -source" to get
http://cpan.linuxforum.net/authors/01mailrc.txt.gz

try 10 times more, but did not get also !


BR。,
 
Still not able to install SA3.2.4

Getting these errors at the end of installaton

Appending installation info to /usr/lib/perl5/5.8.8/i386-linux-thread-multi/perllocal.pod
File already exists: Mail-SpamAssassin-3.2.4.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
chown: cannot access `Mail-SpamAssassin-3.2.4': No such file or directory
./spam.sh: line 142: cd: /usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.2.4: No such file or directory
Can't open perl script "Makefile.PL": No such file or directory
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target `install'. Stop.
 
Still not able to install SA3.2.4
File already exists: Mail-SpamAssassin-3.2.4.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors

Remove the Mail-SpamAssassin-3.2.4.tar.gz
And start again.

The tar.gz looks corrupted.
 
today i have to check but get ;

[root@host ~]# spamassassin -V
HTML::parser version 3.43 required--this is only version 3.35 at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/HTML.pm line 26.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/HTML.pm line 26.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Message/Node.pm line 42.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Message/Node.pm line 42.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Message.pm line 49.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Message.pm line 49.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin.pm line 73.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin.pm line 73.
Compilation failed in require at /usr/bin/spamassassin line 79.
BEGIN failed--compilation aborted at /usr/bin/spamassassin line 79.


reinstall then ok
 
Last edited:
i have check the logs , did that working for spam mail right ?


2008-01-13 05:56:43 H=(190-48-177-154.speedy.com.ar) [121.35.254.3] incomplete transaction (RSET) from <[email protected]>
2008-01-13 05:56:43 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(cl166-164-119-212.cl.metrocom.ru) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(201-250-119-197.speedy.com.ar) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:43 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(201-250-119-197.speedy.com.ar) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:44 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: Forged Gmail, not sent from your account.
2008-01-13 05:56:44 H=(cl166-164-119-212.cl.metrocom.ru) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(210.22.15.179) [121.35.254.3] incomplete transaction (QUIT) from <[email protected]>
2008-01-13 05:56:45 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(201-250-119-197.speedy.com.ar) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(207-200-28.dial.terra.cl) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:45 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:46 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: Forged Gmail, not sent from your account.
2008-01-13 05:56:46 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:46 H=(201-250-119-197.speedy.com.ar) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:46 H=(cl166-164-119-212.cl.metrocom.ru) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:46 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:46 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(mail.pmbebedouro.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: Forged Gmail, not sent from your account.
2008-01-13 05:56:47 H=(201-250-119-197.speedy.com.ar) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(cl166-164-119-212.cl.metrocom.ru) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:47 H=(mail.pmbebedouro.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(host-212-175-17-82.sistemnettelekom.com) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(t-rex.soborka.net) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(210.22.15.179) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(pc0.zz.ha.cn) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
2008-01-13 05:56:48 H=(20151074006.user.veloxzone.com.br) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: Forged Gmail, not sent from your account.
2008-01-13 05:56:48 H=(pc0.zz.ha.cn) [121.35.254.3] F=<[email protected]> rejected RCPT <[email protected]>: authentication required
 
Back
Top