From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57155 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Moving messages to unreadable nnimap group? (spam reporting) Date: Thu, 29 Apr 2004 12:01:19 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87pt9tx3wn.fsf@dod.no> <87d65rl0zl.fsf@dod.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083232955 20391 80.91.224.253 (29 Apr 2004 10:02:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Apr 2004 10:02:35 +0000 (UTC) Original-X-From: ding-owner+M5695@lists.math.uh.edu Thu Apr 29 12:02:25 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJ8N6-0006kZ-00 for ; Thu, 29 Apr 2004 12:02:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BJ8MU-0001L9-00; Thu, 29 Apr 2004 05:01:46 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BJ8MI-0001L1-00 for ding@lists.math.uh.edu; Thu, 29 Apr 2004 05:01:34 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BJ8MF-0004Qf-G2 for ding@lists.math.uh.edu; Thu, 29 Apr 2004 05:01:31 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id E86F63A0057 for ; Thu, 29 Apr 2004 05:01:29 -0500 (CDT) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BJ8MD-00084m-00 for ; Thu, 29 Apr 2004 12:01:29 +0200 Original-Received: from h21n4c2o273.bredband.skanova.com ([217.208.171.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Apr 2004 12:01:29 +0200 Original-Received: from jas by h21n4c2o273.bredband.skanova.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Apr 2004 12:01:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h21n4c2o273.bredband.skanova.com User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:iZ425awIS86fg8VevYnZgMA+G2I= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57155 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57155 Steinar Bang writes: >>>>>> Simon Josefsson : > >> Steinar Bang writes: > >>> The way to report spam to the bayesian filter on the Exchange server >>> at work, is to move the messages to a folder that cannot be read by >>> ordinary users. The folder cannot be read, even from Outlook. But >>> messages can be moved there. > >>> In Gnus, I'm not allowed to create this group with `G m', since the >>> IMAP folder for the group cannot be read. Is there a way around >>> this? > >> `U'? > > That let me create the group blindly. But when I try to do a `B m' > into this group, I get the following message: > > Please answer y or n. No such group: nnimap+somehost.somecompany.com:Public Folders/All Public Folders/Somecompany/Processes/Sysadm/Spam. Create it? (y or n) > > What's blocking the move? The IMAP interface to Exchange? Gnus? Is > there a way to find out? (setq imap-log t) and inspecting the *imap-log* buffer would help. It sounds as if the server says the group doesn't exist, so Gnus wants to create it first.