You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/07/25 10:12:38 UTC

[cassandra-builds] branch master updated: Add a jenkins email presend script. To begin with just removes threading headers.

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

mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/master by this push:
     new 1104a1a  Add a jenkins email presend script. To begin with just removes threading headers.
1104a1a is described below

commit 1104a1a7355482b2c06e05b97b40464ef77eb027
Author: mck <mc...@apache.org>
AuthorDate: Tue Jul 7 11:13:04 2020 +0200

    Add a jenkins email presend script. To begin with just removes threading headers.
---
 jenkins-dsl/cassandra_email_presend.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jenkins-dsl/cassandra_email_presend.groovy b/jenkins-dsl/cassandra_email_presend.groovy
new file mode 100644
index 0000000..ab6a51d
--- /dev/null
+++ b/jenkins-dsl/cassandra_email_presend.groovy
@@ -0,0 +1,2 @@
+msg.removeHeader("In-Reply-To")
+msg.removeHeader("References")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org