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 2018/12/10 05:32:41 UTC

svn commit: r1848549 - /spamassassin/branches/3.4/UPGRADE

Author: hege
Date: Mon Dec 10 05:32:41 2018
New Revision: 1848549

URL: http://svn.apache.org/viewvc?rev=1848549&view=rev
Log:
Mention RegistryBoundaries 20_aux_tlds.cf fix (commit 1845096)

Modified:
    spamassassin/branches/3.4/UPGRADE

Modified: spamassassin/branches/3.4/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/UPGRADE?rev=1848549&r1=1848548&r2=1848549&view=diff
==============================================================================
--- spamassassin/branches/3.4/UPGRADE (original)
+++ spamassassin/branches/3.4/UPGRADE Mon Dec 10 05:32:41 2018
@@ -16,6 +16,11 @@ Note for Users Upgrading to SpamAssassin
 - ALL pseudo-header now returns decoded headers, so it's usage is consistent
   with single header matching (:raw returns undecoded and folded like before).
 
+- RegistryBoundaries did not load 20_aux_tlds.cf properly in older versions. 
+  Old hardcoded list is now removed and RB will print "no tlds defined, need
+  to run sa-update" unless it can find list from config files.
+
+
 Note for Users Upgrading to SpamAssassin 3.4.2
 ----------------------------------------------