exim_msgdate
Utility to convert an exim message-id to a human readable date+time
- Provided by: exim4-base (Version: 4.99.1-1ubuntu1.2)
- Source: exim4
- Report a bug
Utility to convert an exim message-id to a human readable date+time
exim_msgdate [ -u|--unix | --GMT | --z|-Zulu | --UTC |
-l|--local ]
[ --base 36 | --base 62 | --base36 | --base62 | --b36 | --b62 ]
[ --pid ] [ --debug ] [ --localhost_number ]
[ -c c<full path to exim cnfig file> ]
exim-message-id [ | exim-message-id ...]
exim_msgdate --help|--man
exim_msgdate is a tool which converts an exim message-id to a human readable form, usuall just the date+time, but with the --pid option the process id as well.
Three exim message ID formats are recognized. In each case the 'X's are taken from the base (see below) which depends upon the platform.
Do not confuse this with the --localhost_number option.
The default is the local timezone.
The default matches "exim"; in this installation it is base-62.
The value is an integer between 0 and 16, or the value "none" which means there is no localhost_number.
Do not confuse this with the --local option, which displays times in the local timezone.
Exim spec.txt chapter 4 <https://exim.org/exim-html-current/doc/html/spec_html/ch-how_exim_receives_and_delivers_mail.html#SECTmessiden>