From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42926 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: Auto gen of MFT header for "unsubscribed" lists. (patch) Date: Tue, 05 Feb 2002 10:29:59 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87ofj33kh4.fsf@squeaker.lickey.com> References: <87ofj4cm0w.fsf@cs.utah.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178101 14791 80.91.224.250 (21 Oct 2002 05:28:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:28:21 +0000 (UTC) Return-Path: Original-Received: (qmail 16747 invoked from network); 5 Feb 2002 17:32:20 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Feb 2002 17:32:20 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16Y9Rp-0004G2-00; Tue, 05 Feb 2002 11:32:01 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 05 Feb 2002 11:31:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA25944 for ; Tue, 5 Feb 2002 11:30:12 -0600 (CST) Original-Received: (qmail 16730 invoked by alias); 5 Feb 2002 17:30:08 -0000 Original-Received: (qmail 16725 invoked from network); 5 Feb 2002 17:30:08 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 5 Feb 2002 17:30:08 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 4B82BEE3F for ; Tue, 5 Feb 2002 10:30:07 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id 1A6B2C094 for ; Tue, 5 Feb 2002 10:30:04 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id DF9BEBF58; Tue, 5 Feb 2002 10:29:59 -0700 (MST) Mail-Copies-To: never Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: <87ofj4cm0w.fsf@cs.utah.edu> (Karra's message of "Tue, 05 Feb 2002 15:02:06 +0530") Original-Lines: 20 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) X-Virus-Scanned: by AMaViS snapshot-20010714 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42926 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42926 Karra writes: > C-c C-f C-m inserts an empty MFT header. The following patch > introduces a new function and key binding C-c C-f C-a that will insert > a MFT header containing the address in the To field and the user's > mail address. > > This should be helpful when sending mails to lists one is not > subscribed to. I'm not opposed to this patch (more features good ugh grunt ugh!) but when there is no MFT header, the default reply-to behavior is supposed to be used, which includes the sender and any recipients. In other words, message-gen-unsubscribed-mft inserts what is the default anyway. Have you found cases where this is necessary? -- matt