From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14562 Path: main.gmane.org!not-for-mail From: Paul Franklin Newsgroups: gmane.emacs.gnus.general Subject: Re: Header dependant headers? Date: 13 Mar 1998 15:21:47 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153734 16901 80.91.224.250 (20 Oct 2002 22:42:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:42:14 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id PAA05378 for ; Fri, 13 Mar 1998 15:28:27 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA25912 for ; Fri, 13 Mar 1998 17:23:12 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id RAN10321; Fri, 13 Mar 1998 17:58:19 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 13 Mar 1998 17:22:12 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id RAA17246 for ; Fri, 13 Mar 1998 17:22:05 -0600 (CST) Original-Received: (qmail 6956 invoked by uid 504); 13 Mar 1998 23:21:51 -0000 Original-Received: (qmail 6953 invoked from network); 13 Mar 1998 23:21:50 -0000 Original-Received: from torigai.cs.washington.edu (128.95.4.51) by claymore.vcinet.com with SMTP; 13 Mar 1998 23:21:50 -0000 Original-Received: (paul@localhost) by torigai.cs.washington.edu (8.8.5+CS/7.2ws+) id PAA28139; Fri, 13 Mar 1998 15:21:48 -0800 Original-To: ding@gnus.org In-Reply-To: Edvard Majakari's message of "13 Mar 1998 14:44:26 +0200" Original-Lines: 33 X-Mailer: Quassia Gnus v0.29/XEmacs 20.3 - "Vatican City" Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14562 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14562 I'm sure there's some hook you can use for this, but gnus already includes a nice mechanism for handling followups & postings to mailing lists. All you have to do is to split each list into a separate group; then just add this group parameter: (to-address . "ding@gnus.org") It also works for groups you read via NNTP but are gatewayed from an email list and you want to followup to the email list (SMTP) instead of the newsgroup (NNTP). --Paul >>>>> Edvard Majakari writes: > Feature suggestion. The Ultimate Tool(TM) in Gnus? If a mail message > contains some header (rexexp), it inserts/changes some headers in > reply. Main reason for this is that when some people send me mail via > cc: header, they fail to include reply-to header pointing to the > list.. what I was thinking was something like > (gnus-magic-header-include > ("rexexp_matching_some_header" "foo") > ) > Which would include header foo to reply or change header to foo if it > already existed. Like, suppose you'd want to include header Reply-to: > foo@baf.org to any mails pointed to ding.* mailing lists when > replying. You'd say something like > (gnus-magic-header-include > ("To: ding@.*" "Reply-To: foo@baf.org") > )