info > AP(8mh)

AP(8mh)

📖 NAME

ap - nmh parser of RFC 822-style addresses

🚀 Quick Reference

Use CaseCommandDescription
Parse an email addressap "user@example.com"Parses and displays the address in RFC 822 format
Parse multiple addressesap "user1@a.com, user2@b.com"Parses comma-separated addresses
Check address parsing errorsap "invalid-address"Shows error if address is malformed
Custom output formatap -format "%{text}" "user@example.com"Extracts specific fields from the address

📋 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)
AP(8mh) 📖 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION 📁 FILES ⚙️ PROFILE COMPONENTS 🔗 SEE ALSO 🎯 DEFAULTS 📄 CONTEXT

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)
Valid XHTML 1.0 Transitional!Valid CSS!