From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1020 Path: news.gmane.org!not-for-mail From: Mario Lang Newsgroups: gmane.emacs.gnus.user Subject: Re: group-specific Reply-to addresses Date: Sat, 31 Aug 2002 11:05:25 GMT Organization: delYsid CyberMedia Message-ID: <87n0r3e198.fsf@lexx.delysid.org> References: <87znv5dl60.fsf@localhost.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667865 9393 80.91.229.2 (31 Jan 2006 00:37:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:37:45 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:30 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!news.teledanmark.no!zen.net.uk!diablo.theplanet.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.stueberl.de!newshunter!cosy.sbg.ac.at!newsrouter.chello.at!news.chello.at.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: #{U(u[E+u(XLt(Fzy^$\*@|~Op>;RH\Ff0gJmj>d/,E`SdhiT|GvS"x8J)&RXP@_r8o\;W+ "n|c..jN7_r:3AZZXUylgIc.w_TGBCWNS8.^Fo<]Mwl-[(xVfz(>#*]HT7Kjm.0<"2J]npj?_ig&%X 5Un,^Rie4K9b'j?l^Utlpa7>~0%GF0%[Dyt=f)oD:K4s81Hs9'GH0\kP+3hNtF-D Edward O'Connor writes: >> What kind of configuration would I have to setup to customize >> Reply-to headers for all the mailing lists I subscribe to? > > I usually move to the group I'm keeping the mailing list in in the > *Group* buffer, type G p to edit its group parameters, and change > them to something like so: > > ((to-address . "the-list-address") > (to-list . "the-list-address") > (subscribed . t)) > > And then I C-c C-c to save the new group parameters. Now, whenever > I followup or start composing a new article in that group, Gnus > does The Right Thing. > There is another very cute trick related to this group parameter usage. I have this in my .gnus.el: ;; Group mail splitting ; ; This allows me to use `G p' to set nnmail-split-fancy ; Just put (to-list . "list@address") in Group parameters, or ; (split-regexp . "re"). (gnus-group-split-setup t) ; And this automatically adds to-list when I sent the first mail to the list. (setq gnus-add-to-list t) So, my split-settings are automatically defined from the settings in the Group parameters. BTW; you can also use Topic parameters to do nice things like setting your from header (posting-styles) for a particular type of mailing list. -- CYa, Mario