#!/bin/bash cat /dev/stdin | grep -iv "^From:" | grep -iv "^To:" | msmtp $@