about summary refs log tree commit diff
path: root/man/mgenmid.1
blob: 6f70feed2da603c819c4bebdb5535c632db8bf73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.Dd August 1, 2016
.Dt MGENMID 1
.Os
.Sh NAME
.Nm mgenmid
.Nd generate a Message-ID
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
generates a fresh Message-ID and prints it.
The Message-ID consists of a timestamp,
a random value,
and a fully qualified domain name.
.Pp
The fully qualified domain name is computed by:
.Bl -enum
.It
Using
.Sq Li "FQDN:"
from
.Pa "~/.mblaze/profile"
(if set).
.It
Resolving the current hostname.
.It
Using the host part of the address in
.Sq Li "Local-Mailbox:"
from
.Pa "~/.mblaze/profile"
(if set).
.El
.Pp
If these steps don't result in a fully qualified domain name,
.Nm
fails.
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Rs
.%A M. Curtin
.%A J. Zawinski
.%D July 1998
.%R draft-ietf-usefor-message-id-01.txt
.%T Recommendations for generating Message IDs
.Re
.Sh AUTHORS
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
.Sh LICENSE
.Nm
is in the public domain.
.Pp
To the extent possible under law,
the creator of this work
has waived all copyright and related or
neighboring rights to this work.
.Pp
.Lk http://creativecommons.org/publicdomain/zero/1.0/