You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2021/04/10 16:20:35 UTC

svn commit: r1888591 - /spamassassin/trunk/UPGRADE

Author: hege
Date: Sat Apr 10 16:20:35 2021
New Revision: 1888591

URL: http://svn.apache.org/viewvc?rev=1888591&view=rev
Log:
Sync 3.4.5 UPGRADE notes

Modified:
    spamassassin/trunk/UPGRADE

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1888591&r1=1888590&r2=1888591&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Sat Apr 10 16:20:35 2021
@@ -139,6 +139,25 @@ Note for Users Upgrading to SpamAssassin
   forces querying the full hostname, instead of trimmed domain.  This works
   better if the specific uribl supports this mode. (Bug 7835)
 
+Note for Users Upgrading to SpamAssassin 3.4.5
+----------------------------------------------
+
+- Spamassassin test suite can now run against the installed
+  SpamAssassin files (rather than those in the source directory)
+
+- unwhitelist_auth now also removes def_whitelist_auth entries
+
+- SPF: add unwhitelist_from_spf to remove both whitelist_from_spf and
+  def_whitelist_from_spf entries
+
+- Default SQL schema for userpref.value changed from varchar(100) to
+  varchar(255), no need to modify unless you hit the limit. (Bug 7803)
+
+- URIDetail can now match full hostname with "host" key
+
+- BodyEval: plaintext_body_sig_ratio: eval rules for the (first text/plain
+  MIME part's) body and signature lengths and ratio
+
 Note for Users Upgrading to SpamAssassin 3.4.4
 ----------------------------------------------