From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86205 Path: news.gmane.org!not-for-mail From: Frank Haun Newsgroups: gmane.emacs.gnus.general Subject: Crosspost & Followup-To Date: Fri, 02 Oct 2015 15:51:23 +0200 Message-ID: <84oaghml9g.fsf@m4000.fhaun.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443799426 31861 80.91.229.3 (2 Oct 2015 15:23:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 15:23:46 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34439@lists.math.uh.edu Fri Oct 02 17:23:31 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zi2BE-00069d-Ih for ding-account@gmane.org; Fri, 02 Oct 2015 17:23:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1Zi2A3-0003Yj-6A; Fri, 02 Oct 2015 10:22:15 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zi0kb-00037s-3I for ding@lists.math.uh.edu; Fri, 02 Oct 2015 08:51:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1Zi0kY-0007EX-Rk for ding@lists.math.uh.edu; Fri, 02 Oct 2015 08:51:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Zi0kW-00036G-Rz for ding@gnus.org; Fri, 02 Oct 2015 15:51:48 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zi0kR-0006Rw-9G for ding@gnus.org; Fri, 02 Oct 2015 15:51:43 +0200 Original-Received: from x4d09ac69.dyn.telefonica.de ([77.9.172.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Oct 2015 15:51:43 +0200 Original-Received: from fh by x4d09ac69.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Oct 2015 15:51:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: x4d09ac69.dyn.telefonica.de X-Face: ,;s{d]9=ln||UMUO+MEQax2!UaMC~!tpm=#hun1*J:L&]6R]'D0ADK!fzRR5F+(qmink6:6 UE?}q;(:'TY)DRhK8b8 Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86205 Archived-At: 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