This may be an unusual idea, but I would like to rewrite the body of an email message to assist the user in phishing scams.
We are receiving a barrage of emails from "FDIC Corporation", "ACH Transaction Failure" and others. I'm sure you've all seen the messages... I think a great idea would be to rewrite the email to a way the user is able to say to themselves, "...this is not right..."
Example:
Code:
Due to the introduction of our new security system,
which is aimed at reducing the number of cases of wire
fraud... blah blah blah CLICK HERE
So the CLICK HERE will take you wherever the embedded link states... Again, no news to anyone.
What I would like to do is:
Code:
Due to the introduction of our new security system,
which is aimed at reducing the number of cases of wire
fraud... blah blah blah CLICK HERE (http://www.real-clickable-url.com/fraudpage/bogus.html)
So basically, I would like to convert the text between the <a> tags to text, extract the URL and append it to the text and wrap it in parenthesis.
Is there a way to do this with Zimbra?
Thanks,
Tom