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 2015/04/06 22:04:30 UTC

svn commit: r1671681 - in /spamassassin/trunk: UPGRADE build/README

Author: kmcgrail
Date: Mon Apr  6 20:04:30 2015
New Revision: 1671681

URL: http://svn.apache.org/r1671681
Log:
more preparation for 3.4.1 with TLD updates

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/build/README

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1671681&r1=1671680&r2=1671681&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Mon Apr  6 20:04:30 2015
@@ -11,6 +11,14 @@ Note for Users Upgrading to SpamAssassin
   For more detailed information and more configuration options, consult the
   documentation in Mail::SpamAssassin::Plugin::TxRep.
 
+- The $VALID_TLDS_RE global in registrar boundaries is deprecated but kept for 
+  third-party plugin compatibility.  It will become increasingly out of date
+  and may be removed in a future release. 
+
+  See lib/Mail/SpamAssassin/Plugin/FreeMail.pm for an example of the new way
+  to obtain a valid list of TLDs, i.e. 
+
+    $self->{main}->{registryboundaries}->{valid_tlds_re} 
 
 Note for Users Upgrading to SpamAssassin 3.4.0
 ----------------------------------------------

Modified: spamassassin/trunk/build/README
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/README?rev=1671681&r1=1671680&r2=1671681&view=diff
==============================================================================
--- spamassassin/trunk/build/README (original)
+++ spamassassin/trunk/build/README Mon Apr  6 20:04:30 2015
@@ -66,15 +66,18 @@ SPAMASSASSIN RELEASE PROCEDURE
   (ie., no "M" or "C" files; any files marked "M" have been locally
   modified, and should be "svn revert"ed before you continue.)
 
-- consider updating the TLD list in
-  Mail/SpamAssassin/Util/RegistrarBoundaries.pm
+#- consider updating the TLD list in
+#  Mail/SpamAssassin/Util/RegistrarBoundaries.pm
+#
+#  Follow the documentation under %VALID_TLDS and $VALID_TLDS_RE for
+#  updating the TLD list, make test, and do a commit if there are any
+#  changes from the previous TLD list.
+#
+#  Currently, the only way to change the TLD list is via a release as 
+#  of 6/17/2014.
 
-  Follow the documentation under %VALID_TLDS and $VALID_TLDS_RE for
-  updating the TLD list, make test, and do a commit if there are any
-  changes from the previous TLD list.
-
-  Currently, the only way to change the TLD list is via a release as 
-  of 6/17/2014.
+- Consider updating the TLD list in 20_aux_tlds.cf.  As of 4/6/2015,
+  this is not automated but bug 7165 is open for this purpose.
 
 - edit lib/Mail/SpamAssassin.pm and comment the $IS_DEVEL_BUILD
   line.   Ensure the correct version number is present in $VERSION