[Rtir] MakeClicky weirdness
Carlos Fuentes Bermejo
carlos at cert.ja.net
Thu Feb 3 10:39:07 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, we had the same problem here, and that works for us, but if I
don't remember bad, the RTIR 1.2 engine takes out this problem, because
its regular expression cares about the capital letters.
Cheers,
Carlos
--
A Spanish guy in JANET-CERT
Carlos Fuentes Bermejo <carlos at cert.ja.net>
JANET-CERT
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://bestpractical.com/pipermail/rtir/attachments/20050203/3f3ecdaf/attachment.pgp
More information about the Rtir
mailing list