I am trying to add a tag to the subject header and then forward the email to my other email address. The closest I have got is using
Code:
:0 fhw
* ^Subject: \/.*
| formail -I "Subject: [TAG] $MATCH"
me@myemailaddress.com
But that adds the tag to the email in my inbox, but forwards the email without the tag (and I want it to do the opposite! but the non-edited version in my inbox, and forward the one with "[TAG]" in the subject header)
.
Can anyone help?
Cheers Verymuchskly