From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 5526237A6 for ; Thu, 15 Dec 2016 00:05:31 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id g23so137128151wme.1 for ; Wed, 14 Dec 2016 15:05:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=xLY+vLxIXXpu+7ehN2scOM6agNQSnwajgnU9XzTmiXw=; b=qwX8MCLZMWToPGCEIZ7FBKxGdFULtnG2s6TleRHT4tsbdBZxaU1mn+Wvt5olnGSFeX nl7ErsUpBhuuQlUuWW0V0kSVmBNuDt8eX+hBuC4Xh3Z6NFPlmIxi9/XDqr1XefFd5p8Q KZudM9Hbwf7QG4X29/8GFc+b9qvk70KjI+SjR0DGbGDcHgTuh9OWBMB8ly4UpeefByCJ EaMwKXnF9fvN7VtuVOTbACe5qDXqn2P4t+6w3jP7s9WGc/PJbw6vk/oDiEkulHdVBVZi /z2ne283nianDT6grSGaQItjIiVfSBPfu7/GUu0hoIPMzMFb6v9peKf9VgpHWethR5N8 bwFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=xLY+vLxIXXpu+7ehN2scOM6agNQSnwajgnU9XzTmiXw=; b=kYeak3Vn+Gxyewsy39foW5u6E7K7kdIPxYhuj7epiATUWBTDYgjTRgDQalwvMoqUtN q+kM+zsUQL0F4ypxjGNC3EjSyOzVFcWj4vYfZyhwgx9khGQgRQHaCE11Xhfr7Hzg3cEM sOfSh3GGoyy6K5JKdUqvRFVe9duod/i0PGTBSZzGq08anifujgNEEhXGNcawvKBYd8MM mmLyu4bMKj0XwK/CbbB3YUEc03GLZvg2Xg8gvtGOxOUy0BNa0AhPuysn5PfQFU4AhGJt a2r6YmZwyAk22ORSKSkt2FCMHw8sUZxiU1tilvXMgT17+0yH0VGwuH3yagPuyp0kjBjS J0tA== X-Gm-Message-State: AKaTC02mCfgSV7XTMsQFWurQuxeiP/AYuFdYH2dmjQc+y2M2HjDCMFflDmlieFeYyQIzhdiB X-Received: by 10.28.58.14 with SMTP id h14mr9788101wma.7.1481756730844; Wed, 14 Dec 2016 15:05:30 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v2sm69378887wja.41.2016.12.14.15.05.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Dec 2016 15:05:30 -0800 (PST) From: Thomas Monjalon To: ci@dpdk.org Date: Thu, 15 Dec 2016 00:05:16 +0100 Message-Id: <1481756723-4868-3-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> References: <1480944373-10233-1-git-send-email-thomas.monjalon@6wind.com> <1481756723-4868-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-ci] [PATCH v5 2/9] tools: add mail parser X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 23:05:31 -0000 This script get some mail headers from an email file. The retrieved headers can be used for test and report in other scripts. Signed-off-by: Thomas Monjalon --- tools/parse-email.sh | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100755 tools/parse-email.sh diff --git a/tools/parse-email.sh b/tools/parse-email.sh new file mode 100755 index 0000000..d92c246 --- /dev/null +++ b/tools/parse-email.sh @@ -0,0 +1,72 @@ +#! /bin/sh -e + +# BSD LICENSE +# +# Copyright 2016 6WIND S.A. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# * Neither the name of 6WIND S.A. nor the names of its +# contributors may be used to endorse or promote products derived +# from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +print_usage () { + cat <<- END_OF_HELP + usage: $(basename $0) + + Parse basic headers of the email + and print them as shell variable assignments to evaluate. + END_OF_HELP +} + +while getopts h arg ; do + case $arg in + h ) print_usage ; exit 0 ;; + ? ) print_usage >&2 ; exit 1 ;; + esac +done +shift $(($OPTIND - 1)) +if [ -z "$1" ] ; then + printf 'file argument is missing\n\n' >&2 + print_usage >&2 + exit 1 +fi + +getheader () # +{ + sed "/^$1: */!d;s///;N;s,\n[[:space:]]\+, ,;s,\n.*,,;q" "$2" | + sed 's,",\\",g' +} + +subject=$(getheader Subject "$1") +from=$(getheader From "$1") +msgid=$(getheader Message-Id "$1") +[ -n "$msgid" ] || msgid=$(getheader Message-ID "$1") +listid=$(getheader List-Id "$1") + +cat <<- END_OF_HEADERS + subject="$subject" + from="$from" + msgid="$msgid" + listid="$listid" +END_OF_HEADERS -- 2.7.0