email2page − converts RFC822 email text into text suitable for paging
email2page [−C CONF] [−h]
−C CONF
Read the configuration file CONF instead of /etc/email2page.conf for the rewriting rules.
−h |
Display a summary of all the available command line options (and there sure aren’t many). |
This tool is used to break down an email into a shortened version, using a configurable set of rewriting rules, found in /etc/email2page.conf. email2page reads STDIN, and writes to STDOUT. Any errors will be reported on STDERR. It was designed to be used with ’sendpage’.
Kees Cook <[email protected]>
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/email2page.conf file.
email2page is free software; it can be used under the terms of the GNU General Public License.
perl(1), sendpage(1), Mail::Internet(3)