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

Yongseok Koh yskoh at mellanox.com
Mon Mar 4 20:13:18 CET 2019


> On Feb 24, 2019, at 4:24 AM, Luca Boccassi <bluca at debian.org> wrote:
> 
> 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>
> ---

Acked-by: Yongseok Koh <yskoh at mellanox.com>
 
Thanks

> 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