>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.
it's the "12-02", which is probably matching this:
>/(.*[0-9]{2,3}\-[0-9]{2,3}.*\.[a-zA-Z]*)/ 554 ACL helo_hostnames_regexp
>HELO/EHLO hostname must not contain an IP address, HELO =3D $1
... so #comment it out to see.
Len
