Gnus development mailing list
 help / color / mirror / Atom feed
* Crosspost & Followup-To
@ 2015-10-02 13:51 Frank Haun
  2016-02-07  2:42 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Haun @ 2015-10-02 13:51 UTC (permalink / raw)
  To: ding

Hi,

I'm reading from two servers:

(setq gnus-select-method '(nntp "news.gmane.org"))
(add-to-list 'gnus-secondary-select-methods '(nntp "reader.albasani.net"))

Now I'm staying in "de.test" and want a crosspost to "de.test" and
"de.alt.test" with a fup2 de.alt.test. Server ist reader.albasani.net.

Hitting `M-x message-cross-post-followup-to RET' offers
"nntp+reader.albasani.net.*"

I get this header:
Followup-To: nntp+reader.albasani.net:de.alt.test

It should be:
Followup-To: de.alt.test

And this in the body:
Crosspost & Followup-To: nntp+reader.albasani.net:de.alt.test

It should be:
Crosspost & Followup-To: de.alt.test

And Gnus is asking about unknown group if I try to post:

  Really use this possibly unknown group:
  nntp+reader.albasani.net:de.alt.test? (y or n)

My fault?

Frank




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

* Re: Crosspost & Followup-To
  2015-10-02 13:51 Crosspost & Followup-To Frank Haun
@ 2016-02-07  2:42 ` Lars Ingebrigtsen
  2016-02-07 12:36   ` Frank Haun
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-07  2:42 UTC (permalink / raw)
  To: Frank Haun; +Cc: ding

Frank Haun <fh@fhaun.de> writes:

> I'm reading from two servers:
>
> (setq gnus-select-method '(nntp "news.gmane.org"))
> (add-to-list 'gnus-secondary-select-methods '(nntp "reader.albasani.net"))
>
> Now I'm staying in "de.test" and want a crosspost to "de.test" and
> "de.alt.test" with a fup2 de.alt.test. Server ist reader.albasani.net.
>
> Hitting `M-x message-cross-post-followup-to RET' offers
> "nntp+reader.albasani.net.*"
>
> I get this header:
> Followup-To: nntp+reader.albasani.net:de.alt.test
>
> It should be:
> Followup-To: de.alt.test

Gnus doesn't support cross-posting to two servers at all, I think.
That's just not part of the NNTP model of how things work.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Crosspost & Followup-To
  2016-02-07  2:42 ` Lars Ingebrigtsen
@ 2016-02-07 12:36   ` Frank Haun
  2016-02-08  5:15     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Haun @ 2016-02-07 12:36 UTC (permalink / raw)
  To: ding

On Sun, 07 Feb 2016 13:42:10 +1100, Lars Ingebrigtsen wrote:

> Frank Haun <fh@fhaun.de> writes:
>
>> I'm reading from two servers:
>>
>> (setq gnus-select-method '(nntp "news.gmane.org"))
>> (add-to-list 'gnus-secondary-select-methods '(nntp "reader.albasani.net"))
>>
>> Now I'm staying in "de.test" and want a crosspost to "de.test" and
>> "de.alt.test" with a fup2 de.alt.test. Server ist reader.albasani.net.
>>
>> Hitting `M-x message-cross-post-followup-to RET' offers
>> "nntp+reader.albasani.net.*"
>>
>> I get this header:
>> Followup-To: nntp+reader.albasani.net:de.alt.test
>>
>> It should be:
>> Followup-To: de.alt.test
>
> Gnus doesn't support cross-posting to two servers at all, I think.
> That's just not part of the NNTP model of how things work.

Hm, I want cross-post to two groups on *one* server.

Let me explain, the headers looks like that:

| Newsgroups: de.test,nntp+reader.albasani.net:de.alt.test
| X-Draft-From: ("nntp+reader.albasani.net:de.test")
| Followup-To: nntp+reader.albasani.net:de.alt.test

And this in the body:

| Crosspost & Followup-To: nntp+reader.albasani.net:de.alt.test

When I edit the headers:

| Newsgroups: de.test,de.alt.test
| X-Draft-From: ("nntp+reader.albasani.net:de.test")
| Followup-To: de.alt.test

Everything is fine and Gnus does the job.

Frank




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

* Re: Crosspost & Followup-To
  2016-02-07 12:36   ` Frank Haun
@ 2016-02-08  5:15     ` Lars Ingebrigtsen
  2016-02-08 18:24       ` Frank Haun
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-08  5:15 UTC (permalink / raw)
  To: Frank Haun; +Cc: ding

Frank Haun <fh@fhaun.de> writes:

> Hm, I want cross-post to two groups on *one* server.
>
> Let me explain, the headers looks like that:
>
> | Newsgroups: de.test,nntp+reader.albasani.net:de.alt.test
> | X-Draft-From: ("nntp+reader.albasani.net:de.test")
> | Followup-To: nntp+reader.albasani.net:de.alt.test
>
> And this in the body:
>
> | Crosspost & Followup-To: nntp+reader.albasani.net:de.alt.test

I'm not totally sure I understand.  You're posting to de.test, and then
you issue the `M-x message-cross-post-followup-to' command?  And that
command inserts those bogus newsgroup names?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Crosspost & Followup-To
  2016-02-08  5:15     ` Lars Ingebrigtsen
@ 2016-02-08 18:24       ` Frank Haun
  2016-02-08 23:35         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Frank Haun @ 2016-02-08 18:24 UTC (permalink / raw)
  To: ding

On Mon, 08 Feb 2016 16:15:57 +1100, Lars Ingebrigtsen wrote:

> Frank Haun <fh@fhaun.de> writes:
>
>> Hm, I want cross-post to two groups on *one* server.
>>
>> Let me explain, the headers looks like that:
>>
>> | Newsgroups: de.test,nntp+reader.albasani.net:de.alt.test
>> | X-Draft-From: ("nntp+reader.albasani.net:de.test")
>> | Followup-To: nntp+reader.albasani.net:de.alt.test
>>
>> And this in the body:
>>
>> | Crosspost & Followup-To: nntp+reader.albasani.net:de.alt.test
>
> I'm not totally sure I understand.  You're posting to de.test, and then
> you issue the `M-x message-cross-post-followup-to' command?  And that
> command inserts those bogus newsgroup names?

When I do M-x message-cross-post-followup-to RET, I get this after
hitting tab:

http://www.fotos-hochladen.net/uploads/gnusxpost01um62av97g8.png

The result when I take de.alt.test from completion buffer:

http://img5.fotos-hochladen.net/uploads/gnusxpost027km4jf1qxr.png

I hope it helps to understand. ;-)

Frank




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

* Re: Crosspost & Followup-To
  2016-02-08 18:24       ` Frank Haun
@ 2016-02-08 23:35         ` Lars Ingebrigtsen
  2016-02-09 10:33           ` Frank Haun
  0 siblings, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-08 23:35 UTC (permalink / raw)
  To: Frank Haun; +Cc: ding

Frank Haun <fh@fhaun.de> writes:

> When I do M-x message-cross-post-followup-to RET, I get this after
> hitting tab:
>
> http://www.fotos-hochladen.net/uploads/gnusxpost01um62av97g8.png
>
> The result when I take de.alt.test from completion buffer:
>
> http://img5.fotos-hochladen.net/uploads/gnusxpost027km4jf1qxr.png

Ok; this is now fixed in emacs-25.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Crosspost & Followup-To
  2016-02-08 23:35         ` Lars Ingebrigtsen
@ 2016-02-09 10:33           ` Frank Haun
  0 siblings, 0 replies; 7+ messages in thread
From: Frank Haun @ 2016-02-09 10:33 UTC (permalink / raw)
  To: ding

On Tue, 09 Feb 2016 10:35:45 +1100, Lars Ingebrigtsen wrote:

> Frank Haun <fh@fhaun.de> writes:
>
>> When I do M-x message-cross-post-followup-to RET, I get this after
>> hitting tab:
>>
>> http://www.fotos-hochladen.net/uploads/gnusxpost01um62av97g8.png
>>
>> The result when I take de.alt.test from completion buffer:
>>
>> http://img5.fotos-hochladen.net/uploads/gnusxpost027km4jf1qxr.png
>
> Ok; this is now fixed in emacs-25.

Thank you!

Frank




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

end of thread, other threads:[~2016-02-09 10:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02 13:51 Crosspost & Followup-To Frank Haun
2016-02-07  2:42 ` Lars Ingebrigtsen
2016-02-07 12:36   ` Frank Haun
2016-02-08  5:15     ` Lars Ingebrigtsen
2016-02-08 18:24       ` Frank Haun
2016-02-08 23:35         ` Lars Ingebrigtsen
2016-02-09 10:33           ` Frank Haun

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).