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 2023/02/27 18:12:28 UTC

svn commit: r1907897 - /spamassassin/trunk/t/extracttext.t

Author: hege
Date: Mon Feb 27 18:12:28 2023
New Revision: 1907897

URL: http://svn.apache.org/viewvc?rev=1907897&view=rev
Log:
Fix misleading test, can't extract raw html as decoded

Modified:
    spamassassin/trunk/t/extracttext.t

Modified: spamassassin/trunk/t/extracttext.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/extracttext.t?rev=1907897&r1=1907896&r2=1907897&view=diff
==============================================================================
--- spamassassin/trunk/t/extracttext.t (original)
+++ spamassassin/trunk/t/extracttext.t Mon Feb 27 18:12:28 2023
@@ -63,7 +63,7 @@ if (TESSERACT) {
 if (CAT) {
    tstprefs("
      extracttext_external  cat  ".CAT." {}
-     extracttext_use       cat  .txt .html .shtml .xhtml octet/stream
+     extracttext_use       cat  .txt
      extracttext_timeout 30 1
    ");
    %anti_patterns = ();