mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-11 13:10:32 +00:00
2c7f970a76
- Change 'one per line' to 'line by line', and move it up - Change 'given' to 'specified'... - ...and continue to use 'specified' in place of 'passed' - Change 'Else' to 'Otherwise' - Use 'addr-spec' instead of 'address', as per RFCs - Reword explanation of 'resent-' headers Closes: #41 [via git-merge-pr]
64 lines
1.1 KiB
Groff
64 lines
1.1 KiB
Groff
.Dd July 22, 2016
|
|
.Dt MADDR 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm maddr
|
|
.Nd extract mail addresses from messages
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl a
|
|
.Op Fl h Ar headers
|
|
.Op Ar msgs\ ...
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
prints, one per line, all mail addresses found in the
|
|
.Ar headers
|
|
of the specified
|
|
.Ar msgs .
|
|
See
|
|
.Xr mmsg 7
|
|
for the message argument syntax.
|
|
.Pp
|
|
If no
|
|
.Ar msgs
|
|
are specified,
|
|
and
|
|
.Nm
|
|
is used interactively,
|
|
.Nm
|
|
will default to the current sequence.
|
|
Otherwise,
|
|
.Nm
|
|
will read filenames from standard input.
|
|
.Pp
|
|
The options are as follows:
|
|
.Bl -tag -width Ds
|
|
.It Fl a
|
|
Only print the addr-spec part of the address, not the display name.
|
|
.It Fl h Ar headers
|
|
Only search the colon-separated list of
|
|
.Ar headers
|
|
for mail addresses.
|
|
Default:
|
|
.Sq Li "from:sender:reply-to:to:cc:bcc:"
|
|
and their respective
|
|
.Sq Li "resent-"
|
|
variants.
|
|
.El
|
|
.Sh EXIT STATUS
|
|
.Ex -std
|
|
.Sh SEE ALSO
|
|
.Xr mmsg 7
|
|
.Sh AUTHORS
|
|
.An Leah Neukirchen Aq Mt leah@vuxu.org
|
|
.Sh LICENSE
|
|
.Nm
|
|
is in the public domain.
|
|
.Pp
|
|
To the extent possible under law,
|
|
the creator of this work
|
|
has waived all copyright and related or
|
|
neighboring rights to this work.
|
|
.Pp
|
|
.Lk http://creativecommons.org/publicdomain/zero/1.0/
|