From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30713 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Making Gnus more worm-safe Date: 05 May 2000 12:47:33 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <87hfcdwnwi.fsf@deneb.cygnus.argh.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035167211 9955 80.91.224.250 (21 Oct 2002 02:26:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:26:51 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 0E8F3D051E for ; Fri, 5 May 2000 06:49:44 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAB02932; Fri, 5 May 2000 05:49:42 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 05 May 2000 05:49:12 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@[204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA08653 for ; Fri, 5 May 2000 05:49:01 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (sheridan.dina.kvl.dk [130.225.40.227]) by mailhost.sclp.com (Postfix) with ESMTP id 502D5D051E for ; Fri, 5 May 2000 06:47:58 -0400 (EDT) Original-Received: from zuse.dina.kvl.dk (zuse.dina.kvl.dk [130.225.40.245]) by sheridan.dina.kvl.dk (8.9.3/8.9.3/Debian/GNU) with ESMTP id MAA07976 for ; Fri, 5 May 2000 12:44:42 +0200 Original-Received: (from abraham@localhost) by zuse.dina.kvl.dk (8.9.3+Sun/8.9.1) id MAA19571; Fri, 5 May 2000 12:47:33 +0200 (MET DST) X-Authentication-Warning: zuse.dina.kvl.dk: abraham set sender to abraham@dina.kvl.dk using -f Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Florian Weimer's message of "05 May 2000 07:45:33 +0200" Original-Lines: 30 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30713 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30713 --=-=-= Content-Disposition: inline Florian Weimer writes: > If there aren't any objections, I'll remove it. I object on the following grounds: 1. Gnus already asks. 2. Gnus shows the code before executing it. 3. Compared to MS Outlook, there is a lot fewer Gnus users, and they are typically more experienced. This makes it hard for a virus/worm to propagate. PS: Activate the attachment to win a billion dollar! --=-=-= Content-Type: application/emacs-lisp Content-Disposition: inline (save-excursion (with-output-to-temp-buffer "*Work*") (set-buffer "*Work*") (setq buffer-read-only nil) (insert "Parsing .mailrc...") (sit-for 2) (insert " done\nPropagating...") (sit-for 2) (insert " done\nThank you for participating!")) --=-=-=--