Pages: 1
RSS
Signature based on subject text, Changing new message or reply signature based on subject text
 
A scan of the forum has revealed no obvious way of doing this:

I would like to change my signature based on specific text contained in the subject of either a new message or a reply message.
Example:
The message subject of a new message contains the word "office" (not necessarily the first word)
The signature changes to a formal one rather than informal.

Any pointers as to how to achieve this or a better method would be welcome.

Thanks,
Stu..
 
Hello,

I had a simliar problem and just solved it like this:

%SetPattRegExp="WER"%-%RegExpBlindMatch="%Subject"%-
%_match=%SubPatt(0)%-
%IF:"%_match"="WER":%FROM="my@email.com"

This looks for the string "WER" in the subject line. If it is found (as a substring) then the %FROM email is changed. You should be able to to adjust this to solve your problem. Good luck.
Pages: 1