On Wednesday, July 01, 2009 at 03:25 CEST, "Jason Bailey, Sun Advocate Webmaster" <webmas...@sunad.com> wrote:
[...] > The "/i" at the end implies case insensitivity when matching. I'm not > sure if Postfix honors such pattern modifiers, but generally speaking, > when dealing with Perl-compatible regex, that's what the "i" does. If > Postfix doesn't like it, just take the "i" out. As documented in regexp_table(5) and pcre_table(5), /i is supported but is used to DISABLE case-insensitivity. -- Magnus Bäck mag...@dsek.lth.se