https://bugs.exim.org/show_bug.cgi?id=1722
--- Comment #6 from pankaj <pankaj-g@???> ---
Hi ,
Thanks for your response
we are using pcre_compile in following format
pcre_compile(str, options, &error, &errptr,NULL);
where
str =
^((?!hub|data_engine|nads_|heartbeat_engine2|queuemon|request_monitoring|critical_component_monitor|weblogic).)*$
int option = 0;
const char *error = NULL;
int errptr;
--
You are receiving this mail because:
You are on the CC list for the bug.