ap - nmh parser of RFC 822-style addresses
| Use Case | Command | Description |
|---|---|---|
| Parse an email address | ap "user@example.com" | Parses and displays the address in RFC 822 format |
| Parse multiple addresses | ap "user1@a.com, user2@b.com" | Parses comma-separated addresses |
| Check address parsing errors | ap "invalid-address" | Shows error if address is malformed |
| Custom output format | ap -format "%{text}" "user@example.com" | Extracts specific fields from the address |
/usr/lib/mh/ap [-help] [-version] [-form formatfile] [-format string]
[-width columns] addrs ...
ap is a program that parses addresses according to the ARPA Internet standard. It also understands many non-standard formats. It is useful for seeing how nmh will interpret an address.
The ap program treats each argument as one or more addresses, and prints those addresses out in the official RFC 822 format. Hence, it is usually best to enclose each argument in quotes for the shell.
To override the output format used by ap, the -format string or -format file switches are used. This permits individual fields of the address to be extracted with ease. The string is simply a format string, and the file is simply a format file. See mh-format(5) for the details.
In addition to the standard escapes, ap also recognizes the following additional escape:
| Escape | Returns | Description |
|---|---|---|
| error | string | A diagnostic if the parse failed |
Here is the default format string used by ap:
%<{error}%{error}: %{text}%|%(putstr(proper{text}))%>
which says that if an error was detected, print the error, a `:', and the address in error. Otherwise, output the RFC 822-proper format of the address.
$HOME/.mh_profile — The user's profile./etc/nmh/mts.conf — The mts configuration file.None
None
nmh-1.7.1 2013-12-05 AP(8mh)
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-09 19:08 @216.73.216.150
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)