svn commit: r1927755 - in spamassassin/trunk: . lib/Mail

[email protected]
Newsgroups gmane.mail.spam.spamassassin.cvs
Message-ID <175492591647.2010690.13498296850203312576@svn02-us-east.apache.org>
Author: gbechis
Date: Mon Aug 11 15:25:15 2025
New Revision: 1927755

Log:
preparing to release 4.0.2-rc2

Modified:
   spamassassin/trunk/Changes
   spamassassin/trunk/lib/Mail/SpamAssassin.pm

Modified: spamassassin/trunk/Changes
==============================================================================
--- spamassassin/trunk/Changes	Mon Aug 11 15:24:42 2025	(r1927754)
+++ spamassassin/trunk/Changes	Mon Aug 11 15:25:15 2025	(r1927755)
@@ -1,4 +1,121 @@
 ------------------------------------------------------------------------
+r1927753 | gbechis | 2025-08-11 15:07:41 +0000 (Mon, 11 Aug 2025) | 2 
+lines
+ 
+ add redirectors
+ 
+------------------------------------------------------------------------
+r1927752 | gbechis | 2025-08-11 15:06:45 +0000 (Mon, 11 Aug 2025) | 2 
+lines
+ 
+ add 2tlds
+ 
+------------------------------------------------------------------------
+r1927723 | fkento | 2025-08-10 03:20:15 +0000 (Sun, 10 Aug 2025) | 1 line
+ 
+ Bug 8342: Detect invalid address headers
+------------------------------------------------------------------------
+r1927710 | gbechis | 2025-08-09 08:28:50 +0000 (Sat, 09 Aug 2025) | 2 
+lines
+ 
+ add missing file
+ 
+------------------------------------------------------------------------
+r1927709 | gbechis | 2025-08-09 07:47:18 +0000 (Sat, 09 Aug 2025) | 3 
+lines
+ 
+ do not run dns code if dns is not available
+ bz #8343
+ 
+------------------------------------------------------------------------
+r1927705 | fkento | 2025-08-08 20:01:04 +0000 (Fri, 08 Aug 2025) | 1 line
+ 
+ Bug 8340: DMARC Avoidance
+------------------------------------------------------------------------
+r1927674 | jhardin | 2025-08-08 01:28:53 +0000 (Fri, 08 Aug 2025) | 1 line
+ 
+ Promote well-performing subrule to scored
+------------------------------------------------------------------------
+r1927615 | gbechis | 2025-08-05 07:17:41 +0000 (Tue, 05 Aug 2025) | 2 
+lines
+ 
+ Metamask rule update
+ 
+------------------------------------------------------------------------
+r1927597 | jhardin | 2025-08-03 19:26:05 +0000 (Sun, 03 Aug 2025) | 1 line
+ 
+ Add a couple of subrules for evaluation
+------------------------------------------------------------------------
+r1927592 | jhardin | 2025-08-03 02:57:07 +0000 (Sun, 03 Aug 2025) | 1 line
+ 
+ Rename test rule to subrule for use in metas. FP avoidance tuning.
+------------------------------------------------------------------------
+r1927567 | jhardin | 2025-08-01 20:36:03 +0000 (Fri, 01 Aug 2025) | 1 line
+ 
+ FP avoidance tuning
+------------------------------------------------------------------------
+r1927559 | jhardin | 2025-08-01 01:53:54 +0000 (Fri, 01 Aug 2025) | 1 line
+ 
+ phishing exfil rule for evaluation
+------------------------------------------------------------------------
+r1927551 | gbechis | 2025-07-31 12:44:11 +0000 (Thu, 31 Jul 2025) | 2 
+lines
+ 
+ add more 2tlds
+ 
+------------------------------------------------------------------------
+r1927550 | gbechis | 2025-07-31 12:43:28 +0000 (Thu, 31 Jul 2025) | 2 
+lines
+ 
+ add a url shortener
+ 
+------------------------------------------------------------------------
+r1927507 | gbechis | 2025-07-28 09:00:54 +0000 (Mon, 28 Jul 2025) | 2 
+lines
+ 
+ add a url shortener
+ 
+------------------------------------------------------------------------
+r1927506 | gbechis | 2025-07-28 08:59:43 +0000 (Mon, 28 Jul 2025) | 2 
+lines
+ 
+ add a couple of 2tlds
+ 
+------------------------------------------------------------------------
+r1927502 | gbechis | 2025-07-28 06:18:42 +0000 (Mon, 28 Jul 2025) | 3 
+lines
+ 
+ fix if ReplaceTags is not loaded
+ spotted by jhardin@
+ 
+------------------------------------------------------------------------
+r1927486 | jhardin | 2025-07-26 20:26:45 +0000 (Sat, 26 Jul 2025) | 1 line
+ 
+ Tune .CN phishing rules
+------------------------------------------------------------------------
+r1927479 | gbechis | 2025-07-26 09:43:09 +0000 (Sat, 26 Jul 2025) | 3 
+lines
+ 
+ ReplaceTags is needed
+ spotted by jhardin@
+ 
+------------------------------------------------------------------------
+r1927474 | jhardin | 2025-07-26 02:06:19 +0000 (Sat, 26 Jul 2025) | 1 line
+ 
+ Add detection of some recent observed CN-phishing-JP messages
+------------------------------------------------------------------------
+r1927402 | gbechis | 2025-07-22 16:11:23 +0000 (Tue, 22 Jul 2025) | 2 
+lines
+ 
+ SpamAssassin 4.0.2-rc1 released
+ 
+------------------------------------------------------------------------
+r1927399 | gbechis | 2025-07-22 15:33:21 +0000 (Tue, 22 Jul 2025) | 2 
+lines
+ 
+ preparing to release 4.0.2-rc1
+ 
+------------------------------------------------------------------------
 r1927355 | gbechis | 2025-07-21 07:16:28 +0000 (Mon, 21 Jul 2025) | 2 
 lines
  

Modified: spamassassin/trunk/lib/Mail/SpamAssassin.pm
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin.pm	Mon Aug 11 15:24:42 2025	(r1927754)
+++ spamassassin/trunk/lib/Mail/SpamAssassin.pm	Mon Aug 11 15:25:15 2025	(r1927755)
@@ -88,13 +88,13 @@ use Cwd;
 use Config;
 
 our $VERSION = "4.000002";      # update after release (same format as perl $])
-our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
-#our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
+#our $IS_DEVEL_BUILD = 1;        # 1 for devel build 
+our $IS_DEVEL_BUILD = 0;        # 0 for release versions including rc & pre releases
 
 # Used during the prerelease/release-candidate part of the official release
 # process. If you hacked up your SA, you should add a version_tag to your .cf
 # files; this variable should not be modified.
-our @EXTRA_VERSION = qw();
+our @EXTRA_VERSION = qw(rc2);
 
 our @ISA = qw();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.