On Tue, 9 Dec 1997, Neal Becker wrote:
> I guess it's the '_' character, right?
>
> 1997-12-09 13:49:44 rejected HELO: syntactically invalid argument(s): kcorp_server1.kostech.com
On Tue, 9 Dec 1997, John Henders wrote:
> Yup. look around line 1116 in smtp_in.c. Make it look like this
>
> if (!isalnum((uschar)*s) && *s != '.' && *s != '-' && *s != '_')
I have an item on the wish list to invent an more general option for this,
e.g. a regular expression.
--
Philip Hazel University Computing Service,
ph10@??? New Museums Site, Cambridge CB2 3QG,
P.Hazel@??? England. Phone: +44 1223 334714
--
*** Exim information can be found at
http://www.exim.org/ ***