From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49379 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: Sun, 19 Jan 2003 19:58:50 -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 1043024401 27669 80.91.224.249 (20 Jan 2003 01:00:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 01:00:01 +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 18aQIB-0007C9-00 for ; Mon, 20 Jan 2003 02:00:00 +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 18aQHL-0004BM-00; Sun, 19 Jan 2003 18:59:07 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 19 Jan 2003 19:00:03 -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 SAA22205 for ; Sun, 19 Jan 2003 18:59:52 -0600 (CST) Original-Received: (qmail 87394 invoked by alias); 20 Jan 2003 00:58:51 -0000 Original-Received: (qmail 87389 invoked from network); 20 Jan 2003 00:58:51 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (@129.22.96.25) by 66.230.238.6 with SMTP; 20 Jan 2003 00:58:51 -0000 Original-Received: (qmail 13934 invoked by uid 500); 20 Jan 2003 00:59:12 -0000 Original-To: Matthias Andree In-Reply-To: (Matthias Andree's message of "Sun, 19 Jan 2003 01:57:11 +0100") Mail-Copies-To: nobody Mail-Followup-To: Matthias Andree , ding@gnus.org Original-Lines: 17 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:49379 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49379 Matthias Andree wrote: > 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. What I saw in the qmail archives was new/time.inode.pid.hostname. time.inode.hostname is extremely broken, and must not be used: there might be two delivery programs running at once. One might be an old one using pid and the other might be a new one using inode. If the old one's pid is the same as the new one's inode, you can get a collision. So it should be