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 2022/03/07 11:55:14 UTC

svn commit: r1898675 - /spamassassin/trunk/t/debug.t

Author: hege
Date: Mon Mar  7 11:55:14 2022
New Revision: 1898675

URL: http://svn.apache.org/viewvc?rev=1898675&view=rev
Log:
Add missing https_http_mismatch

Modified:
    spamassassin/trunk/t/debug.t

Modified: spamassassin/trunk/t/debug.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/debug.t?rev=1898675&r1=1898674&r2=1898675&view=diff
==============================================================================
--- spamassassin/trunk/t/debug.t (original)
+++ spamassassin/trunk/t/debug.t Mon Mar  7 11:55:14 2022
@@ -17,7 +17,7 @@ my %facility = map( ($_, 1),
       message metadata mimeheader netset plugin prefork progress pyzor razor2
       received-header replacetags reporter rules rules-all spamd spf textcat
       timing TxRep uri uridnsbl util pdfinfo asn geodb RaciallyCharged
-      PHISHTAG resourcelimits ));
+      PHISHTAG resourcelimits https_http_mismatch ));
 
 my $fh = IO::File->new_tmpfile();
 open(OLDERR, ">&STDERR");