You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Justin Mason <jm...@apache.org> on 2008/01/07 18:20:12 UTC

ANNOUNCE: Apache SpamAssassin 3.2.4 available

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 <re...@spamassassin.org>
    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



Re: sa-update problem in 3.2.4

Posted by David Gibbs <da...@midrange.com>.
Justin Mason wrote:
> oops, that looks like a bug.  could you open an entry on
> bugzilla.spamassassin.org?

Logged as #5769.

david

-- 
System i ... for when you can't afford to be out of business

Re: sa-update problem in 3.2.4 (was: ANNOUNCE: Apache SpamAssassin 3.2.4 available)

Posted by Justin Mason <jm...@jmason.org>.
oops, that looks like a bug.  could you open an entry on
bugzilla.spamassassin.org?

On Jan 7, 2008 9:58 PM, David Gibbs <da...@midrange.com> wrote:
> Justin Mason wrote:
> > Apache SpamAssassin 3.2.4 is now available!  This is a maintenance
> > release of the 3.2.x branch.
>
> I just updated to 2.3.4 ... but when I tried to run sa-compile, I got
> the following error ...
>
> ----------
> [18717] info: generic: base extraction starting. this can take a while...
> [18717] info: generic: extracting from rules of type body_0
>    0% [                                           ]   0.00 rules/sec
> --m--s LEFTplugin: eval failed: Can't find label NO at
> /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm
>
> line 164.
> cd /
> rm -rf /tmp/.spamassassin18717DKqMU5tmp
> ----------
>
> Any suggestions?
>
> Output with -D on the command line can be found here:
> http://www.qtemp.net/sa-compile-2.3.4.txt
>
> david
> --
> System i ... for when you can't afford to be out of business
>
>

sa-update problem in 3.2.4 (was: ANNOUNCE: Apache SpamAssassin 3.2.4 available)

Posted by David Gibbs <da...@midrange.com>.
Justin Mason wrote:
> Apache SpamAssassin 3.2.4 is now available!  This is a maintenance
> release of the 3.2.x branch.

I just updated to 2.3.4 ... but when I tried to run sa-compile, I got
the following error ...

----------
[18717] info: generic: base extraction starting. this can take a while...
[18717] info: generic: extracting from rules of type body_0
   0% [                                           ]   0.00 rules/sec
--m--s LEFTplugin: eval failed: Can't find label NO at
/usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/Plugin/BodyRuleBaseExtractor.pm 

line 164.
cd /
rm -rf /tmp/.spamassassin18717DKqMU5tmp
----------

Any suggestions?

Output with -D on the command line can be found here:
http://www.qtemp.net/sa-compile-2.3.4.txt

david
-- 
System i ... for when you can't afford to be out of business


Re: FH_HOST_EQ_D_D_D_D

Posted by Justin Mason <jm...@jmason.org>.
yep, I need to fix that... it's minor, though.

On Jan 7, 2008 9:59 PM, Jason Bertoch <ja...@electronet.net> wrote:
> On Monday, January 07, 2008 12:20 PM Justin Mason wrote:
>
> >
> > - 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
> >
>
> FH_HOST_EQ_D_D_D_D is still referenced by FM_DDDD_TIMES_2 and FM_SEX_HOSTDDDD in
> 72_active.cf.  I'm guessing this was an oversight?
>
>
> Jason A. Bertoch
> Network Administrator
> jason@electronet.net
> Electronet Broadband Communications
> 3411 Capital Medical Blvd.
> Tallahassee, FL 32308
> (V) 850.222.0229 (F) 850.222.8771
>
>

FH_HOST_EQ_D_D_D_D

Posted by Jason Bertoch <ja...@electronet.net>.
On Monday, January 07, 2008 12:20 PM Justin Mason wrote:

> 
> - 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
> 

FH_HOST_EQ_D_D_D_D is still referenced by FM_DDDD_TIMES_2 and FM_SEX_HOSTDDDD in
72_active.cf.  I'm guessing this was an oversight?


Jason A. Bertoch
Network Administrator
jason@electronet.net
Electronet Broadband Communications
3411 Capital Medical Blvd.
Tallahassee, FL 32308
(V) 850.222.0229 (F) 850.222.8771


Re: Apache SpamAssassin 3.2.4

Posted by Luis HernĂ¡n Otegui <lu...@gmail.com>.
Hi

2008/1/11, Bret Miller <br...@wcg.org>:
> > New upgrade is running GREAT here :)
>
> Running fine here on Windows Server 2003 with CommuniGate Pro. :)
>
>
Well, scan times went DOWN a LOT!!! According to Amavis-Logwatch:

===================================================================================================================
 Timing Percentiles         % Time   Total (s)        0%        5%
  25%       50%       75%       95%      100%
 -------------------------------------------------------------------------------------------------------------------
 SA check                   92.66%   10750.540     0.040     0.068
3.009     4.130     5.934     9.610    32.828
 SMTP DATA                   1.74%     202.074     0.003     0.037
0.038     0.077     0.078     0.082     1.171
 fwd-end-chkpnt              1.41%     163.290     0.006     0.009
0.012     0.020     0.052     0.168     6.594
 ...
 ===================================================================================================================
 Scan Time: Actual         100.00%   11601.872     0.142     0.207
0.387     3.776     5.606     9.219    33.014
 Scan Time: Hypothetical   100.00%   11602.398     0.390     0.470
3.446     4.689     6.644    10.728    52.716

Timing for 75% used to be around 11-15 seconds. So it was a major
improvement what the Devel Team has done.

Thanks a lot!


Luis
-- 
-------------------------------------------------
GNU-GPL: "May The Source Be With You...
Linux Registered User #448382.
When I grow up, I wanna be like Theo...
-------------------------------------------------

RE: Apache SpamAssassin 3.2.4

Posted by Bret Miller <br...@wcg.org>.
> New upgrade is running GREAT here :)

Running fine here on Windows Server 2003 with CommuniGate Pro. :)

RE: Apache SpamAssassin 3.2.4

Posted by "James E. Pratt" <jp...@norwich.edu>.

>> -----Original Message-----
>> From: James Lay [mailto:jlay@slave-tothe-box.net]
>> Sent: Monday, January 07, 2008 1:54 PM
>> To: Spamassassin
>> Subject: Re: Apache SpamAssassin 3.2.4
>> 
>> New upgrade is running GREAT here :)
>> 
>> James
>> 

Not so great here with MimeDefang/Sendmail. Imageinfo plugin seemed to
break SA clean lint, so had to remove it. Overall seems to be running ok
in test, but still seeing lots of this in maillog:

mimedefang-multiplexor[14449]: Slave 1 stderr: config: path
"/root/.spamassassin" is inaccessible: Permission denied

(wth? - sa home is same =  /etc/mail/spamassassin ?)

Any ideas?
jamie

Re: Apache SpamAssassin 3.2.4

Posted by Rick Macdougall <ri...@ummm-beer.com>.
James Lay wrote:
> New upgrade is running GREAT here :)
> 
> James
> 
> 

Same here, seems quite a bit faster!

Great job!

Rick

Re: Apache SpamAssassin 3.2.4

Posted by Kenneth Porter <sh...@sewingwitch.com>.
--On Monday, January 07, 2008 6:57 PM +0000 UxBoD <ux...@splatnix.net> 
wrote:

> Is a RPM available for Centos5 yet ?

Enable the RPMForge repository to get the latest SA. I just did a 
check-update and it's got 3.2.4 available.

RPMForge also carries a number of related packages, such as MIMEDefang and 
ClamAV.

Here's how to add the repository to your yum configuration:

<http://wiki.centos.org/Repositories/RPMForge>



Re: Apache SpamAssassin 3.2.4

Posted by UxBoD <ux...@splatnix.net>.
Is a RPM available for Centos5 yet ?

Regards,

--[ UxBoD ]--
// PGP Key: "curl -s https://www.splatnix.net/uxbod.asc | gpg --import"
// Fingerprint: C759 8F52 1D17 B3C5 5854  36BD 1FB1 B02F 5DB5 687B
// Keyserver: www.keyserver.net Key-ID: 0x5DB5687B
// Phone: +44 845 869 2749 SIP Phone: uxbod@sip.splatnix.net

----- Original Message -----
step 3.: "James Lay" <jl...@slave-tothe-box.net>
To: "Spamassassin" <us...@SpamAssassin.apache.org>
Sent: 07 January 2008 18:53:47 o'clock (GMT) Europe/London
Subject: Re: Apache SpamAssassin 3.2.4

New upgrade is running GREAT here :)

James



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: Apache SpamAssassin 3.2.4

Posted by James Lay <jl...@slave-tothe-box.net>.
New upgrade is running GREAT here :)

James