From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43840 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml / nnmh Date: Mon, 11 Mar 2002 11:13:21 -0500 Organization: What did you have in mind? A short, blunt, human pyramid? Sender: owner-ding@hpc.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 1015863264 30702 80.91.224.249 (11 Mar 2002 16:14:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 11 Mar 2002 16:14:24 +0000 (UTC) Cc: ding@gnus.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16kSRM-0007z5-00 for ; Mon, 11 Mar 2002 17:14:24 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16kSQc-00071T-00; Mon, 11 Mar 2002 10:13:38 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 11 Mar 2002 10:13:42 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA01007 for ; Mon, 11 Mar 2002 10:13:32 -0600 (CST) Original-Received: (qmail 7988 invoked by alias); 11 Mar 2002 16:13:23 -0000 Original-Received: (qmail 7983 invoked from network); 11 Mar 2002 16:13:23 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (qmailr@129.22.96.25) by gnus.org with SMTP; 11 Mar 2002 16:13:23 -0000 Original-Received: (qmail 26147 invoked by uid 500); 11 Mar 2002 16:13:44 -0000 Original-To: Truxton Fulton In-Reply-To: (Truxton Fulton's message of "10 Mar 2002 03:39:29 -0800") Mail-Copies-To: nobody Mail-Followup-To: trux@truxton.com, ding@gnus.org Original-Lines: 17 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43840 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43840 Truxton Fulton wrote: > I get the impression that the nnml backend wants to store the files > there itself by reading /var/spool/mail. Right (well, by reading mail-sources anyway). You can use separate mbox spools and a 'directory mail-sources entry, as Hiroyuki described, or you could use nnmaildir. Procmail can deliver to maildirs, and nnmaildir can use those same maildirs as groups, bypassing the usual Gnus mail-splitting mechanism. This is faster and also avoids mbox "From " munging. Beware that nnmaildir is somewhat different from other backends; your config stuff will have to be tweaked to produce the same behavior you have now. The parts of nnmaildir's documentation not yet in the Gnus manual are at . paul