You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Justin Mason <jm...@jmason.org> on 2008/06/10 11:50:00 UTC

[VOTE] proposed release tarballs for 3.2.5

hi folks -- could you vote on these proposed release tarballs:

    http://people.apache.org/~jm/devel/


and this proposed announcement:


To: users, dev, announce
From: [don't forget to use your @apache.org address]
Subject: ANNOUNCE: Apache SpamAssassin 3.2.5 available

Apache SpamAssassin 3.2.5 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:
  695f9107b240383e48df8938f2de334e  Mail-SpamAssassin-3.2.5.tar.bz2
  7fdc1651d0371c4a7f95ac9ae6f828a6  Mail-SpamAssassin-3.2.5.tar.gz
  663fe705e608e16fee280f7539ab9382  Mail-SpamAssassin-3.2.5.zip

  sha1sum of archive files:
  32b701ffc68f7975eded107c456b902bc710d8b2  Mail-SpamAssassin-3.2.5.tar.bz2
  14b1f6eae0221a152176f7f597f55581445e800a  Mail-SpamAssassin-3.2.5.tar.gz
  b333acfdaf2289e37f72f1f1a18449645ee532d0  Mail-SpamAssassin-3.2.5.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.5 is a minor bug-fix release.  Summary of changes:

- bug 5899: add perl version string to the storage area for compiled rulesets, to avoid crashes when perl is upgraded between major versions (e.g perl 5.8.x to 5.10.0) and the ABI breaks

- bug 5496, bug 5910: clear some FORGED_MUA_OUTLOOK false positives, particularly on the new-format Message-ID generated by the Outlook Express version used in Windows XP service pack 3

- bug 5730: when using Postgres >= 8.1.0 with Bayes, this error occurs: 'WARNING:  nonstandard use of \ in a string literal at character'.  fix, thanks to Tomasz Ostrowski

- bug 5769: fix 'sa-compile: eval failed: Can't find label NO' error, caused  in rare circumstances when sa-compile attempted to deal with rules written using 'replace_rules' features

- bug 5858: fix circular reference memory leak caused by some messages

- bug 5815: update 2TLD list to include .rs CCTLD

- bug 4706: remove HG_HORMOME rules due to poor performance

- bug 5775: newer gpg versions require keys to be cross-certified (backsig).  Did a cross-verify on our sa-update public key and re-exported

- bug 5835: typo in POD docs for SPF plugin; thanks to Benny Pedersen for fix

- A missing or failed eval rule function can mistakenly count as a rule hit, bug 5839

- trivial bugfix for the VBounce ruleset: __BOUNCE_FROM_DAEMON incorrectly used + instead of *, so some From addresses were not being recognised as bounce senders


Re: [VOTE] proposed release tarballs for 3.2.5

Posted by Doc Schneider <ma...@maddoc.net>.
Justin Mason wrote:
> hi folks -- could you vote on these proposed release tarballs:
> 
>     http://people.apache.org/~jm/devel/
> 
> 
> and this proposed announcement:
> 
> 
> To: users, dev, announce
> From: [don't forget to use your @apache.org address]
> Subject: ANNOUNCE: Apache SpamAssassin 3.2.5 available
> 
> Apache SpamAssassin 3.2.5 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:
>   695f9107b240383e48df8938f2de334e  Mail-SpamAssassin-3.2.5.tar.bz2
>   7fdc1651d0371c4a7f95ac9ae6f828a6  Mail-SpamAssassin-3.2.5.tar.gz
>   663fe705e608e16fee280f7539ab9382  Mail-SpamAssassin-3.2.5.zip
> 
>   sha1sum of archive files:
>   32b701ffc68f7975eded107c456b902bc710d8b2  Mail-SpamAssassin-3.2.5.tar.bz2
>   14b1f6eae0221a152176f7f597f55581445e800a  Mail-SpamAssassin-3.2.5.tar.gz
>   b333acfdaf2289e37f72f1f1a18449645ee532d0  Mail-SpamAssassin-3.2.5.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.5 is a minor bug-fix release.  Summary of changes:
> 
> - bug 5899: add perl version string to the storage area for compiled rulesets, to avoid crashes when perl is upgraded between major versions (e.g perl 5.8.x to 5.10.0) and the ABI breaks
> 
> - bug 5496, bug 5910: clear some FORGED_MUA_OUTLOOK false positives, particularly on the new-format Message-ID generated by the Outlook Express version used in Windows XP service pack 3
> 
> - bug 5730: when using Postgres >= 8.1.0 with Bayes, this error occurs: 'WARNING:  nonstandard use of \ in a string literal at character'.  fix, thanks to Tomasz Ostrowski
> 
> - bug 5769: fix 'sa-compile: eval failed: Can't find label NO' error, caused  in rare circumstances when sa-compile attempted to deal with rules written using 'replace_rules' features
> 
> - bug 5858: fix circular reference memory leak caused by some messages
> 
> - bug 5815: update 2TLD list to include .rs CCTLD
> 
> - bug 4706: remove HG_HORMOME rules due to poor performance
> 
> - bug 5775: newer gpg versions require keys to be cross-certified (backsig).  Did a cross-verify on our sa-update public key and re-exported
> 
> - bug 5835: typo in POD docs for SPF plugin; thanks to Benny Pedersen for fix
> 
> - A missing or failed eval rule function can mistakenly count as a rule hit, bug 5839
> 
> - trivial bugfix for the VBounce ruleset: __BOUNCE_FROM_DAEMON incorrectly used + instead of *, so some From addresses were not being recognised as bounce senders

built and tested on CentOS 3-5 both i386 and x86_64

+1 on releasing the hounds!

-- 

 -Doc

 Penguins: Do it on the ice.

 SARE HQ  http://www.rulesemporium.com/

Re: [VOTE] proposed release tarballs for 3.2.5

Posted by Theo Van Dinter <fe...@apache.org>.
+1 looks good here.  ran tests, built rpm, installed and ran a bunch of mails
through. :)

On Tue, Jun 10, 2008 at 10:50:00AM +0100, Justin Mason wrote:
> - bug 5775: newer gpg versions require keys to be cross-certified (backsig).  Did a cross-verify on our sa-update public key and re-exported

Should we mention something for folks to update their installed key to avoid
this going forward?

> - A missing or failed eval rule function can mistakenly count as a rule hit, bug 5839

This is incorrectly formatted in relation to the rest of the list.

-- 
Randomly Selected Tagline:
Work expands to exceed the time alloted.

Re: [VOTE] proposed release tarballs for 3.2.5

Posted by "Kevin A. McGrail" <km...@pccc.com>.
+1 here.  Tested fine.
----- Original Message ----- 
From: "Justin Mason" <jm...@jmason.org>
To: <de...@spamassassin.apache.org>
Sent: Tuesday, June 10, 2008 5:50 AM
Subject: [VOTE] proposed release tarballs for 3.2.5


> hi folks -- could you vote on these proposed release tarballs:
>
>    http://people.apache.org/~jm/devel/
>
>
> and this proposed announcement:
>
>
> To: users, dev, announce
> From: [don't forget to use your @apache.org address]
> Subject: ANNOUNCE: Apache SpamAssassin 3.2.5 available
>
> Apache SpamAssassin 3.2.5 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:
>  695f9107b240383e48df8938f2de334e  Mail-SpamAssassin-3.2.5.tar.bz2
>  7fdc1651d0371c4a7f95ac9ae6f828a6  Mail-SpamAssassin-3.2.5.tar.gz
>  663fe705e608e16fee280f7539ab9382  Mail-SpamAssassin-3.2.5.zip
>
>  sha1sum of archive files:
>  32b701ffc68f7975eded107c456b902bc710d8b2  Mail-SpamAssassin-3.2.5.tar.bz2
>  14b1f6eae0221a152176f7f597f55581445e800a  Mail-SpamAssassin-3.2.5.tar.gz
>  b333acfdaf2289e37f72f1f1a18449645ee532d0  Mail-SpamAssassin-3.2.5.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.5 is a minor bug-fix release.  Summary of changes:
>
> - bug 5899: add perl version string to the storage area for compiled 
> rulesets, to avoid crashes when perl is upgraded between major versions 
> (e.g perl 5.8.x to 5.10.0) and the ABI breaks
>
> - bug 5496, bug 5910: clear some FORGED_MUA_OUTLOOK false positives, 
> particularly on the new-format Message-ID generated by the Outlook Express 
> version used in Windows XP service pack 3
>
> - bug 5730: when using Postgres >= 8.1.0 with Bayes, this error occurs: 
> 'WARNING:  nonstandard use of \ in a string literal at character'.  fix, 
> thanks to Tomasz Ostrowski
>
> - bug 5769: fix 'sa-compile: eval failed: Can't find label NO' error, 
> caused  in rare circumstances when sa-compile attempted to deal with rules 
> written using 'replace_rules' features
>
> - bug 5858: fix circular reference memory leak caused by some messages
>
> - bug 5815: update 2TLD list to include .rs CCTLD
>
> - bug 4706: remove HG_HORMOME rules due to poor performance
>
> - bug 5775: newer gpg versions require keys to be cross-certified 
> (backsig).  Did a cross-verify on our sa-update public key and re-exported
>
> - bug 5835: typo in POD docs for SPF plugin; thanks to Benny Pedersen for 
> fix
>
> - A missing or failed eval rule function can mistakenly count as a rule 
> hit, bug 5839
>
> - trivial bugfix for the VBounce ruleset: __BOUNCE_FROM_DAEMON incorrectly 
> used + instead of *, so some From addresses were not being recognised as 
> bounce senders
> 


Re: [VOTE] proposed release tarballs for 3.2.5

Posted by Michael Monnerie <mi...@it-management.at>.
On Dienstag, 10. Juni 2008 Justin Mason wrote:
> Apache SpamAssassin 3.2.5 is now available!

I made "perl Makefile.PL" and "make test" and got lots of these 
warnings. Could be because my bayes is in SQL and not flock? Sorry I'm 
no dev, just wanted to report.

Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1859.
Use of uninitialized value in numeric ge (>=) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
Use of uninitialized value in numeric ge (>=) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1859.
Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1859.
Use of uninitialized value in numeric ge (>=) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
t/bayesdbm_flock................NOK 19/48# Failed test 19 in 
t/bayesdbm_flock.t at line 108
bayes: cannot open bayes databases ./log/user_state/bayes_* R/W: lock 
failed: Keine Sperren verfügbar
# Failed test 20 in t/bayesdbm_flock.t at line 112
t/bayesdbm_flock................NOK 20/48bayes: cannot open bayes 
databases ./log/user_state/bayes_* R/W: lock failed: Keine Sperren 
verfügbar
# Failed test 21 in t/bayesdbm_flock.t at line 114
Use of uninitialized value in string eq at t/bayesdbm_flock.t line 116.
# Failed test 22 in t/bayesdbm_flock.t at line 116
t/bayesdbm_flock................NOK 22/48bayes: cannot open bayes 
databases ./log/user_state/bayes_* R/W: lock failed: Keine Sperren 
verfügbar
# Failed test 23 in t/bayesdbm_flock.t at line 120

Use of uninitialized value in numeric ge (>=) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1859.
Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1859.
Use of uninitialized value in numeric ge (>=) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
Use of uninitialized value in numeric eq (==) 
at ../blib/lib/Mail/SpamAssassin/BayesStore/DBM.pm line 1873.
t/bayesdbm_flock................NOK 24/48# Failed test 24 in 
t/bayesdbm_flock.t at line 129
bayes: cannot open bayes databases ./log/user_state/bayes_* R/W: lock 
failed: Keine Sperren verfügbar
# Failed test 25 in t/bayesdbm_flock.t at line 133
t/bayesdbm_flock................NOK 25/48bayes: cannot open bayes 
databases ./log/user_state/bayes_* R/W: lock failed: Keine Sperren 
verfügbar
# Failed test 26 in t/bayesdbm_flock.t at line 135
t/bayesdbm_flock................FAILED tests 10, 12, 14-17, 19-26
        Failed 14/48 tests, 70.83% okay
t/bayessdbm.....................ok
                                                                      

Failed Test        Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/bayesdbm_flock.t               48   14  10 12 14-17 19-26
34 tests skipped.
Failed 1/143 test scripts. 14/2021 subtests failed.
Files=143, Tests=2021, 1473 wallclock secs (366.22 cusr + 205.83 csys = 
572.05 CPU)
Failed 1/143 test programs. 14/2021 subtests failed.
make: *** [test_dynamic] Fehler 255

mfg zmi
-- 
// Michael Monnerie, Ing.BSc    -----      http://it-management.at
// Tel: 0660 / 415 65 31                      .network.your.ideas.
// PGP Key:         "curl -s http://zmi.at/zmi.asc | gpg --import"
// Fingerprint: AC19 F9D5 36ED CD8A EF38  500E CE14 91F7 1C12 09B4
// Keyserver: www.keyserver.net                   Key-ID: 1C1209B4