From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34351 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: Re: Agh! X-Draft-From: header! (was: Small user interface patch to gpg.el) Date: 19 Jan 2001 10:07:10 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035170293 29971 80.91.224.250 (21 Oct 2002 03:18:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:18:13 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id C6B89D049E for ; Fri, 19 Jan 2001 13:08:21 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id MAC27930; Fri, 19 Jan 2001 12:07:35 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Jan 2001 12:06:57 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA22704 for ; Fri, 19 Jan 2001 12:06:45 -0600 (CST) Original-Received: from netmail2.alcatel.com (netmail2.alcatel.com [128.251.168.51]) by mailhost.sclp.com (Postfix) with ESMTP id F2C1FD049E for ; Fri, 19 Jan 2001 13:07:13 -0500 (EST) Original-Received: from relay2.usa.alcatel.com (relay2.usa.alcatel.com [143.209.238.7]) by netmail2.alcatel.com (8.9.1/8.9.1) with ESMTP id MAA12960 for ; Fri, 19 Jan 2001 12:07:28 -0600 (CST) Original-Received: from lwmail01.pet.usa.alcatel.com (localhost [127.0.0.1]) by relay2.usa.alcatel.com (8.9.3/8.9.3) with ESMTP id MAA00615 for ; Fri, 19 Jan 2001 12:07:09 -0600 (CST) Original-Received: from optilink.pet.usa.alcatel.com ([10.11.2.49]) by lwmail01.pet.usa.alcatel.com (Netscape Messaging Server 4.15 lwmail01 Aug 8 2000 13:22:32) with ESMTP id G7F91400.D1I for ; Fri, 19 Jan 2001 10:07:52 -0800 Original-Received: from sol-cmarquar.pet.usa.alcatel.com (sol-cmarquar [143.209.122.168]) by optilink.pet.usa.alcatel.com (8.8.8+Sun/8.8.8) with ESMTP id KAA09520 for ; Fri, 19 Jan 2001 10:07:11 -0800 (PST) Original-Received: (from cmarquar@localhost) by sol-cmarquar.pet.usa.alcatel.com (8.9.3+Sun/8.9.1) id KAA01360; Fri, 19 Jan 2001 10:07:10 -0800 (PST) X-Authentication-Warning: sol-cmarquar.pet.usa.alcatel.com: cmarquar set sender to colin.marquardt@usa.alcatel.com using -f Original-To: ding@gnus.org In-Reply-To: X-Disclaimer: Opinions expressed are not those of Alcatel USA. User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Canyonlands) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:34351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34351 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > On 19 Jan 2001, Karl Kleinpaste wrote: > > > Yes, but it's supposed to be left only in a Gcc'd copy, and never > > sent out on the wire. > > Hm. See message-ignored-mail-headers and > message-ignored-news-headers. Maybe Colin has frobbed these? Ah, indeed, in both their property lists I see: standard-value: ("^[GF]cc:\\|^Resent-Fcc:\\|^Xref:\\|X-Draft-From:") saved-value: ("^[GF]cc:\\|^Resent-Fcc:\\|^Xref:\\|^X-Complaints-To:") so I must have changed it somehow/somewhen, thanks. BTW, it looks to me that "X-Draft-From:" should also have the beginning-of-line in front of its regexp part. A small bug? Colin