Gnus development mailing list
 help / color / mirror / Atom feed
* Two NNTP servers in different modes
@ 1996-01-28 14:18 Samuel Tardieu
  1996-01-30 16:29 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Tardieu @ 1996-01-28 14:18 UTC (permalink / raw)


My situation is the following:

  - My officiel NNTP server is "news.enst.fr". Our newsfeed is
    "news2.eunet.fr", which is often late and unreliable.
  - An alternate NNTP server is "news.ext.jussieu.fr" which has much
    more groups and runs faster, but doesn't accept any "POST".

I would want to set "news.ext.jussieu.fr" (the good one) as my default
NNTP server *but* I want the news I post to go through "news.enst.fr"
(the slow one). To make this story short, I want to read my news from
a server and post on another one.

Is there a simple way of setting things like this with September Gnus ?

  Sam
--
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Two NNTP servers in different modes
  1996-01-28 14:18 Two NNTP servers in different modes Samuel Tardieu
@ 1996-01-30 16:29 ` Lars Magne Ingebrigtsen
  1996-02-01 13:32   ` Samuel Tardieu
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-01-30 16:29 UTC (permalink / raw)


Samuel Tardieu <sam@inf.enst.fr> writes:

> I would want to set "news.ext.jussieu.fr" (the good one) as my default
> NNTP server *but* I want the news I post to go through "news.enst.fr"
> (the slow one). To make this story short, I want to read my news from
> a server and post on another one.
> 
> Is there a simple way of setting things like this with September Gnus ?

Just set `gnus-post-method' to an nntp method pointing to
"news.enst.fr". 

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Two NNTP servers in different modes
  1996-01-30 16:29 ` Lars Magne Ingebrigtsen
@ 1996-02-01 13:32   ` Samuel Tardieu
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Tardieu @ 1996-02-01 13:32 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:

Lars> Samuel Tardieu <sam@inf.enst.fr> writes:

>> I would want to set "news.ext.jussieu.fr" (the good one) as my
>> default NNTP server *but* I want the news I post to go through
>> "news.enst.fr" (the slow one). To make this story short, I want to
>> read my news from a server and post on another one.
>> 
>> Is there a simple way of setting things like this with September
>> Gnus ?

Lars> Just set `gnus-post-method' to an nntp method pointing to
Lars> "news.enst.fr".
 
Hmmm... This works when posting from within a group, not when pressing
`a' in the *Group* buffer (gnus-newsgroup-name seems to be nil so
gnus-post-method is called with nil as group name and it returns
gnus-select-method, even if gnus-post-method is set).

Maybe the (cond ...) in gnus-msg.el (gnus-post-method) should have:

  ((null group-method) (or gnus-post-method gnus-select-method))

instead of

  ((null group-method) gnus-select-method)

?

  Sam
--
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-02-01 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-28 14:18 Two NNTP servers in different modes Samuel Tardieu
1996-01-30 16:29 ` Lars Magne Ingebrigtsen
1996-02-01 13:32   ` Samuel Tardieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).