]> source.dussan.org Git - rspamd.git/commit
* Make regexp cache functions public for using them in other places
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 29 Mar 2009 10:02:01 +0000 (14:02 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Sun, 29 Mar 2009 10:02:01 +0000 (14:02 +0400)
commitc72912310c575a5ba7e7e50a5fdd425f3a4e4dbc
tree541e2b4917027886a4054cb118c41c0f7e5513e6
parentbbe772242e96fc37167a33a3f894d7f04e6b4087
* Make regexp cache functions public for using them in other places
* Add function regexp_match_number that checks number of matched arguments:
  e.g.: regexp_match_number(2, ${__RE1}, ${__RE2}, header_exists(Subject))
src/expressions.c
src/expressions.h
src/plugins/regexp.c