You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by gb...@apache.org on 2019/04/16 06:30:43 UTC

svn commit: r1857623 - in /spamassassin: branches/3.4/UPGRADE trunk/UPGRADE

Author: gbechis
Date: Tue Apr 16 06:30:43 2019
New Revision: 1857623

URL: http://svn.apache.org/viewvc?rev=1857623&view=rev
Log:
Add more improvements recently developed

Modified:
    spamassassin/branches/3.4/UPGRADE
    spamassassin/trunk/UPGRADE

Modified: spamassassin/branches/3.4/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/UPGRADE?rev=1857623&r1=1857622&r2=1857623&view=diff
==============================================================================
--- spamassassin/branches/3.4/UPGRADE (original)
+++ spamassassin/branches/3.4/UPGRADE Tue Apr 16 06:30:43 2019
@@ -24,6 +24,12 @@ Note for Users Upgrading to SpamAssassin
   Parser::is_regexp_valid(), Util::regexp_remove_delimiters(),
   Util::make_qr().  These all are combined into new Util::compile_regexp().
 
+- DNSEval: add check_rbl_headers to check specific headers in rbl
+
+- DNSEval: add check_rbl_ns_from to check against an rbl for dns servers
+
+- Add check_hashbl_bodyre to HashBL.pm
+
 - ASN: Support IPv6 with asn_lookup_ipv6 (Bug 7211)
 
 

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1857623&r1=1857622&r2=1857623&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Tue Apr 16 06:30:43 2019
@@ -80,6 +80,10 @@ Note for Users Upgrading to SpamAssassin
 
 - Add check_hashbl_bodyre and hashbl_ignore to HashBL.pm
 
+- DNSEval: add check_rbl_headers to check specific headers in rbl
+
+- DNSEval: add check_rbl_ns_from to check against an rbl for dns serv
+
 - ASN: Support IPv6 with asn_lookup_ipv6 (Bug 7211). Support GeoDB for ASN
   lookups (asn_use_geodb, asn_prefer_geodb, asn_use_dns).