#! /bin/sh
# send via mail, unprotected (typically used for bencode output only)

( echo ; cat ) | /usr/lib/sendmail -v $1
