From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49510 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: maildir in Gnus vs. clock corrections and PID recycling Date: Wed, 22 Jan 2003 18:41:31 -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 1043278932 1456 80.91.224.249 (22 Jan 2003 23:42:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 22 Jan 2003 23:42:12 +0000 (UTC) Cc: ding@gnus.org 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 18bUVW-0000NK-00 for ; Thu, 23 Jan 2003 00:42:10 +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 18bUVI-0001qP-00; Wed, 22 Jan 2003 17:41:56 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 22 Jan 2003 17:42:52 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA00240 for ; Wed, 22 Jan 2003 17:42:41 -0600 (CST) Original-Received: (qmail 72672 invoked by alias); 22 Jan 2003 23:41:37 -0000 Original-Received: (qmail 72667 invoked from network); 22 Jan 2003 23:41:36 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (@129.22.96.25) by 66.230.238.6 with SMTP; 22 Jan 2003 23:41:36 -0000 Original-Received: (qmail 6493 invoked by uid 500); 22 Jan 2003 23:41:54 -0000 Original-To: Matthias Andree In-Reply-To: (prj@po.cwru.edu's message of "Sun, 19 Jan 2003 18:14:40 -0500") Mail-Copies-To: nobody Mail-Followup-To: Matthias Andree , ding@gnus.org Original-Lines: 25 User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49510 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49510 I wrote: > Matthias Andree wrote: >> What does nnmaildir.el and possibly other maildir code in Gnus do when >> it is about to move a mail from new/ to cur/? Does it rely on uniqueness >> and will it -- as mutt -- accidentally kill an already-present file in >> cur/? > > Yes. I was wrong. nnmaildir will raise an error if the file already exists. >> It seems that Postfix, Courier and Maildrop will settle on using the >> tmp/* file inode number for the part in new/, so these >> applications will rename from tmp/time.pid_count.hostname to >> new/time.inode.hostname. > > That sounds like a good idea. After reading more in the qmail archives, I think I'll do what qmail-pop3d does: leave message in new/ (so that attempted deliveries with the same filename will fail) until the second is over. paul