You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2020/06/21 02:48:32 UTC

svn commit: r1879052 - in /spamassassin/branches/3.4: Changes README UPGRADE lib/Mail/SpamAssassin.pm

Author: kmcgrail
Date: Sun Jun 21 02:48:32 2020
New Revision: 1879052

URL: http://svn.apache.org/viewvc?rev=1879052&view=rev
Log:
preparing to release 3.4.5-pre1

Modified:
    spamassassin/branches/3.4/Changes
    spamassassin/branches/3.4/README
    spamassassin/branches/3.4/UPGRADE
    spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm

Modified: spamassassin/branches/3.4/Changes
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/Changes?rev=1879052&r1=1879051&r2=1879052&view=diff
==============================================================================
--- spamassassin/branches/3.4/Changes (original)
+++ spamassassin/branches/3.4/Changes Sun Jun 21 02:48:32 2020
@@ -1,4 +1,189 @@
 ------------------------------------------------------------------------
+r1878990 | hege | 2020-06-19 14:11:26 +0000 (Fri, 19 Jun 2020) | 2 lines
+ 
+ Bug 7828 - uri_detail lacks support for key type "host"
+ 
+------------------------------------------------------------------------
+r1878575 | hege | 2020-06-08 05:18:37 +0000 (Mon, 08 Jun 2020) | 2 lines
+ 
+ Log all URIBL hit domains in report
+ 
+------------------------------------------------------------------------
+r1878574 | hege | 2020-06-08 04:44:27 +0000 (Mon, 08 Jun 2020) | 2 lines
+ 
+ Bug 7822: HashBL not examining all addresses in a message
+ 
+------------------------------------------------------------------------
+r1878572 | hege | 2020-06-08 04:18:44 +0000 (Mon, 08 Jun 2020) | 2 lines
+ 
+ Backport check_cleanup callback from trunk for internal use, not 
+documenting since it will only be in 3.4.5
+ 
+------------------------------------------------------------------------
+r1878568 | hege | 2020-06-07 16:34:50 +0000 (Sun, 07 Jun 2020) | 2 lines
+ 
+ Clarify some HashBL docs
+ 
+------------------------------------------------------------------------
+r1878559 | hege | 2020-06-07 10:41:22 +0000 (Sun, 07 Jun 2020) | 2 lines
+ 
+ Bug 7822: HashBL not examining all addresses in a message
+ 
+------------------------------------------------------------------------
+r1877459 | gbechis | 2020-05-06 22:36:46 +0000 (Wed, 06 May 2020) | 2 
+lines
+ 
+ always pass the rulename to bgsend_and_start_lookup
+ 
+------------------------------------------------------------------------
+r1877139 | gbechis | 2020-04-28 19:21:04 +0000 (Tue, 28 Apr 2020) | 3 
+lines
+ 
+ fix warnings that happens when From: is not a proper email address
+ bz 7811
+ 
+------------------------------------------------------------------------
+r1877124 | gbechis | 2020-04-28 09:50:37 +0000 (Tue, 28 Apr 2020) | 3 
+lines
+ 
+ fix txrep tags, "_" is not an allowed char in tag names
+ fixes bz 7749
+ 
+------------------------------------------------------------------------
+r1876821 | hege | 2020-04-22 10:00:36 +0000 (Wed, 22 Apr 2020) | 2 lines
+ 
+ Allow undefined suppl_attrib just in case
+ 
+------------------------------------------------------------------------
+r1876795 | hege | 2020-04-21 12:28:07 +0000 (Tue, 21 Apr 2020) | 2 lines
+ 
+ Add some suppl_attrib debugging
+ 
+------------------------------------------------------------------------
+r1876780 | gbechis | 2020-04-21 09:20:23 +0000 (Tue, 21 Apr 2020) | 2 
+lines
+ 
+ silence a possible warning
+ 
+------------------------------------------------------------------------
+r1876711 | hege | 2020-04-19 06:25:48 +0000 (Sun, 19 Apr 2020) | 2 lines
+ 
+ Mention Bug 7803
+ 
+------------------------------------------------------------------------
+r1876710 | hege | 2020-04-19 06:18:25 +0000 (Sun, 19 Apr 2020) | 2 lines
+ 
+ Bug 7809 - unwhitelist broken
+ 
+------------------------------------------------------------------------
+r1876561 | hege | 2020-04-15 15:03:58 +0000 (Wed, 15 Apr 2020) | 2 lines
+ 
+ DNSEval cleanups, validate hostnames
+ 
+------------------------------------------------------------------------
+r1876556 | hege | 2020-04-15 13:59:34 +0000 (Wed, 15 Apr 2020) | 2 lines
+ 
+ Bug 7808 - Fix check_rbl_headers with multiple same headers
+ 
+------------------------------------------------------------------------
+r1876381 | hege | 2020-04-10 20:38:45 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Fix header rule parsing
+ 
+------------------------------------------------------------------------
+r1876367 | hege | 2020-04-10 14:49:20 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Bug 7750 - _DKIMSELECTOR_ template tag is not substituted, when mail is 
+not DKIM signed
+ 
+------------------------------------------------------------------------
+r1876350 | hege | 2020-04-10 08:22:55 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Bug 7790 - Allow = character in pyzor_options
+ 
+------------------------------------------------------------------------
+r1876348 | hege | 2020-04-10 07:51:51 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Bug 7803 - SQL schema of userpref table, value too short
+ 
+------------------------------------------------------------------------
+r1876347 | hege | 2020-04-10 07:47:37 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Bug 7807 - t/spamd_ssl.t fails due to small key size
+ 
+------------------------------------------------------------------------
+r1876346 | hege | 2020-04-10 07:44:37 +0000 (Fri, 10 Apr 2020) | 2 lines
+ 
+ Bug 7763 - ssl tests must be run as root
+ 
+------------------------------------------------------------------------
+r1876320 | hege | 2020-04-09 12:40:52 +0000 (Thu, 09 Apr 2020) | 2 lines
+ 
+ Bug 7806 - Tainting through concatenation with $^X does not taint
+ 
+------------------------------------------------------------------------
+r1876218 | gbechis | 2020-04-07 08:20:15 +0000 (Tue, 07 Apr 2020) | 2 
+lines
+ 
+ match few more received lines
+ 
+------------------------------------------------------------------------
+r1875134 | gbechis | 2020-03-12 18:32:40 +0000 (Thu, 12 Mar 2020) | 5 
+lines
+ 
+ sync OLEVBMacro plugin with trunk
+ - check for undef before reading mime part
+ - add a new rule to check if on the doc file there is an url that 
+ triggers a download to an external malicious file
+ 
+------------------------------------------------------------------------
+r1874343 | gbechis | 2020-02-21 23:04:46 +0000 (Fri, 21 Feb 2020) | 4 
+lines
+ 
+ put [raw]body_part_scan_size documentation in the right
+ section of man page
+ fix bz 7796
+ 
+------------------------------------------------------------------------
+r1874012 | gbechis | 2020-02-14 10:57:25 +0000 (Fri, 14 Feb 2020) | 2 
+lines
+ 
+ another couple of too chatty info messages converted to dbg
+ 
+------------------------------------------------------------------------
+r1874010 | gbechis | 2020-02-14 10:35:39 +0000 (Fri, 14 Feb 2020) | 2 
+lines
+ 
+ switch a too chatty info into a dbg statement
+ 
+------------------------------------------------------------------------
+r1873859 | gbechis | 2020-02-10 14:33:45 +0000 (Mon, 10 Feb 2020) | 2 
+lines
+ 
+ one more OLEMacro marker
+ 
+------------------------------------------------------------------------
+r1873752 | gbechis | 2020-02-07 18:37:10 +0000 (Fri, 07 Feb 2020) | 2 
+lines
+ 
+ sync OLEVBMacro plugin with trunk
+ 
+------------------------------------------------------------------------
+r1873340 | hege | 2020-01-29 21:38:08 +0000 (Wed, 29 Jan 2020) | 2 lines
+ 
+ Clarify mimepart limit
+ 
+------------------------------------------------------------------------
+r1873200 | hege | 2020-01-27 09:43:17 +0000 (Mon, 27 Jan 2020) | 2 lines
+ 
+ More DKIM test files for different CRLF/LF cases
+ 
+------------------------------------------------------------------------
+r1873123 | kmcgrail | 2020-01-25 02:49:19 +0000 (Sat, 25 Jan 2020) | 1 
+line
+ 
+ preparing to release 3.4.4 (post rc-1)
+------------------------------------------------------------------------
 r1873122 | kmcgrail | 2020-01-25 02:04:07 +0000 (Sat, 25 Jan 2020) | 1 
 line
  

Modified: spamassassin/branches/3.4/README
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/README?rev=1879052&r1=1879051&r2=1879052&view=diff
==============================================================================
--- spamassassin/branches/3.4/README (original)
+++ spamassassin/branches/3.4/README Sun Jun 21 02:48:32 2020
@@ -14,7 +14,7 @@ filtering, DNS blocklists, and collabora
 Apache SpamAssassin is a project of the Apache Software Foundation (ASF).
 
 
-What Apache SpamAssassin Is Not
+What Apache SpamAssassin is Not
 -------------------------------
 
 Apache SpamAssassin is not a program to delete spam, route spam and ham to

Modified: spamassassin/branches/3.4/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/UPGRADE?rev=1879052&r1=1879051&r2=1879052&view=diff
==============================================================================
--- spamassassin/branches/3.4/UPGRADE (original)
+++ spamassassin/branches/3.4/UPGRADE Sun Jun 21 02:48:32 2020
@@ -1,4 +1,3 @@
-
 Note for Users Upgrading to SpamAssassin 3.4.5
 ----------------------------------------------
 

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm?rev=1879052&r1=1879051&r2=1879052&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin.pm Sun Jun 21 02:48:32 2020
@@ -87,7 +87,7 @@ use Time::HiRes qw(time);
 use Cwd;
 use Config;
 
-our $VERSION = "3.004004";      # update after release (same format as perl $])
+our $VERSION = "3.004005";      # 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
 
@@ -95,7 +95,7 @@ our $IS_DEVEL_BUILD = 0;        # 0 for
 # 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(pre1);
 
 our @ISA = qw();