From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21708 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: Headers by group Date: 02 Mar 1999 12:41:35 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159763 24345 80.91.224.250 (21 Oct 2002 00:22:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:22:43 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA05174 for ; Tue, 2 Mar 1999 12:42:59 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB22182; Tue, 2 Mar 1999 11:40:59 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Mar 1999 11:42:23 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id LAA03100 for ; Tue, 2 Mar 1999 11:42:14 -0600 (CST) Original-Received: from hqinbh2.ms.com (hqinbh2.ms.com [205.228.12.72]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA05133 for ; Tue, 2 Mar 1999 12:42:06 -0500 (EST) Original-Received: (from uucp@localhost) by hqinbh2.ms.com (8.8.6/fw v1.30) id MAA22620 for ; Tue, 2 Mar 1999 12:41:40 -0500 (EST) Original-Received: from unknown(144.14.9.190) by hqinbh2 via smap (4.1) id xma022543; Tue, 2 Mar 99 12:41:36 -0500 Original-Received: from sag3.morgan.com (sag3.morgan.com [144.14.8.198]) by safid1.morgan.com (8.8.5/hub+ldap v2.3) with ESMTP id MAA09225 for ; Tue, 2 Mar 1999 12:41:36 -0500 (EST) Original-Received: (craffert@localhost) by sag3.morgan.com (8.8.5/sendmail.cf.client v1.05) id RAA03513; Tue, 2 Mar 1999 17:41:35 GMT Original-To: GNUS Mailing List Mail-Copies-To: never X-Face: y,o:AU/bfCrS+zS/W"^puB!rT!G7?U1Mvp1Hd{6h^>X4@Xp5,|g+rG>4gv/iy^&x9`k#s!]X~{]Js>@A4c}4Z"Ct7=#1nPS:?mrWH8c#>$)>/Wc5yuX_OFO1(4cZM{LvsKWVQSl~/i>!n[-B*i-alq[/m\bsdy;W4p(_ic;$BE.oG@eJf@sr#x#}FT<=H8Ozu%g;JpVz:v_~vt[>ef/MeNeo3~D^R]]*bB7{HB|E1$wfMzw X-Y-Zippy: Of course, you UNDERSTAND about the PLAIDS in the SPIN CYCLE -- In-Reply-To: Shaun Lipscombe's message of "02 Mar 1999 17:35:31 +0000" Original-Lines: 23 User-Agent: Gnus/5.070077 (Pterodactyl Gnus v0.77) XEmacs/21.0(beta63) (Pyrenean63) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21708 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21708 Shaun Lipscombe writes: > Is it possible to have headers that exist for some groups but not for > others, for instance is I am posting to alt.made.up I would include a > different X-Face etc. The variable `gnus-posting-styles' controls this. For example: (setq gnus-posting-styles '((".*" ("Bcc" "craffert@ms.com")) ("list\\.bbdb" (address "colin@xemacs.org")) ("mail\\.xemacs\\.misc" (address "colin@xemacs.org")) ("list" ("Mail-Copies-To" "never") ("Bcc" nil)))) -- Colin