From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53188 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Denying a server on purpose at startup Date: Mon, 16 Jun 2003 21:33:15 -0700 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1055824837 4604 80.91.224.249 (17 Jun 2003 04:40:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Jun 2003 04:40:37 +0000 (UTC) Original-X-From: ding-owner+M1732@lists.math.uh.edu Tue Jun 17 06:40:33 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19S8Gn-0001Bt-00 for ; Tue, 17 Jun 2003 06:40:33 +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 19S8JN-00080y-00; Mon, 16 Jun 2003 23:43:13 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19S8JJ-00080t-00 for ding@lists.math.uh.edu; Mon, 16 Jun 2003 23:43:09 -0500 Original-Received: (qmail 39237 invoked by alias); 17 Jun 2003 04:43:09 -0000 Original-Received: (qmail 39232 invoked from network); 17 Jun 2003 04:43:09 -0000 Original-Received: from main.gmane.org (80.91.224.249) by sclp3.sclp.com with SMTP; 17 Jun 2003 04:43:09 -0000 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19S8Gb-0001B5-00 for ; Tue, 17 Jun 2003 06:40:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19S874-0000ju-00 for ; Tue, 17 Jun 2003 06:30:30 +0200 Original-Lines: 12 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:8+ppzG/zAbcQT1mYWB3VpQFMfhQ= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53188 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53188 David S Goldberg writes: >> Now this sounds even easier with less side effects, ifonly I would >> finally learn enough lisp to do something probably fairly simple like >> you described.. thanks ... I'll take a look. > > (add-hook 'gnus-read-newsrc-el-hook > (lambda () > (gnus-server-deny-server "your-server-name-here"))) > Sometimes laziness pays off... thanks.