[dpdk-stable] [PATCH stable-scripts 2/2] 3-request-backport: use BCC for stable at dpdk.org to bypass filters

Luca Boccassi bluca at debian.org
Sun Feb 24 13:24:44 CET 2019


It has been reported that the backport request mail gets caught by filters
and thus many developers do not see it.
Use BCC instead of CC for the list, and use it in Reply-To, to bypass the
filters.

Signed-off-by: Luca Boccassi <bluca at debian.org>
---
 3-request-backport | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/3-request-backport b/3-request-backport
index 8bdf2a4..62f6bf3 100755
--- a/3-request-backport
+++ b/3-request-backport
@@ -43,7 +43,8 @@ get_cc_list()
 	rm $cc_list
 }
 
-echo "To: dpdk stable <stable at dpdk.org>"
+echo "Bcc: dpdk stable <stable at dpdk.org>"
+echo "Reply-To: dpdk stable <stable at dpdk.org>"
 get_cc_list
 echo "Subject: please help backporting some patches to $(stable_or_lts) release $stable_release"
 
-- 
2.20.1



More information about the stable mailing list