Rewrite SPAM subject line with procmail
// Remove textdrive's ***SPAM*** addition
// by phearlez
// http://discuss.joyent.com/viewtopic.php?pid=154695#p154695
// by phearlez
// http://discuss.joyent.com/viewtopic.php?pid=154695#p154695
# Remove the word ***SPAM*** from SpamAssassin's subject line re-write :0 fHw * ^Subject: \*\*\*SPAM\*\*\* | sed -e 's/\*\*\*SPAM\*\*\*//g'