man > ap(8mh)

πŸ“› NAME

ap - nmh parser of RFC 822-style addresses

πŸš€ Quick Reference

Use CaseCommandDescription
Parse a single addressap "user@example.com"Output RFC 822‑proper format
Parse multiple addressesap "joe@domain.com" "sue@other.com"One RFC 822 result per argument
Custom output (e.g., mailbox and host)ap -format "%(mbox) at %(host)" "addr"Extract specific fields
Use a format fileap -form myformat.fmt "addr"Read format from a file
Show only parse errorsap -format "%{error}" "bad@address"Print diagnostic string on failure
Default behaviourap "addr1" "addr2" ...Renders proper RFC 822 or error message

πŸ“„ SYNOPSIS

/usr/lib/mh/ap [-help] [-version] [-form formatfile] [-format string] [-width columns] addrs ...

πŸ“– DESCRIPTION

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:

EscapeReturnsDescription
errorstringA 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.

πŸ“‚ FILES

πŸ‘€ PROFILE COMPONENTS

None

πŸ”— SEE ALSO

βš™οΈ DEFAULTS

πŸ“Œ CONTEXT

None


nmh-1.7.1   2013-12-05   AP(8mh)

ap(8mh)
πŸ“› NAME πŸš€ Quick Reference πŸ“„ SYNOPSIS πŸ“– DESCRIPTION πŸ“‚ FILES πŸ‘€ PROFILE COMPONENTS πŸ”— SEE ALSO βš™οΈ DEFAULTS πŸ“Œ CONTEXT

Generated by phpman v4.9.22-1-g1b0fcb4 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-05 06:12 @216.73.216.52
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-pro / taotoken.net / www.chedong.com - original format