From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81940 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: Re: Start with particular servers offline? Date: Thu, 14 Jun 2012 12:24:46 +0000 Organization: not if I can help it Message-ID: References: Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339676824 14520 80.91.229.3 (14 Jun 2012 12:27:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2012 12:27:04 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M30210@lists.math.uh.edu Thu Jun 14 14:27:01 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Sf98c-00022k-71 for ding-account@gmane.org; Thu, 14 Jun 2012 14:26:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Sf96v-0005TT-5C; Thu, 14 Jun 2012 07:25:13 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Sf96t-0005TH-TZ for ding@lists.math.uh.edu; Thu, 14 Jun 2012 07:25:11 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Sf96p-00045T-14 for ding@lists.math.uh.edu; Thu, 14 Jun 2012 07:25:11 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Sf96m-0007ub-V6 for ding@gnus.org; Thu, 14 Jun 2012 14:25:04 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sf96j-0004Hr-NQ for ding@gnus.org; Thu, 14 Jun 2012 14:25:01 +0200 Original-Received: from 78.207.202.9 ([78.207.202.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jun 2012 14:25:01 +0200 Original-Received: from rpluim by 78.207.202.9 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jun 2012 14:25:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 78.207.202.9 Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (windows-nt) Cancel-Lock: sha1:Zehz/WCb5rCvuCTZKwR1Ud7726c= X-Spam-Score: 0.2 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-1745--10189h-0s--0d--H*u:Emacs, 0.000-1477--8621h-0s--0d--H*u:Gnus, 0.000-855--4993h-0s--0d--HX-Complaints-To:sk:usenet@, 0.000-854--4985h-0s--0d--H*r:sk:1AlnuQ-, 0.000-854--4985h-0s--0d--HX-Injected-Via-Gmane:gmane.org Spam tokens: 0.948-12507--5351h-92269s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.948-12507--5351h-92269s--0d--H*RU:quimby.gnus.org, 0.945-11679--5509h-88810s--0d--HTo:D*gnus.org, 0.939-11782--6470h-94307s--0d--HX-Spam-Relays-Internal:quimby.gnus.org, 0.939-11782--6470h-94307s--0d--H*RT:80.91.231.51 Autolearn status: no 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rpluim[at]gmail.com) 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 1.2 RCVD_NUMERIC_HELO Received: contains an IP address used for HELO -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81940 Archived-At: Lars Magne Ingebrigtsen writes: > Dave Abrahams writes: > >> I'd like to keep a particular server in my select methods, but I only >> want to connect to it when I explicitly say so. Is there a way to keep >> the server in the list, but have it start in offline or denied state? > > Put something like this in your .gnus.el file: > > (push '((nnimap "imap.gmail.com") denied) gnus-opened-servers) I added that as the last line in my .gnus.el It gives me two entries for the same server, with the 2nd one in the 'denied' state. Robert