Message-ID

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Message-ID is a unique identifier for a digital message, most commonly a globally unique identifier used in email and Usenet newsgroups.[1]

Message-IDs are required to have a specific format which is a subset of an email address[2] and to be globally unique. That is, no two different messages must ever have the same Message-ID. A common technique used by many message systems is to use a time and date stamp along with the local host's domain name, e.g., 950124.162336@example.com.[3] On the other hand, if two messages have the same Message-ID, they are presumed to be the same one and one version is discarded. But, as Google MTAs (message transfer agents) mangle the ones of Outlook, several same messages may coexist with original and mangled ones and create problems in referencing each other for threading[citation needed].

Message-IDs, if present, are generated by the client program sending the email (mail user agent, or MUA)[4] or by the first mail server (mail submission agent, or MSA).[5]

Mails to public mailing-lists and news groups can be found via their Message-ID by using links from various services:

http://mid.gmane.org/alpine.BSF.2.00.1004291655110.61392@x.fncre.vasb
http://news.gmane.org/find-root.php?message_id=alpine.BSF.2.00.1004291655110.61392@x.fncre.vasb
https://marc.info/?i=Prayer.1.0.18.0811191202370.4107@sabinus.cs.umn.edu
http://mid.mail-archive.com/9dc4201d0807272359r1f0ad9d6ta44f31f439de58b7@mail.gmail.com
https://www.freebsd.org/cgi/mid.cgi?db=mid&id=199802242058.MAA24843@monk.via.net
https://lists.debian.org/msgid-search/20050606213954.GC884@finlandia.infodrom.north.de
http://lists.debconf.org/cgi-lurker/keyword.cgi?doc-url=/lurker&format=en.html&query=id:87vey4ogcj.fsf@vorlon.ganneff.de
https://www.w3.org/mid/alpine.BSF.2.00.1004291655110.61392@x.fncre.vasb
http://www.postgresql.org/message-id/20060419051850.96025.qmail@web31802.mail.mud.yahoo.com
http://public-inbox.org/git/Pine.LNX.4.58.0504150753440.7211@ppc970.osdl.org
http://article.olduse.net/40478%40ucbvax.BERKELEY.EDU
http://al.howardknight.net/msgid.cgi?STYPE=msgid&A=0&MSGI=<usenet-hier-faq-1516003264%246620%40hope.eyrie.org>
https://lwn.net/ml/linux-kernel/20181020134908.GA32218@kroah.com/
https://lore.kernel.org/lkml/20181020134908.GA32218@kroah.com/
https://public-inbox.org/git/1486427537.16949.42.camel@bonedaddy.net/

See also[edit]

References[edit]

  1. ^ Eoghan Casey (2004). Digital evidence and computer crime: forensic science, computers and the Internet. Academic Press. p. 506. ISBN 0-12-163104-4.
  2. ^ RFC5322 – Internet Message Format
  3. ^ RFC2392 – Content-ID and Message-ID Uniform Resource Locators
  4. ^ RFC5322 – Internet Message Format
  5. ^ RFC5321 – Simple Mail Transfer Protocol