Home > genericore-mailsrc

genericore-mailsrc

Genericore-mailsrc is a project mainly written in JAVASCRIPT and SHELL, it's free.

Genericore source module to parse and forward email.

genericore-mailsrc

This package contains a Genericore source module to parse and forward email.

Please note that this is early development software that lacks proper documentation, tests, and a lot of useful or even necessary features.

System requirements

  • node v0.2.5 or compatible
  • node-genericore v0.0.1 or compatible

Quickstart guide

  1. cp config/example.js YOURCONFIG
  2. $EDITOR YOURCONFIG
  3. bin/mailsrc YOURCONFIG

Send a single mail

cat >"/dev/tcp/localhost/YOURCONFIG_listen_port # or similar

Send a mailman archive

bin/replay-mailman-archive MAILMAN_ARCHIVE_URI YOURCONFIG_listen_port

Input format

The TCP server assumes EOT-delimited raw email.

Previous:emacs