From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85453 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus attempting to move mail from /var/spool/mail Date: Thu, 08 Jan 2015 13:10:33 -0500 Message-ID: <878uhdqh2e.fsf@uwo.ca> References: <87wq4x9t32.fsf@reader.local.lan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1420740909 5724 80.91.229.3 (8 Jan 2015 18:15:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2015 18:15:09 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33695@lists.math.uh.edu Thu Jan 08 19:15:03 2015 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 1Y9HaR-00073Y-7E for ding-account@gmane.org; Thu, 08 Jan 2015 19:13:35 +0100 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 1Y9HZp-0000ke-V4; Thu, 08 Jan 2015 12:12:58 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Y9HZn-0000kN-8p for ding@lists.math.uh.edu; Thu, 08 Jan 2015 12:12:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1Y9HZl-00029J-Ug for ding@lists.math.uh.edu; Thu, 08 Jan 2015 12:12:54 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1Y9HZh-0006Sm-BN for ding@gnus.org; Thu, 08 Jan 2015 19:12:49 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y9HYv-0007Hi-Ru for ding@gnus.org; Thu, 08 Jan 2015 19:12:02 +0100 Original-Received: from dyn129-100-75-236.math.uwo.ca ([129.100.75.236]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2015 19:12:01 +0100 Original-Received: from jdc by dyn129-100-75-236.math.uwo.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2015 19:12:01 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dyn129-100-75-236.math.uwo.ca User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/23.4 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:5e74KehQTDH/R7bvJOdelZaC6Lc= X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85453 Archived-At: Harry Putnam writes: > On one host, I want to run gnus devoid of any attempt to collect in > coming mail. You probably need to set the mail-sources variable to nil. It defaults to reading from the spool file. See the Fetching Mail section of the Gnus info docs. Dan