Hi, I want to do a case insensitive match, for example for Privacy header that can contain "id", "ID", "Id"... and other values.
I need something as:
if ($hdr(Privacy)=~"id"/i) {
but this obviously fails. Which is the way to do it?
Thanks.
--
Iñaki Baz Castillo
[EMAIL PROTECTED]
_______________________________________________
Users mailing list
[email protected]
http://lists.openser.org/cgi-bin/mailman/listinfo/users
