The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped automatically by the mailing list software.
--- Begin Message ---Signed-off-by: Jan Kardell <jan.kard...@telliq.com> --- package/utils/util-linux/Makefile | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/package/utils/util-linux/Makefile b/package/utils/util-linux/Makefile index 83f3a8c842..e8abffecb8 100644 --- a/package/utils/util-linux/Makefile +++ b/package/utils/util-linux/Makefile @@ -16,14 +16,20 @@ PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.40 PKG_HASH:=d78b37a66f5922d70edf3bdfb01a6b33d34ed3c3cafd6628203b2a2b67c8e8b3 PKG_CPE_ID:=cpe:/a:kernel:util-linux -PKG_LICENSE:=GPL-2.0-only -PKG_LICENSE_FILES:= COPYING \ - libblkid/COPYING \ - libmount/COPYING \ - Documentation/licenses/COPYING.GPLv2 \ - Documentation/licenses/COPYING.LGPLv2.1 \ - libuuid/COPYING \ - Documentation/licenses/COPYING.BSD-3 +PKG_LICENSE:= GPL-2.0-or-later \ + LGPL-2.1-or-later \ + GPL-3.0-or-later \ + MIT \ + BSD-3-Clause +PKG_LICENSE_FILES:= COPYING \ + libblkid/COPYING \ + libmount/COPYING \ + Documentation/licenses/COPYING.GPL-2.0-or-later \ + Documentation/licenses/COPYING.LGPL-2.1-or-later \ + Documentation/licenses/COPYING.GPL-3.0-or-later \ + libuuid/COPYING \ + Documentation/licenses/COPYING.MIT \ + Documentation/licenses/COPYING.BSD-3-Clause PKG_INSTALL:=1 -- 2.43.0
--- End Message ---
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel