]> source.dussan.org Git - rspamd.git/commit
Use raw regexp instead of utf ones by default.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 12 May 2015 11:46:10 +0000 (12:46 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 12 May 2015 11:46:10 +0000 (12:46 +0100)
commit3a201043a8eca6be7e7d9a8a06bf4ec18c4047ef
treeea64785468cbe42232a522245b22bd21fd39f720
parent5912f1002bfb167232ce7ab2b23973644616ed1c
Use raw regexp instead of utf ones by default.

Now to enable utf8 match, one should specify 'u' modifier, for example,
by adding '/u' to the slashed patterm.
src/libutil/regexp.c
test/lua/unit/regxep.lua