You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by mm...@apache.org on 2011/05/18 16:02:19 UTC

svn commit: r1124270 - /spamassassin/trunk/t/trust_path.t

Author: mmartinec
Date: Wed May 18 14:02:19 2011
New Revision: 1124270

URL: http://svn.apache.org/viewvc?rev=1124270&view=rev
Log:
Bug 6591: 3.3.2rc1 fails t/trusted_path.t tests 69, 72, 75, 78

Modified:
    spamassassin/trunk/t/trust_path.t

Modified: spamassassin/trunk/t/trust_path.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/trust_path.t?rev=1124270&r1=1124269&r2=1124270&view=diff
==============================================================================
--- spamassassin/trunk/t/trust_path.t (original)
+++ spamassassin/trunk/t/trust_path.t Wed May 18 14:02:19 2011
@@ -613,7 +613,8 @@ while (1) {
             "add_header all Trusted _RELAYSTRUSTED_\n".
             "clear_trusted_networks\n".
             "clear_internal_networks\n".
-            "clear_msa_networks\n";
+            "clear_msa_networks\n".
+            "originating_ip_headers X-Originating-IP\n";
 
   if ($hdrs =~ s/^\s*(trusted_networks\s+[^\n]*)//gs) {
     $conf .= $1."\n";