From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40683 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Post to nntp from nnml Date: Mon, 03 Dec 2001 18:56:15 -0800 Organization: Still searching... 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 1035176196 2256 80.91.224.250 (21 Oct 2002 04:56:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:56:36 +0000 (UTC) Return-Path: Original-Received: (qmail 17139 invoked from network); 4 Dec 2001 03:01:54 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Dec 2001 03:01:54 -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 16B5pA-0003Ax-00; Mon, 03 Dec 2001 21:00:48 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 03 Dec 2001 21:00:34 -0600 (CST) 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 VAA26555 for ; Mon, 3 Dec 2001 21:00:23 -0600 (CST) Original-Received: (qmail 17121 invoked by alias); 4 Dec 2001 03:00:30 -0000 Original-Received: (qmail 17116 invoked from network); 4 Dec 2001 03:00:29 -0000 Original-Received: from smtp.newsguy.com (HELO newsguy.com) (209.155.56.71) by gnus.org with SMTP; 4 Dec 2001 03:00:29 -0000 Original-Received: from reader.local.lan (adsl-66.51.210.228.dslextreme.com [66.51.210.228]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id TAA40982 for ; Mon, 3 Dec 2001 19:00:00 -0800 (PST) Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id fB42xwm16809; Mon, 3 Dec 2001 18:59:58 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i586-pc-linux-gnu) Cancel-Lock: sha1:g8U5AmGWrX571WsNCnZ/nhDfxX4= In-Reply-To: (prj@po.cwru.edu's message of "Mon, 03 Dec 2001 18:15:41 -0500") Posted-To: gnu.emacs.gnus Original-Lines: 30 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40683 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40683 The following message is a courtesy copy of an article that has been posted to gnu.emacs.gnus as well. prj@po.cwru.edu (Paul Jarc) writes: > Harry Putnam wrote: >> My current gnus-post-method is set to `current'. I don't really want >> to change that unless it can be done per group or even better a regexp >> match of groups. > > I think that's possible with Oort's gnus-parameters; you can make a > group-specific setting for a variable there, right? Even if the syntax were obvious, this snippet from the customize buffer seems to indicate one isn't allowed to post nntp method from mail groups: (From Customize buffer: gnus-post-methods -ed HP) If this variable is `current' (which is the default), Gnus will use the "current" select method when posting. If it is `native', Gnus will use the native select method when posting. This method will not be used in mail groups and the like, only in "real" newsgroups. If not `native' nor `current', the value must be a valid method as discussed in the documentation of `gnus-select-method'. It can also be a list of methods. If that is the case, the user will be queried for what select method to use when posting.