From nobody Sun Mar 19 22:19:50 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Pfsk73tVVz3ymgL for ; Sun, 19 Mar 2023 22:19:59 +0000 (UTC) (envelope-from mail@souji-thenria.net) Received: from alisa.souji-thenria.net (alisa.souji-thenria.net [188.68.37.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Pfsk70R48z43TF for ; Sun, 19 Mar 2023 22:19:58 +0000 (UTC) (envelope-from mail@souji-thenria.net) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=souji-thenria.net; s=20220813rsa; t=1679264391; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jhH9HitVmO2+i0qekQRMGJVnZsvBV2X1f3pDkSlizCM=; b=oZvmHx2gZSeGV21KG47woI22xrXvskLILmgpND4Q55ukOKXVXVI9jbrs9bbcFtFBe4Qblr h8dVjx/PtC1UmHb+mjQ50rvMT+ZbpW7Be0R9pZ6kkth4ePFM/y6Qc6sm/FfG5OUcvx0N43 BqRJ7xTWYg39+rXl5YsXmDNS6NdoCsHOJXx/58GLtXjrdZm/uVdTWsweyf/HplSC7EO0wx Cs+1J+5Eh372q7p5TdtCmPgZAmUygC1Qaq47WtgszFtOY4NsNzEeMnryxQMRAtuh2dtI+B vRSdBV8v67RKQoBuzyJhNSZDBlaGHKOIMHK+9YBg1QwevLWAEh8DmnEmx0QwEg== Received: from [192.168.178.41] (nat-178-19-229-24.net.encoline.de [178.19.229.24]) by alisa.souji-thenria.net (OpenSMTPD) with ESMTPSA id 1b04b15d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 19 Mar 2023 23:19:51 +0100 (CET) Message-ID: <4898a319-3c09-d27d-faa3-2e084b3f1c9b@souji-thenria.net> Date: Sun, 19 Mar 2023 23:19:50 +0100 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: html rich text colored Content-Language: en-US To: white-wolf , User Questions References: From: Souji Thenria In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Pfsk70R48z43TF X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:197540, ipnet:188.68.32.0/20, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 3/19/23 11:01 PM, white-wolf wrote: > hello, > why FreeBSD mailing list don't use html mode for mailing list ? > the log and message is difficule to read without colored log and > else... > > regards, > white-wolf > Hey, There are a couple of reasons, I think. 1. Because it just works ... everywhere. 2. There are some mail clients out there which don't support HTML mail. 3. It's more secure; e.g., hiding malicious links in an HTML mail is easier than in a TXT mail. -- Souji Thenria