Add escape option to rsub and rbl improvements

This commit is contained in:
brenosilva
2011-03-31 17:15:37 +00:00
parent d696341663
commit 2ff42243fa
4 changed files with 157 additions and 20 deletions

View File

@@ -187,6 +187,7 @@ struct msre_rule {
char *sub_str;
char *re_str;
int re_precomp;
int escape_re;
msre_ipmatch *ip_op;
};