From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35784 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't post to secondary nnimap server Date: 13 Apr 2001 10:12:14 -0400 Message-ID: <5bsnjc7utd.fsf@avocet.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035171468 4864 80.91.224.250 (21 Oct 2002 03:37:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:37:48 +0000 (UTC) Return-Path: Original-Received: (qmail 25111 invoked by alias); 13 Apr 2001 14:12:12 -0000 Original-Received: (qmail 25106 invoked from network); 13 Apr 2001 14:12:12 -0000 Original-Received: from gate.cs.rochester.edu (192.5.53.207) by gnus.org with SMTP; 13 Apr 2001 14:12:12 -0000 Original-Received: from avocet.cs.rochester.edu (avocet.cs.rochester.edu [192.5.53.22]) by gate.cs.rochester.edu (8.9.1b+Sun/U) with ESMTP id KAA23063 for ; Fri, 13 Apr 2001 10:12:14 -0400 (EDT) Original-Received: (from zsh@localhost) by avocet.cs.rochester.edu (8.9.1b+Sun/Q++) id KAA25565; Fri, 13 Apr 2001 10:12:14 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "13 Apr 2001 15:49:16 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:35784 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35784 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > When I hit `C-c C-c' in a posting created from an nnimap group, and if > the posting contains the header "Newsgroups: foo.bar", then Gnus will > ask me whether I really want to post to this possibly unknown group. > I hit yes, posting works fine. > > gnus-post-method is set to `current'. > > I think if I type C-u 0 C-c C-c to post, then enter the name of the > nnimap server, all is well. > > How can I turn off the question? Does it tell me that I have a > potential problem? How can I solve that problem? I guess it is a new feature. Your problem could be fixed by (request 'message) (add-to-list '(existing-newsgroups . disabled) 'message-syntax-checks) ShengHuo