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 2018/09/23 10:30:11 UTC

svn commit: r1841739 - /spamassassin/trunk/t/relaycountry_dbfile.t

Author: hege
Date: Sun Sep 23 10:30:10 2018
New Revision: 1841739

URL: http://svn.apache.org/viewvc?rev=1841739&view=rev
Log:
Forgot debug flag on

Modified:
    spamassassin/trunk/t/relaycountry_dbfile.t

Modified: spamassassin/trunk/t/relaycountry_dbfile.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/relaycountry_dbfile.t?rev=1841739&r1=1841738&r2=1841739&view=diff
==============================================================================
--- spamassassin/trunk/t/relaycountry_dbfile.t (original)
+++ spamassassin/trunk/t/relaycountry_dbfile.t Sun Sep 23 10:30:10 2018
@@ -39,5 +39,5 @@ tstprefs ("
         q{ X-Spam-Relay-Country: US },
             );
 
-ok sarun ("-D -L -t < data/spam/relayUS.eml", \&patterns_run_cb);
+ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);
 ok_all_patterns();