On Mon, Jan 17, 2011 at 11:16:30AM +1300, Cameron McCormack wrote:
One small issue:

function header-override {
    grep -i -E "^(X-attached: *none|Resent-From: )*$" "$TMPFILE"
}

I think that line should be

   grep -i -E "^(X-attached: *none|Resent-From: )" "$TMPFILE"

otherwise all mails get sent.

Good catch!  Thanks!

Ed

Attachment: signature.txt
Description: Digital signature

Reply via email to