From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45671 Path: main.gmane.org!not-for-mail From: Christopher Splinter Newsgroups: gmane.emacs.gnus.general Subject: Doc bug? Date: Sat, 13 Jul 2002 22:07:12 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <878z4fgznz.fsf@splinter.inka.de> Reply-To: chris-reply@splinter.inka.de NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026591765 30297 127.0.0.1 (13 Jul 2002 20:22:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Jul 2002 20:22:45 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17TTPh-0007sY-00 for ; Sat, 13 Jul 2002 22:22:45 +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 17TTQ2-0001Y8-00; Sat, 13 Jul 2002 15:23:06 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 13 Jul 2002 15:23:30 -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 PAA03470 for ; Sat, 13 Jul 2002 15:23:17 -0500 (CDT) Original-Received: (qmail 29894 invoked by alias); 13 Jul 2002 20:22:48 -0000 Original-Received: (qmail 29889 invoked from network); 13 Jul 2002 20:22:48 -0000 Original-Received: from quechua.inka.de (HELO mail.inka.de) (mail@212.227.14.2) by gnus.org with SMTP; 13 Jul 2002 20:22:48 -0000 Original-Received: from splinter.inka.de (uucp@) by mail.inka.de with local-bsmtp id 17TTPi-0000x7-00; Sat, 13 Jul 2002 22:22:46 +0200 Original-Received: (qmail 786 invoked by uid 1000); 13 Jul 2002 20:07:12 -0000 Original-To: ding@gnus.org Original-Lines: 18 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45671 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45671 Hi, I think I found a mistake in the doc for the posting styles; shouldn't it be ;; If I'm replying to Larsi, set the Organization header. ((header "from" "larsi.*org") (Organization "Somewhere, Inc.")) rather than ;; If I'm replying to Larsi, set the Organization header. ((header "to" "larsi.*org") (Organization "Somewhere, Inc.")) ? Using the 'to' header doesn't seem very sensible to me as the check for the header is done in original message and not in the reply.