about summary refs log tree commit diff
path: root/man/maddr.1
blob: c38649f36b716dfadd996555e42d9bb71c7e8892 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.Dd March 30, 2020
.Dt MADDR 1
.Os
.Sh NAME
.Nm maddr
.Nd extract mail addresses from messages
.Sh SYNOPSIS
.Nm
.Op Fl ad
.Op Fl h Ar headers
.Op Ar msgs\ ...
.Sh DESCRIPTION
.Nm
prints, separated by newlines, all mail addresses found in the
.Ar headers
of the specified
.Ar msgs .
.Po See
.Xr mmsg 7
for the message argument syntax.
.Pc
.Pp
If no
.Ar msgs
are specified
and
.Nm
is used interactively,
.Nm
will operate on the current sequence by default.
Otherwise,
.Nm
will read filenames from the standard input.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl a
Only print the addr-spec address, not the display name.
.It Fl d
Only print 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, if any.
.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/