From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21176 Path: main.gmane.org!not-for-mail From: wmperry@aventail.com (William M. Perry) Newsgroups: gmane.emacs.gnus.general Subject: Re: Reading [image/gif] ... aargh Date: 12 Feb 1999 07:31:03 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <86r9rv4p1k.fsf@kramer.in.aventail.com> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159332 21684 80.91.224.250 (21 Oct 2002 00:15:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:15:32 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA06706 for ; Fri, 12 Feb 1999 10:33:23 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB25510; Fri, 12 Feb 1999 09:31:54 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Feb 1999 09:32:25 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA17507 for ; Fri, 12 Feb 1999 09:32:14 -0600 (CST) Original-Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA06690 for ; Fri, 12 Feb 1999 10:32:06 -0500 (EST) Original-Received: from leo.in.aventail.com (leo.in.aventail.com [192.168.1.136]) by newman.aventail.com (8.8.5/8.8.5) with ESMTP id HAA22422; Fri, 12 Feb 1999 07:31:14 -0800 (PST) Original-Received: from kramer.in.aventail.com ([192.168.100.12]) by leo.in.aventail.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id 1W33HWM1; Fri, 12 Feb 1999 07:30:16 -0800 Original-Received: (from wmperry@localhost) by kramer.in.aventail.com (8.8.5/8.8.5) id HAA30174; Fri, 12 Feb 1999 07:31:03 -0800 Original-To: Robert Bihlmeyer X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 writes: > I just got a spam mail, broken text/html, naturally. Ok, can live with > that. > > But it included an img element, w3 invoked my net-connection, and started > downloading that damned thing. I don't like this, I don't like this at > all. > > Just to let you know. If someone has an easy way to prevent this, I'd be > thankful, too. If there is an appropriate hook, you could just set url-standalone-mode to 't' before invoking w3, and back to 'nil' when the drawing was over. -Bill P.