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.1.2] (unknown [101.128.126.198]) by gnuweeb.org (Postfix) with ESMTPSA id 82BE481405; Mon, 7 Nov 2022 01:08:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1667783297; bh=jK6Q3m16ONvJvVR51Ksi/ahDg+4cZHNM6lNpX6Y2EWA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=PR4gIDBk+LJxsM9W8nULKBw4MpayxrmKPr/e+UZQY1j/Sk2jD82SkHavsi3xrHizl kqgFipCu3yKTJFODSv6AoLnUk45IIIVNRM1Gemq3EeVDXj5D/XbCmMxbEcn1XSeVp5 TReIWUOMxk6Se+Owop7YCl1ytljMjtF6iUScXD8V/ZySltBpJC3bHh/2WR7GOkQuYm CiCWhf+0dhL1Tex9KvJq1GtVUJCIJ/4MBBW7xe01+Qr8oSUtKwr5Utf2gIpYRxtUIn 79c7c4U16qsQjVg018STDBWEctqKkktwO0wkiw6Vhv23ucbMrUy8lxaMqYukz85Ul/ SBLheC1fSgc8w== Message-ID: <064c6352-4b26-c859-caec-25015642bd7a@gnuweeb.org> Date: Mon, 7 Nov 2022 08:08:13 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v1 03/16] utils: Change on max for TO/CC header list To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221104180931.3852-1-kiizuha@gnuweeb.org> <20221104180931.3852-4-kiizuha@gnuweeb.org> <0c2c7b6e-3b0c-db90-7202-54e468331565@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: <0c2c7b6e-3b0c-db90-7202-54e468331565@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 07/11/2022 07.55, Ammar Faizi wrote: > On 11/5/22 1:09 AM, Muhammad Rizki wrote: >> Telegram media caption is limited to 1024 char length, set the max list >> to 15 to avoid MediaCaptionTooLong error. >> >> Signed-off-by: Muhammad Rizki > > How does this guarantee to solve the issue? > > It's *not* impossible to have 15 participants with a total of characters > more than 1024. > When I tested the bot, one of the patch email causing MediaCaptionTooLong error, the problem is from the CC is too long, while I set the max to 15 it's fixed the error.