From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 18515 invoked from network); 7 Feb 2022 23:56:00 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 7 Feb 2022 23:56:00 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nHDrT-00B0ew-73 for ml@inbox.vuxu.org; Mon, 07 Feb 2022 17:55:59 -0600 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94.2) (envelope-from ) id 1nHDrS-0041zu-PI for ml@inbox.vuxu.org; Mon, 07 Feb 2022 17:55:58 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.94.2) (envelope-from ) id 1nHDrR-0041zn-CD for ding@lists.math.uh.edu; Mon, 07 Feb 2022 17:55:57 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nHDrN-00B0eh-AE for ding@lists.math.uh.edu; Mon, 07 Feb 2022 17:55:57 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References :Message-ID:Date:Subject:From:To:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+DyZvx0arkoRlMMGoP3HQ92FaGilqZPTXSKOHx/dOHM=; b=NCrBJTTSQt8voffAuQXyjdUtyq iHvrEkAWNRo9bYk8jk4NDYqn4AbSbE3Igt4gKOMJnyzXW/cfKuwSyUvWhAGcaY0wvqVw3Er1QkAmn +UponJGR1oYiNuaxVA64TbP3JnbM+CLCvnPRgMowuJowWyhnhSg/ugh3eTRgPhhEuEWA=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nHDrF-0006Y1-Eg for ding@gnus.org; Tue, 08 Feb 2022 00:55:48 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1nHDrD-0008ZI-Ob for ding@gnus.org; Tue, 08 Feb 2022 00:55:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: rendering in text, how to stop web trackers Date: Tue, 08 Feb 2022 00:55:34 +0100 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87czjykz9l.fsf@tullinup.koldfront.dk> References: <0qmtj2mf9z.fsf@mirror.to> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cancel-Lock: sha1:IiLNlr1y18ascu7GFEt5QC3vDp8= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc Mail-Follow-Up-To: never X-Now-Playing: Checker Din Puls, Go! Bonus Go! (Love Shop) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97,Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR Precedence: bulk Andrew writes: > How do I tell w3m to not fetch anything and just render what came in the > message? I think that is supposed to be the default, looking at this variable: ,----[ C-h v mm-w3m-safe-url-regexp RET ] | mm-w3m-safe-url-regexp is a variable defined in ‘mm-decode.el’. | Its value is "\\`cid:" | | Documentation: | Regexp matching URLs which are considered to be safe. | Some HTML mails might contain a nasty trick used by spammers, using | the tag which is far more evil than the [Click Here!] button. | It is most likely intended to check whether the ominous spam mail has | reached your eyes or not, in which case the spammer knows for sure | that your email address is valid. It is done by embedding an | identifier string into a URL that you might automatically retrieve | when displaying the image. The default value is "\\‘cid:" which only | matches parts embedded to the Multipart/Related type MIME contents and | Gnus will never connect to the spammer’s site arbitrarily. You may | set this variable to nil if you consider all urls to be safe. `---- ? > Or should I use shr or something else to render? I think shr renders HTML better, but it probably various a lot with the emails. Oh, I have also set mm-automatic-display to (remove "text/html" mm-automatic-display) :-) Best regards. Adam -- "LUFTVAFFEL!" Adam Sjøgren asjo@koldfront.dk