Hello!
I am evaluating TheBat Professional 4.0.24 (the newest one, downloaded 2 days ago from the official site).
I needed a filter which would change the %TEXT of the received message, leaving everything else intact. I tried to use the following filter to my incoming mail:
1) "CREATE NEW MESSAGE IN FOLDER 'ABC'"
%From="%OFromName <%OFromAddr>"
%To="%OToName <%OToAddr>"
%ReplyTo="%OReplyAddr"
%Subj="%OSubj"
%SetPattRegExp='A VALID REGEX HERE'%-
%RegExpBlindMatch='%Text'%-
%SubPatt='1'%SubPatt='2' {end so forth}
2) Move message to folder 'DEF'
This is one among many filters, all of them have 'continue running other filters' turned ON. Only this one causes problems.
EXPECTED BEHAVIOR:
A new mail should be created with only its text changed by the RegEx.
CURRENT BEHAVIOR: Access Violation after about 10 seconds. Moreover creates messages with empty text. Some messages are created properly. This is *NOT* a RegEx fault (checked). The same messages sometimes filter OK.
I am evaluating TheBat Professional 4.0.24 (the newest one, downloaded 2 days ago from the official site).
I needed a filter which would change the %TEXT of the received message, leaving everything else intact. I tried to use the following filter to my incoming mail:
1) "CREATE NEW MESSAGE IN FOLDER 'ABC'"
%From="%OFromName <%OFromAddr>"
%To="%OToName <%OToAddr>"
%ReplyTo="%OReplyAddr"
%Subj="%OSubj"
%SetPattRegExp='A VALID REGEX HERE'%-
%RegExpBlindMatch='%Text'%-
%SubPatt='1'%SubPatt='2' {end so forth}
2) Move message to folder 'DEF'
This is one among many filters, all of them have 'continue running other filters' turned ON. Only this one causes problems.
EXPECTED BEHAVIOR:
A new mail should be created with only its text changed by the RegEx.
CURRENT BEHAVIOR: Access Violation after about 10 seconds. Moreover creates messages with empty text. Some messages are created properly. This is *NOT* a RegEx fault (checked). The same messages sometimes filter OK.
Edited: - 05 June 2008 19:42:17