hi,

If i try to register with a name that includes a domain name [sub-domain for sure] ala so:
[EMAIL PROTECTED]

i get a 513 response saying that the message is too big. the code below is what is generating the message:

if (msg:len >=  2048 ) {
               sl_send_reply("513", "Message too big");
               exit;

If on the other hand if i register with [EMAIL PROTECTED] using the IP address it works well. I did not test a domain name that is not a subdomain.

I am using version 1.0.1



_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to