From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46922 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Why does Gnus generates Lines: header in mail? Date: Wed, 02 Oct 2002 14:38:28 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.uh.edu Message-ID: References: <87n0pzj9db.fsf@mail.paradoxical.net> <87elba6ypo.fsf@mail.paradoxical.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033583953 4795 127.0.0.1 (2 Oct 2002 18:39:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2002 18:39:13 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17woOt-0001FD-00 for ; Wed, 02 Oct 2002 20:39:12 +0200 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 17woOW-0008HO-00; Wed, 02 Oct 2002 13:38:48 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 02 Oct 2002 13:39:29 -0500 (CDT) 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 NAA00625 for ; Wed, 2 Oct 2002 13:39:16 -0500 (CDT) Original-Received: (qmail 13929 invoked by alias); 2 Oct 2002 18:38:30 -0000 Original-Received: (qmail 13923 invoked from network); 2 Oct 2002 18:38:28 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (@129.22.96.25) by gnus.org with SMTP; 2 Oct 2002 18:38:28 -0000 Original-Received: (qmail 11530 invoked by uid 500); 2 Oct 2002 18:38:50 -0000 Original-To: ding@gnus.org In-Reply-To: (Clemens Fischer's message of "Tue, 01 Oct 2002 20:12:19 +0200") Mail-Copies-To: nobody Mail-Followup-To: ding@gnus.org Original-Lines: 35 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46922 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46922 Clemens Fischer wrote: > ok, i've experimented with the above, but never saw a correct MFT in > my outgoing messages. This message of yours had no MFT. Can you post the configuration you had at the time? I have this in my .emacs: (setq message-subscribed-regexps (gnus-find-subscribed-addresses)) But message-subscribed-regexps was nil just now. Do I have to start Gnus before g-f-s-a will work? > what worries me more is kai's statement about gnus generating the > MFT minus the entries in m-s-*, specifically > message-subscribed-address-file. did i get this really wrong? No, Kai did. > i have now compiled a file qmailmftfile used in the uppercase > environment variable of the same name for qmail, and this file is also > set as the value for m-s-a-file. there's one complete, fully > qualified email address per line of this file, which contains nothing > else and no holes. is this correct? Yes. > at first i thought i could simply use the regular expressions > describing the subscribed addresses i had used for mutt, so this > one, big regex was the value of m-s-regexps. That variable's value should be a list, even if there is only one regexp in the list. paul