]> source.dussan.org Git - rspamd.git/commit
Support slashed re in lua_regexp.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Aug 2014 14:52:06 +0000 (15:52 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 Aug 2014 14:52:06 +0000 (15:52 +0100)
commit21a919a91f8019963215bf17cf4b8170a9735257
treeed52c071ca1bd8e7896a31bd3ee74ca2d29f579d
parentd1985c35b31070c05947e3a25e8f3692cf6b9549
Support slashed re in lua_regexp.

It is now possible to add slashed regexp to lua_regexp library, for
example:

/^something.+$/i
src/lua/lua_regexp.c
src/plugins/lua/settings.lua