From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44312 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: [gnu.emacs.gnus] Forcing the sender address in Posting Styles Date: Fri, 19 Apr 2002 22:25:18 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1019269603 10888 127.0.0.1 (20 Apr 2002 02:26:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 20 Apr 2002 02:26:43 +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 16ykaJ-0002pV-00 for ; Sat, 20 Apr 2002 04:26:43 +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 16ykZG-0007bA-00; Fri, 19 Apr 2002 21:25:38 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Apr 2002 21:25:49 -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 VAA06740 for ; Fri, 19 Apr 2002 21:25:38 -0500 (CDT) Original-Received: (qmail 13014 invoked by alias); 20 Apr 2002 02:25:21 -0000 Original-Received: (qmail 13009 invoked from network); 20 Apr 2002 02:25:20 -0000 Original-Received: from fermat.mts.jhu.edu (?d83UEs2xRN+tMo8bqgOYsdp1dhWj5DhU?@128.220.17.18) by gnus.org with SMTP; 20 Apr 2002 02:25:20 -0000 Original-Received: (from nevin@localhost) by fermat.mts.jhu.edu (8.11.6/8.11.6) id g3K2PI006635; Fri, 19 Apr 2002 22:25:18 -0400 X-Authentication-Warning: fermat.mts.jhu.edu: nevin set sender to nevin@jhu.edu using -f Original-To: ding@gnus.org X-Face: #i!d%y+1tilG}1ua9z&9waMLqE>H+;pUwWFetZe]4uWiv;VE:GHLnT1\Gj]>l^(]R#}sD@E"(@?vMv,yb@`?32;i~D$6x6m*%!3gPyp-rb$}.%QpxZ!3Y+jESN5[s7SL_68Sc`Aek)A$M|h++b/2VjR.k+Tw4X+0a%:K-kcUeMZ(rs?}v\eG({5J&IPS In-Reply-To: (Harry Putnam's message of "Fri, 19 Apr 2002 16:12:12 -0700") Mail-Followup-To: ding@gnus.org Original-Lines: 32 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44312 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44312 Harry Putnam writes: > (defun message-make-fqdn () > "My hacked message-id." > "reader.newsguy.com") > I want to do this in the Group Params of a group devoted to > reader_dsl, where From: and a few other things are already setup in > Group Params. > > ((gcc-self . t) > (posting-style > (name "Harry Putnam") > (address ""))) > > > How can I stick the hack in there too? Not sure if this will work but you could try the (VARIABLE FORM) trick described in the manual -- something like (dummy (defun message-make-fqdn () "" "reader.newsguy.com")) This should evaluate the form each time you enter the group. I don't know how to reset it back short of having such a parameter in each group. If you use topics you could add the default to the parameters of the top-level topic. Just a guess... -- Nevin