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 [10.7.7.5] (unknown [182.253.183.247]) by gnuweeb.org (Postfix) with ESMTPSA id 38FC080908; Fri, 21 Oct 2022 10:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666349877; bh=KCxQ4hNQbGE33jHfliXJA5y5ahfaRstFJ6c+vH1S3n4=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=G2SzCExytq7T370a04HhwEiaWqVbxgS325xbUd6coZvWG50egTd+BqgSklCY8XGjf 5WDjHpuE9GGDT/9WtYop10WSwbeuYSGCslE4FPw4Nb98mEqWPOHEUSBGbbklkaBpfw ZmuZWbWeOMUTv53w8zK9yne3xL4CdQmHCfY7OOdYi482cXRXQd4qzGLan1NtHHpOKt yd1yRVblAv6vqJsQP99o0i7395IPD4r2zrDLBHpfEyFsYnGnq0gXMhL045z+I59VIs qfSn+lUs2qP8Jgu6KV1LR4euOTttolSpBNEoPLenE0/zeeVnDyyXiuWWirkyj/2SvE VWxapuo9g9Lzw== Message-ID: <6abf6e21-4fb9-3412-3e10-721c397d327c@gnuweeb.org> Date: Fri, 21 Oct 2022 17:57:53 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v2 4/8] atom: Small change for fix_utf8_char() Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221020083845.907-1-kiizuha@gnuweeb.org> <20221020083845.907-5-kiizuha@gnuweeb.org> <553365db-106b-dc91-108c-38b3d9b0bbba@gnuweeb.org> <1af6bd52-d817-c22f-f757-9fa034e2a166@gnuweeb.org> <7bf0d319-cedc-3cc3-e440-c63bb5980dc4@gnuweeb.org> <3e68d38a-4076-21c6-3765-fcc116d67362@gnuweeb.org> <90e2fdd9-ca4d-fa01-1682-1ac90bf51db3@gnuweeb.org> From: Ammar Faizi In-Reply-To: <90e2fdd9-ca4d-fa01-1682-1ac90bf51db3@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 10/21/22 5:55 PM, Muhammad Rizki wrote: > Doesn't have an empty email payload like you complaining. I didn't complain about empty email payload. I complained about everything inside the angle brackets are gone. In this report, I didn't attach the email payload, but header, you can see that the "after" is missing email addresses. ------------- Before this patch: #ml From: Jens Axboe To: Ammar Faizi To: Dylan Yudaken Cc: Pavel Begunkov Cc: GNU/Weeb Mailing List Cc: io-uring Mailing List Cc: Facebook Kernel Team Cc: Dylan Yudaken ------------- After this patch: #ml From: Jens Axboe To: Ammar Faizi To: Dylan Yudaken Cc: Pavel Begunkov Cc: GNU/Weeb Mailing List Cc: io-uring Mailing List Cc: Facebook Kernel Team Cc: Dylan Yudaken -- Ammar Faizi