[ingo] Regex example in help.xml
Oscar del Rio
delrio at mie.utoronto.ca
Mon Nov 4 16:28:03 UTC 2013
(I posted this under another thread. Re-posting in new thread)
In ingo's help.xml file, the syntax in the "regex" example
<heading>Regex</heading>
<para>Regex allows you to use complex POSIX compatible regular
expressions
to compare against message headers. Example: "Received from
[*\.*\.*\.*] by
(hosta|hostb).example.com*" would match "Received from
[172.16.100.1] by
hosta.example.com on Tuesday"</para>
should the regex be \[.*\..*\..*\..*\] ?
More information about the ingo
mailing list