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/11/15 14:45:12 UTC

svn commit: r1869855 - in /spamassassin: branches/3.4/UPGRADE trunk/UPGRADE trunk/rules/v343.pre

Author: gbechis
Date: Fri Nov 15 14:45:11 2019
New Revision: 1869855

URL: http://svn.apache.org/viewvc?rev=1869855&view=rev
Log:
explain better that Archive::Zip and IO::String Perl
modules are needed for OLEVBMacro plugin

Modified:
    spamassassin/branches/3.4/UPGRADE
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/rules/v343.pre

Modified: spamassassin/branches/3.4/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/UPGRADE?rev=1869855&r1=1869854&r2=1869855&view=diff
==============================================================================
--- spamassassin/branches/3.4/UPGRADE (original)
+++ spamassassin/branches/3.4/UPGRADE Fri Nov 15 14:45:11 2019
@@ -8,7 +8,8 @@ Note for Users Upgrading to SpamAssassin
   (Bug 7736).  To check if a name contains valid TLD, it's still needed to
   additionally use RegistryBoundaries::is_domain_valid()
 
-- New OLEMacro plugin to detect OLE Macro inside documents attached to emails
+- New OLEMacro plugin to detect OLE Macro inside documents attached to emails,
+  this plugin requires Archive::Zip and IO::String Perl modules to work.
 
 - Due to the dangerous nature of sa-update --allowplugins option, it
   now prints a warning that --reallyallowplugins is required to use it.

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1869855&r1=1869854&r2=1869855&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Fri Nov 15 14:45:11 2019
@@ -114,7 +114,8 @@ Note for Users Upgrading to SpamAssassin
 
 - New AuthRes module to process Authentication-Results headers (unfinished)
 
-- New OLEMacro plugin to detect OLE Macro inside documents attached to emails
+- New OLEMacro plugin to detect OLE Macro inside documents attached to emails,
+  this plugin requires Archive::Zip and IO::String Perl modules to work.
 
 - HashBL: Add check_hashbl_bodyre, check_hashbl_emails, check_hashbl_uris,
   hashbl_ignore

Modified: spamassassin/trunk/rules/v343.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v343.pre?rev=1869855&r1=1869854&r2=1869855&view=diff
==============================================================================
--- spamassassin/trunk/rules/v343.pre (original)
+++ spamassassin/trunk/rules/v343.pre Fri Nov 15 14:45:11 2019
@@ -20,4 +20,6 @@
 #
 # It tries to discern between safe and malicious code but due to the threat
 # macros present to security, many places block these type of documents outright.
+#
+# For this plugin to work, Archive::Zip and IO::String modules are required.
 # loadplugin Mail::SpamAssassin::Plugin::OLEVBMacro