Hi Ed.
Ed Blackman:
> It started from the second script in
> http://wiki.mutt.org/?ConfigTricks/CheckAttach but I've added my own
> refinements (not checking for keywords in messages I resend
> ("bounce") or in Content-Disposition filenames, etc).
Great! I’ve been wanting to get something like this working for a long
time.
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.
Thanks,
Cameron
PS: Had to add that header on to this email. :-)
--
Cameron McCormack ≝ http://mcc.id.au/