Re: [Exim] Regular Expression Help

Top Page
Delete this message
Reply to this message
Author: Miquel van Smoorenburg
Date:  
To: exim-users
Subject: Re: [Exim] Regular Expression Help
In article <Pine.LNX.4.33.0111281840440.444-100000@???>,
Tamas TEVESZ <ice@???> wrote:
>On Wed, 28 Nov 2001, Marc Perkel wrote:
>
> > That's probably more complex than I need. I'm just filtering spam.
>
>:DD
>sorry :)
>
> > If the first 6 character are in [0-9 and .] it's good enough.
>
>[0-9\.]{6}


How about http://\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}/

Mike.
--
"Only two things are infinite, the universe and human stupidity,
and I'm not sure about the former" -- Albert Einstein.