#!/bin/sh -f # Remove Yahoo Ad at the bottom of the email. **CAUTION** It will # quite likely remove any attachments too. ad="^[-]+ Yahoo.+Sponsor.+>" sed -E \ -e " /$ad/,$ d "