From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38998 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: set different fqdn in posting-styles Date: Thu, 27 Sep 2001 17:36:14 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174776 25536 80.91.224.250 (21 Oct 2002 04:32:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:32:56 +0000 (UTC) Return-Path: Original-Received: (qmail 4427 invoked from network); 28 Sep 2001 00:42:20 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 28 Sep 2001 00:42: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 15mldz-0006C0-00; Thu, 27 Sep 2001 19:36:43 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Sep 2001 19:36:19 -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 TAA05708 for ; Thu, 27 Sep 2001 19:36:08 -0500 (CDT) Original-Received: (qmail 4351 invoked by alias); 28 Sep 2001 00:36:28 -0000 Original-Received: (qmail 4346 invoked from network); 28 Sep 2001 00:36:28 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 28 Sep 2001 00:36:28 -0000 Original-Received: (qmail 17949 invoked from network); 28 Sep 2001 00:36:22 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 28 Sep 2001 00:36:22 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.2/8.11.0) id f8S0aFg25192; Thu, 27 Sep 2001 17:36:15 -0700 Original-To: ding@gnus.org Original-Lines: 14 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.105 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:38998 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38998 At risk of being shot by mail officianados for doing this the wrong way. I want to reset fqdn in posting styles so that posts from one of my email addresses get the right stuff. Currently I use this in .gnus: (defun message-make-fqdn () "My hacked message-id." "reader.newsguy.com") To get it right for most posts. Now I want to overide that from `G p' posting-styles code in a specific group. Can that be done?