From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27300 Path: main.gmane.org!not-for-mail From: Brian May Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus is cool Date: 29 Nov 1999 10:53:28 +1100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <9t9iu2pbjm2.fsf@mraz.iskon.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164349 23841 80.91.224.250 (21 Oct 2002 01:39:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:39:09 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA14348 for ; Sun, 28 Nov 1999 18:54:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id RAC11318; Sun, 28 Nov 1999 17:54:19 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 28 Nov 1999 17:54:12 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id RAA08521 for ; Sun, 28 Nov 1999 17:54:02 -0600 (CST) Original-Received: from silas-2.cc.monash.edu.au (bam@silas-2.cc.monash.edu.au [130.194.1.7]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id SAA14338 for ; Sun, 28 Nov 1999 18:53:35 -0500 (EST) Original-Received: (from bam@localhost) by silas-2.cc.monash.edu.au (8.9.1a/8.9.1) id KAA14340; Mon, 29 Nov 1999 10:53:28 +1100 (EST) Original-To: ding@gnus.org X-Home-Page: http://www.csse.monash.edu.au/~bmay/ In-Reply-To: Karl Kleinpaste's message of "Fri, 26 Nov 1999 09:04:25 -0500" Original-Lines: 60 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27300 >>>>> "Karl" == Karl Kleinpaste writes: Karl> Hrvoje Niksic writes: Karl> No reason to leave it all in some all-encompassing, generic Karl> archive. Karl> You could always stuff your contributions right back into Karl> the same group where they came from, with Karl> gnus-message-archive-group. Even better, if you use a MTA that supports receiving mail to user-extension@hostname.org.au, eg postfix (by default it uses +, not -). I have (setq nnmail-split-fancy [...] ("Delivered-To" "bam-\\(\\w+\\)@snoopy\\.apana\\.org\\.au" "mail.\1") [...] ) Now all incoming mail to bam-pgnus@snoopy.apana.org.au, would automatically end up in the mail.pgnus folder. This means I can easily manage a number of unrelated tasks. In order to send mail, I would use: (setq gnus-posting-styles '( [...] ("\\bpgnus\\b" (signature "Brian May ") (address "bam-pgnus@snoopy.apana.org.au") ("Gcc" "nnml+private:mail.pgnus") ("X-Home-Page" "http://snoopy.apana.org.au/~bam/") ) [...] ) What I wish I could do is something like: (setq gnus-posting-styles '( [...] ("mail.\\(\\w+\\)" (signature "Brian May ") (address "bam-\\1@snoopy.apana.org.au") ("Gcc" "nnml+private:mail.\\1") ("X-Home-Page" "http://snoopy.apana.org.au/~bam/") ) [...] ) ...but this doesn't work. \\1 isn't expanded. -- Brian May