Rule updates are too old - 2016-01-26

2016-01-26 Thread darxus
SpamAssassin version 3.3.0 has not had a rule update since 2015-12-21.
SpamAssassin version 3.3.1 has not had a rule update since 2015-12-21.
SpamAssassin version 3.3.2 has not had a rule update since 2015-12-21.

20160125:  Spam and ham are above threshold of 150,000:  
http://ruleqa.spamassassin.org/?daterev=20160125
20160125:  Spam: 166191, Ham: 200931


The spam and ham counts on which this script alerts are from
http://ruleqa.spamassassin.org/?daterev=20160125
Click "(source details)" (it's tiny and low contrast).
It's from the second and third columns of the line that ends with
"(all messages)"

The source to this script is
http://www.chaosreigns.com/sa/update-version-mon.pl


[Bug 7292] New: FSL_HELO_BARE_IP_* meta rule logic is wrong

2016-01-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7292

Bug ID: 7292
   Summary: FSL_HELO_BARE_IP_* meta rule logic is wrong
   Product: Spamassassin
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Rules
  Assignee: dev@spamassassin.apache.org
  Reporter: rwmailli...@googlemail.com

The current FSL_HELO_BARE_IP_* rules are

metaFSL_HELO_BARE_IP_1__FSL_HELO_BARE_IP_1 && !FSL_HELO_BARE_IP_2
metaFSL_HELO_BARE_IP_2  __FSL_HELO_BARE_IP_2 && !__VIA_ML &&
!__HAS_ERRORS_TO

which means that the lower-scoring, general case suppresses the higher-scoring
special case. It should be:


metaFSL_HELO_BARE_IP_1__FSL_HELO_BARE_IP_1  
metaFSL_HELO_BARE_IP_2  __FSL_HELO_BARE_IP_2 && !__VIA_ML &&
!__HAS_ERRORS_TO && ! FSL_HELO_BARE_IP_1

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


[Bug 7292] FSL_HELO_BARE_IP_* meta rule logic is wrong

2016-01-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7292

John Hardin  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||jhar...@impsec.org

--- Comment #1 from John Hardin  ---
Suppression reversed, other minor tweaks per current (rather heated) users
mailing list discussion.

$ svn commit
Sending99_doc_test.cf
Transmitting file data .
Committed revision 1726846.

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


[Bug 4642] concurrency problem in the PostgreSQL specific Bayes-module

2016-01-26 Thread bugzilla-daemon
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=4642

Daniel J. Luke  changed:

   What|Removed |Added

 CC||dl...@geeklair.net

--- Comment #2 from Daniel J. Luke  ---
PostgreSQL 9.5 support upsert (see also bug 7218 which includes a patch for
postgres AWL)

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