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 ---From: Rhnn Hur <hurr...@icmp.kr> Add support to create flashable factory image on ipTIME webpage for target model. Signed-off-by: Rhnn Hur <hurr...@icmp.kr> --- src/iptime-crc32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/iptime-crc32.c b/src/iptime-crc32.c index e50bdd3..7871e42 100644 --- a/src/iptime-crc32.c +++ b/src/iptime-crc32.c @@ -54,6 +54,7 @@ struct board_info { struct board_info boards[] = { { .model = "a6004mx", .payload_offset = 0x800 }, { .model = "ax2004m", .payload_offset = 0x38 }, + { .model = "ax3000m", .payload_offset = 0x38 }, { .model = "ax8004m", .payload_offset = 0x38 }, { /* sentinel */ } }; -- 2.46.1
--- End Message ---
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel