From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21874 Path: main.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.gnus.general Subject: Re: local variables and Gnus security Date: 11 Mar 1999 21:29:45 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199903100947.EAA12733@sclp3.sclp.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035159898 25179 80.91.224.250 (21 Oct 2002 00:24:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:24:58 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA06065 for ; Thu, 11 Mar 1999 16:24:51 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB17372; Thu, 11 Mar 1999 15:19:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Mar 1999 15:20:00 -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 PAA05431 for ; Thu, 11 Mar 1999 15:19:28 -0600 (CST) Original-Received: from chico.franken.de (dns.franken.de [193.175.24.33]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA05847 for ; Thu, 11 Mar 1999 16:19:18 -0500 (EST) Original-Received: from gnu.UUCP by chico.franken.de (Smail3.2 #2) with UUCP for gnus.org!ding id m10LCpB-005D2fC; Thu, 11 Mar 1999 22:17:01 +0100 (MET) Original-Received: from luna.gnu.franken.de ([192.168.1.1]) by gnu.franken.de with smtp (ident root using rfc1413) id (Smail 3.1.29.1); Thu, 11 Mar 99 21:11 MET Original-Received: by luna.gnu.franken.de id (Smail-3.2 1996-Jul-4 #1); Thu, 11 Mar 1999 21:29:48 +0100 (MET) Original-To: ding@gnus.org In-Reply-To: Per Abrahamsen's message of "11 Mar 1999 18:44:26 +0100" Original-Lines: 22 User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21874 Per Abrahamsen writes: | It is not nice of Stallman to remove a security related option like | that. The default doesn't look insecure to me (files.el): (defcustom enable-local-eval 'maybe "*Control processing of the \"variable\" `eval' in a file's local variables. The value can be t, nil or something else. A value of t means obey `eval' variables; nil means ignore them; anything else means query. The command \\[normal-mode] always obeys local-variables lists and ignores this variable." :type '(choice (const :tag "Obey" t) (const :tag "Ignore" nil) (other :tag "Query" other)) :group 'find-file) -- Karl Eichwalder