From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.43.69] (unknown [182.2.69.153]) by gnuweeb.org (Postfix) with ESMTPSA id F00117E6B6; Sun, 6 Mar 2022 13:20:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1646572847; bh=KWUuh4aeFmyDJLduVsEqbwDlrhMWnVK7TXFT0D2JtAU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=suyGLQ9dvD17CFY7tEEPjmj6YwTOQHJKTtFoEWtKTxcpXJcAFa+USlLYuP4bV0Dt6 s6RpK7bwSPhp02kww18dXlbKwSwodMaY4sz+AbUc2mS6JpCCrZu6KHqmVS9HrGzP3R ZwoHTE+Z6McgT/UQ8kiuT31HNkcIEoOyR/6JjoWF12eGwUOCJEhmdXxb2VL4ezwX4j y4J+eAPKkEHvg6/MEdmTwQOKB44IHlgaigQZkywC9y/WwBJGxywcDp5TFLBQZaWd30 6ay895lxxldboOqJ2YN1COgJRnLufuoa5omjvRygol1xKhWQ/681J9L5kg5AClz8BA d4QFE8zqgzi5w== Message-ID: <093331a3-8308-0822-5460-75b2c8326d74@gnuweeb.org> Date: Sun, 6 Mar 2022 20:20:43 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: test debug Content-Language: en-US To: Alviro Iskandar Setiawan Cc: GNU/Weeb Mailing List , Faris Suryanto , Alviro Iskandar Setiawan References: <20220306130024.520329-1-alviro.iskandar@gnuweeb.org> <061ff990-fc8f-8ad5-1eda-4ea2c875b720@gnuweeb.org> <7433fc82-17d4-4beb-86b5-81142a13f974@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 3/6/22 8:17 PM, Alviro Iskandar Setiawan wrote: > something still goes wrong when the sender uses > "Content-Transfer-Encoding: quoted-printable" > the raw email shows =XX for unprintable chars > > XX is a hex representation of the unprintable char > This one a bit harder to do it manually, maybe we should start using external library for this? I don't feel strongly to write our own parser for this kind of encoding. -- Ammar Faizi