You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/08/19 15:15:40 UTC

[whimsy] 02/02: munch return-path too

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

commit db0b733d3062bdf2485e79227ce5be29dd6b08e4
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 19 11:15:24 2017 -0400

    munch return-path too
---
 tools/travis-relay.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/travis-relay.rb b/tools/travis-relay.rb
index 4e380e9..9652b9e 100644
--- a/tools/travis-relay.rb
+++ b/tools/travis-relay.rb
@@ -3,11 +3,11 @@
 #
 # 'To' header will be replaced
 # 'From' header will effectively be replaced
-# Transport headers names will be prepended with 'X-'
+# Transport and return path headers names will be prepended with 'X-'
 # Original content headers will be dropped (and recreated).
 #
 
-munge = %w(received delivered-to)
+munge = %w(received delivered-to return-path)
 skip = %w(content-type content-transfer-encoding)
 
 $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.