From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35036 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: `user-mail-address' for message-ids Date: 27 Feb 2001 16:41:49 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20010223133030.B14991@mastaler.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035170845 864 80.91.224.250 (21 Oct 2002 03:27:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:27:25 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 06CE1D049D for ; Tue, 27 Feb 2001 16:44:09 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB23898; Tue, 27 Feb 2001 15:42:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Feb 2001 15:41:30 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA15259 for ; Tue, 27 Feb 2001 15:41:19 -0600 (CST) Original-Received: from multivac.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.96.25]) by mailhost.sclp.com (Postfix) with SMTP id 9334AD049D for ; Tue, 27 Feb 2001 16:41:50 -0500 (EST) Original-Received: (qmail 31392 invoked by uid 500); 27 Feb 2001 21:42:11 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: ("Jason R. Mastaler"'s message of "27 Feb 2001 14:35:01 -0700") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:35036 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35036 "Jason R. Mastaler" writes: > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > > Suppose one client does time+uid+name and another does > > time+uid+Xname and there is foo@hotmail.com as well as > > Xfoo@hotmail.com. Then it's sufficient for the uid to=20 > > be equal and the time, and -- clash! >=20 > Yes, but the username will not be equal (name !=3D Xname)=20 > and therefore the Message-IDs will differ. They'll be the same: user foo uses algorithm 1, which spits out "X"+username ("Xfoo"), along with other stuff. User Xfoo uses algorithm 2, which spits out username ("Xfoo"), along with other stuff, which happens to be the same other stuff. Both algorithms, with their respective inputs, produce the same output. We can ensure that the LHS would be unique if everyone used the same algorithm, but we can't make everyone use the same algorithm. paul