[From nobody Thu Jun 25 05:55:15 2020
Received: from mail4.protonmail.ch ([185.70.40.27])
 by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux))
 id 1hcxZa-00067w-QE
 for openwrt-devel@lists.openwrt.org; Mon, 17 Jun 2019 19:45:48 +0000
Date: Mon, 17 Jun 2019 19:45:34 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=proton;
 t=1560800742; bh=V3vuGOKj7FcVuj5r6zm3fZzZ53Xbg4058gmWGdpouXg=;
 h=Date:To:From:Reply-To:Subject:Feedback-ID:From;
 b=oBzfO7EsmOz2uHn3ZI26Tk6JNNcu/HbQytLc5Ujx9N3whZzQ95HE3wjF4eycFCNU1
 3STmEkC/PLUEQ1CYkwgKFK3+lQC+fYhf4Kz2UTz5EPcaU+khknnhUkToOO4QCCMI2a
 s4j8Oj5FKtTb2X7Nv/SWcz0XVegnYAqnOIrKNvocrgWlI2MIp6CL0ZjIQWa00Lsv+E
 3G5EE7G46QxpZgvBlLsuHrzD6qpBaKJXdG+/+sG7e2Slgad6k1o/sNRSToq1cOpFCM
 kKXvoLnIM1Nn199wUx+oob5GOVCjwZijPhgaVnnoiMBpqxfto9gFqsWm8V2uPJYrAm
 Pc/rvpFzgIwgw==
To: &quot;openwrt-devel@lists.openwrt.org&quot; &lt;openwrt-devel@lists.openwrt.org&gt;
From: Kristupas Savickas &lt;kristupas.savickas@pm.me&gt;
Reply-To: Kristupas Savickas &lt;kristupas.savickas@pm.me&gt;
Subject: [PATCH] libubox: add macros for remaining logging severities
Message-ID: &lt;rb09oxTmTs-fZNqagXF-g_dmrLVKW9EruPFd7Jb_HrndGapZMD7AgoUBBxKlWAghXQSx0l0yG5MG7VQJbHndcpf2z4ap6IibUr_mU_kmljo=@pm.me&gt;
Feedback-ID: OO6Qekt5SozZRcQsppu_sIiJNye2UAmckYzS0yD3RixZpqot4b-pS2NyWLUlL11YXq5tWWT3VHHqU36k-t5Row==:Ext:ProtonMail
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED,
 DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=ham
 autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20190617_124547_168403_489552C4 
X-CRM114-Status: UNSURE (   4.22  )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -0.9 (/)
X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary:
 Content analysis details:   (-0.9 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.7 RCVD_IN_DNSWL_LOW      RBL: Sender listed at https://www.dnswl.org/,
 low trust [185.70.40.27 listed in list.dnswl.org]
 -0.0 SPF_PASS               SPF: sender matches SPF record
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily
 valid
 -0.1 DKIM_VALID_EF          Message has a valid DKIM or DK signature from
 envelope-from domain
 -0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from
 author's domain
 -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature

]