hi,
If i try to register with a name that includes a domain name [sub-domain for sure] ala so: joe@pipe.plumbers.com
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 joe@182.154.23.2 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