Re: add to senders real name
On 03/13/08 08:57, Peter Postma - DCF wrote:
> With MIMEdefang I can add a string to the subject, but management
> thinks this is not enouth.
Use MIMEdefang to edit the From: header with in the message.
I'd think a simple RegEx would do the trick "/\(From:.*\)\(<.*>.*\)/\1
[Safe] \2/" (or the likes) should do what you are needing. (Note: I've
never used MIMEdefang and I'm not all that familiar with Perl RegExs,
but that will work in vim and sed so I know that it is close to what you
need in Perl.)
Grant. . . .
|