logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

maddr — extract mail addresses from messages

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

maddr prints, separated by newlines, all mail addresses found in the headers of the specified msgs.  (See
       mmsg(7) for the message argument syntax.)

       If  no  msgs are specified and maddr is used interactively, maddr will operate on the current sequence by
       default.  Otherwise, maddr will read filenames from the standard input.

       The options are as follows:

       -a      Only print the addr-spec address, not the display name.

       -d      Only print the display name.

       -hheaders
               Only   search   the   colon-separated   list   of   headers   for   mail   addresses.    Default:
               ‘from:sender:reply-to:to:cc:bcc:’ and their respective ‘resent-’ variants, if any.

Exit Status

       The maddr utility exits 0 on success, and >0 if an error occurs.

License

maddr is in the public domain.

       To  the  extent  possible  under  law,  the  creator of this work has waived all copyright and related or
       neighboring rights to this work.

       http://creativecommons.org/publicdomain/zero/1.0/

Debian                                           March 30, 2020                                         MADDR(1)

Name

       maddr — extract mail addresses from messages

See Also

mmsg(7)

Synopsis

maddr [-ad] [-hheaders] [msgs...]

See Also