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 2019/06/13 08:05:09 UTC

svn commit: r1861237 - in /spamassassin: branches/3.4/t/relaycountry_fast.t branches/3.4/t/relaycountry_geoip.t branches/3.4/t/relaycountry_geoip2.t trunk/t/relaycountry.t

Author: hege
Date: Thu Jun 13 08:05:08 2019
New Revision: 1861237

URL: http://svn.apache.org/viewvc?rev=1861237&view=rev
Log:
Fix harmless hash assignment warnings in relaycountry tests

Modified:
    spamassassin/branches/3.4/t/relaycountry_fast.t
    spamassassin/branches/3.4/t/relaycountry_geoip.t
    spamassassin/branches/3.4/t/relaycountry_geoip2.t
    spamassassin/trunk/t/relaycountry.t

Modified: spamassassin/branches/3.4/t/relaycountry_fast.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/relaycountry_fast.t?rev=1861237&r1=1861236&r2=1861237&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/relaycountry_fast.t (original)
+++ spamassassin/branches/3.4/t/relaycountry_fast.t Thu Jun 13 08:05:08 2019
@@ -35,7 +35,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);

Modified: spamassassin/branches/3.4/t/relaycountry_geoip.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/relaycountry_geoip.t?rev=1861237&r1=1861236&r2=1861237&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/relaycountry_geoip.t (original)
+++ spamassassin/branches/3.4/t/relaycountry_geoip.t Thu Jun 13 08:05:08 2019
@@ -38,7 +38,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);

Modified: spamassassin/branches/3.4/t/relaycountry_geoip2.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/relaycountry_geoip2.t?rev=1861237&r1=1861236&r2=1861237&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/relaycountry_geoip2.t (original)
+++ spamassassin/branches/3.4/t/relaycountry_geoip2.t Thu Jun 13 08:05:08 2019
@@ -47,7 +47,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);

Modified: spamassassin/trunk/t/relaycountry.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/relaycountry.t?rev=1861237&r1=1861236&r2=1861237&view=diff
==============================================================================
--- spamassassin/trunk/t/relaycountry.t (original)
+++ spamassassin/trunk/t/relaycountry.t Thu Jun 13 08:05:08 2019
@@ -43,7 +43,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);
@@ -70,7 +70,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);
@@ -97,7 +97,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);
@@ -123,7 +123,7 @@ tstprefs ("
 
 # Check for country of gmail.com mail server
 %patterns = (
-        q{ X-Spam-Relay-Country: US },
+        q{ X-Spam-Relay-Country: US }, '',
             );
 
 ok sarun ("-L -t < data/spam/relayUS.eml", \&patterns_run_cb);