Pages: 1
RSS
Seeking macro/expression to remove unnecessary Re/Fwd/Odp in subject
 
Hi

I'm trying to find macro or expression that will allow to remove unnecessary Re, Fwd, Odp or some other local abbreviations from the subject. I've found some but they don't work properly. Anybody has working one?

Leon
 
this one has a problem when there is re.: odp.: but works wtih re: odp:
Code
%Subject="Re: %SetPattRegExp='(?i)\A\:?(\s*(re|fwd|fw|pd|odp)%-(\[\d{1,3}\])?:\s*|\[.*?\])*\s*(.*?)\Z'%-%RegExpBlindMatch='%OFullSubj'%SubPatt='4'"%- 
 
Found easy solution. Topic to delete. :D
Pages: 1