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

email2page - converts RFC822 email text into text suitable for paging

Author

       Kees Cook <kees@outflux.net>

Bugs

       All the bugs with the program will probably come from the config file, as several of the  items  are  run
       with Perl's 'eval' statement.  Please see the documentation in the /etc/sendpage/email2page.conf file.

Description

       This  tool is used to break down an email into a shortened version, using a configurable set of rewriting
       rules, found in /etc/sendpage/email2page.conf.  email2page reads STDIN, and writes to STDOUT.  Any errors
       will be reported on STDERR.  It was designed to be used with 'sendpage'.

Name

       email2page - converts RFC822 email text into text suitable for paging

Options

       -C CONF
           Read the configuration file CONF instead of /etc/sendpage/email2page.conf for the rewriting rules.

       -h  Display a summary of all the available command line options (and there sure aren't many).

See Also

perl(1), sendpage(1), Mail::Internet(3)

perl v5.32.0                                       2021-01-08                                     EMAIL2PAGE(1p)

Synopsis

       email2page [-C CONF] [-h]

See Also