From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46935 Path: main.gmane.org!not-for-mail From: Clemens Fischer Newsgroups: gmane.emacs.gnus.general Subject: mail-followup-to, was Re: Why does Gnus generates Lines: header in mail? Date: Thu, 03 Oct 2002 02:06:35 +0200 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 1033608088 12823 127.0.0.1 (3 Oct 2002 01:21:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 3 Oct 2002 01:21:28 +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 17wugA-0003Kf-00 for ; Thu, 03 Oct 2002 03:21:26 +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 17wugB-0002aI-00; Wed, 02 Oct 2002 20:21:27 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 02 Oct 2002 20:22:08 -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 UAA01429 for ; Wed, 2 Oct 2002 20:21:53 -0500 (CDT) Original-Received: (qmail 6682 invoked by alias); 3 Oct 2002 01:21:07 -0000 Original-Received: (qmail 6677 invoked from network); 3 Oct 2002 01:21:07 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 3 Oct 2002 01:21:07 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17wufU-0003IK-00 for ; Thu, 03 Oct 2002 03:20:44 +0200 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17wufU-0003IB-00 for ; Thu, 03 Oct 2002 03:20:44 +0200 Original-Path: ID-23066.news.dfncis.de!not-for-mail Original-Lines: 38 Original-NNTP-Posting-Host: p3e9baa94.dip.t-dialin.net Original-X-Trace: main.gmane.org 1033608044 12657 62.155.170.148 (3 Oct 2002 01:20:44 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Thu, 3 Oct 2002 01:20:44 +0000 (UTC) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386--freebsd) Cancel-Lock: sha1:H4yErsNF2BsOfuThJ2ZwOd4eFw8= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46935 prj@po.cwru.edu (Paul Jarc) writes: > This message of yours had no MFT. Can you post the configuration you > had at the time? (setq ;message-subscribed-address-file "/var/spott/mailinglists" message-subscribed-address-file "/var/qmail/control/qmailmftfile" ;; !!!! throws stringp error on posting? M-x toggle-debug-on-error ;message-subscribed-regexps '( ; "beta-test" ; "bitchx" ; "bsd-questions" ; "fetchmail-friends" ; "freebsd-gnats-submit" ; "freebsd-jobs" ; "webreference-update-text" ;) message-subscribed-addresses '( "cryptlib@mbsks.franken.de" "info@dgob.de" "w3m-dev-en@mi.med.tohoku.ac.jp" ) ;message-subscribed-address-functions nil ; '(gnus-find-subscribed-addresses) message-use-mail-followup-to 'use ; 'ask message-make-forward-subject-function '(message-forward-subject-fwd) ; -or- message-forward-subject-author-subject message-wash-forwarded-subjects t message-forward-before-signature nil ;message-wide-reply-confirm-recipients t ) the number of entries in the lists is much higher, and i had overlooked message-subscribed-regexps beeing a list of regexex, but this variable was commented out anyway. note that ding@gnus.org wasn't in qmailfmtfile until today, so i must check this some other way. btw, i'm not sure how to check if valid MFTs are generated! clemens