[Rtir] MakeClicky weirdness
Jesse Vincent
jesse at bestpractical.com
Thu Feb 3 10:33:47 EST 2005
> > < Fdomain => [ q[(?:[\w-]+\.)+[a-z]{2,3}], $cb{host} ],
> > > Fdomain => [ q[(?:[\w-]+\.)+[a-z]{2,4}], $cb{host} ],
>
> If you want that the capital letters are accepted on that regular
> expression, you'll have to write some like the following
>
> Fdomain => [ q[(?:[\w-]+\.)+[A-Za-z]{2,3}], $cb{host} ]
>
> I think it'll be enough to fix your matter.
Ruediger, if that works for you, forward carlos' mail to
rtir-bugs at fsck.com and we'll get it checked in.
Jesse
>
> Cheers,
> Carlos
> --
> Carlos Fuentes Bermejo <carlos at cert.ja.net>
> JANET-CERT
> _______________________________________________
> Rtir mailing list
> Rtir at lists.bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rtir
--
More information about the Rtir
mailing list