On Wednesday, June 28, 2006, 13:59:16, Jacques Brouwers wrote:
> I am having trouble with one of the lines in helo_hostnames.regexp
>
> It seems to be catching the hostname
> smtpout12-02.prod.mesa1.secureserver.com.
>
> Below is the contents from the regexp file.
I think its this one
(.*[0-9]{2,3}\-[0-9]{2,3}.*\.[a-zA-Z]*)
pattern matching string
------- ---------------
.* smtpout
[0-9]{2,3} 12
\- -
[0-9]{2,3} 02
.* prod.mesa1.secureserver
\. .
[a-zA-Z]* com
--
[EMAIL PROTECTED]
"A wise moral is hard to find
but a chicken lays an egg only once."