From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 2D0E0292D for ; Sun, 24 Feb 2019 13:25:00 +0100 (CET) Received: by mail-wr1-f65.google.com with SMTP id o17so6968098wrw.3 for ; Sun, 24 Feb 2019 04:25:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=RlQsm4I+vtycxAWfluVxxeonZsR4DFPngCxw3ZDm6k4=; b=q21cDb+XI0xrgxSGaWgs7RypUQl6XuupWl7B526F6q0IBtn4ywdM9UolAakRh/8lDj srWNN/bZaiR3Y20g9Gjy2aOrWQLJGFPQsvFjxETRpU1X7RZiriudhTuJGa+fk7iBpuvM IqV6tUT3msooQmoXrxKjOU35hHclLUB+3GOhdE/ZvIGMtVsDAw9nMWDfXh/SwtqmATHz 7IMAP5qniqKvo4e0J1Eibe9f3lfx+mCk3HVXNrLpUKuM0spmQ0XJBD7XkuDxlbu/t6o2 XMXa2lK36yvg6Ok7/sJfJGOUwA0Vmk56T/wZe8sBneU5k09eMwMX/+WYHIQusB5PJZlb 8HtQ== X-Gm-Message-State: AHQUAubXm7pW30nZwqUH1OMYe0ZdLAZVK3DGmjrSkDLOjCFqH4r9RjkZ ZFVBLxCwCbvY45WC/8VVRkqY+xO4sq4= X-Google-Smtp-Source: AHgI3IZXPSRbKLGeyBPyqgXakOZTgORhQztxbE+a0XuiT9rZY4XghunadsiTKccMvE3ZaGMBDXGwxA== X-Received: by 2002:adf:f58b:: with SMTP id f11mr8574154wro.266.1551011099459; Sun, 24 Feb 2019 04:24:59 -0800 (PST) Received: from localhost ([2a01:4b00:f419:6f00:f108:e379:7b7e:d5bc]) by smtp.gmail.com with ESMTPSA id z12sm671239wmf.31.2019.02.24.04.24.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 24 Feb 2019 04:24:58 -0800 (PST) From: Luca Boccassi To: stable@dpdk.org Cc: thomas@monjalon.net, ktraynor@redhat.com, yskoh@mellanox.com, christian.ehrhardt@canonical.com Date: Sun, 24 Feb 2019 12:24:44 +0000 Message-Id: <20190224122444.24085-2-bluca@debian.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190224122444.24085-1-bluca@debian.org> References: <20190224122444.24085-1-bluca@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH stable-scripts 2/2] 3-request-backport: use BCC for stable@dpdk.org to bypass filters X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2019 12:25:00 -0000 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 --- 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 " +echo "Bcc: dpdk stable " +echo "Reply-To: dpdk stable " get_cc_list echo "Subject: please help backporting some patches to $(stable_or_lts) release $stable_release" -- 2.20.1