diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-02-02 23:01:28 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-03 00:08:06 +0100 |
commit | 9513ec97fd3a70d09af2e676052f8a05a17b71ef (patch) | |
tree | 60786fcd2e66b62fea9b76df4a5ca7def605e5ee /man | |
parent | 4bd136883c825fb556d035b694de5f9b021f5161 (diff) | |
download | mblaze-9513ec97fd3a70d09af2e676052f8a05a17b71ef.tar.gz mblaze-9513ec97fd3a70d09af2e676052f8a05a17b71ef.tar.xz mblaze-9513ec97fd3a70d09af2e676052f8a05a17b71ef.zip |
mgenmid.1: update wording
Closes: #100 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/mgenmid.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mgenmid.1 b/man/mgenmid.1 index 8b272b3..b63b5db 100644 --- a/man/mgenmid.1 +++ b/man/mgenmid.1 @@ -8,27 +8,27 @@ .Nm .Sh DESCRIPTION .Nm -generates a fresh Message-ID and prints it. -The Message-ID consists of a timestamp, +generates and prints a unique Message-ID. +The Message-ID consists of an encoded timestamp, a random value, and a fully qualified domain name. .Pp -The fully qualified domain name is computed by: +The fully qualified domain name is arrived at by: .Bl -enum .It Using .Sq Li FQDN\&: from .Pa "${MBLAZE:-$HOME/.mblaze}/profile" -(if set). +.Pq if set . .It Resolving the current hostname. .It -Using the host part of the address in +Using the domain component of the mail address in .Sq Li Local\&-Mailbox\&: from .Pa "${MBLAZE:-$HOME/.mblaze}/profile" -(if set). +.Pq if set . .El .Pp If these steps don't result in a fully qualified domain name, |