-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Henning,
hmmm, I thing I did a mistake ....
modparam("group", "reg_exp_column", "re")
should be
modparam("group", "re_exp_column", "re")
... sorry ....
Other Question about Groups.
Is there a documentation how the reg expr syntax for re_grp table should
be?
I tried something like
sip:1234([12][0-9]|3[0-1])@
but no success.
When I try following in perl it works:
- -------------------------
$a="sip:123431@";
if($a=~/sip:1234([12][0-9]|3[0-1])@/)
{
print "Matched $1\n";
}
- -------------------------
Any idea?
regards
helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org
iD8DBQFHTGkN4tZeNddg3dwRAmjEAJ9Joq7d7ByjGx8xVsHaKZ/luV494wCgnVRR
N1BXyLUrdGb0RMMJqxw2BQs=
=e66Z
-----END PGP SIGNATURE-----