#! /bin/sh
# send via mail, unprotected (typically used for bencode output only)
# Remember: $1 is ${SITE}

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