special $reply_regexp ?
Hi,
I'm stumbled upon why these two reply_regex behave differently.
First one, default:
^(re([\\[0-9\\]+])*|aw):[ \t]*
will match any combination of mixed case characters for "RE" part.
But once I turned it into :
^((re|ответ)([\\[0-9\\]+])*|aw):[ \t]*
or, I guess as fine, :
^(re|ответ([\\[0-9\\]+])*|aw):[ \t]*
it only matches the exact case, so I had to add all possible case
combinations into the regexp
Couldn't find any special treatment for the reply_regexp RX ...
The configuration file actually specifies UTF8 characters.
Thanks !
Pawel.
Bye.
--
Pawel S. Veselov [vps], Sun Microsystems, Inc.
Staff Engineer, Java Mobile Systems and Services Engineering __ __(O) _ __
(408) 276-5410 e-mail: Pawel.Veselov@xxxxxxx \ V /| || ' \
fax(408) 276-6090 HomePage: http://manticore.2y.net \_/ |_||_|_|_|