ServWise.com Posted July 14, 2009 Share Posted July 14, 2009 Clients are unable to enter SPF records in Client Area DNS management, entering something like "v=spf1 a mx ip4:89.145.96.144 -all" results in only "v=" being returned. Looks like over zealous string sanitising in the form. Also can we have a delete options next the each record, I know that users can simply clear the record and save but it's not very user friendly. 0 Quote Link to comment Share on other sites More sharing options...
Lawrence Posted July 14, 2009 Share Posted July 14, 2009 Clients are unable to enter SPF records in Client Area DNS management, entering something like "v=spf1 a mx ip4:89.145.96.144 -all" results in only "v=" being returned. Looks like over zealous string sanitising in the form. Also can we have a delete options next the each record, I know that users can simply clear the record and save but it's not very user friendly. Ummm where do you see that? I don't see anything in WHMCS that allows manual entry of such records. 0 Quote Link to comment Share on other sites More sharing options...
ServWise.com Posted July 14, 2009 Author Share Posted July 14, 2009 client area domain management section, the domain must have name servers set to use enoms name servers before they work. 0 Quote Link to comment Share on other sites More sharing options...
Lawrence Posted July 15, 2009 Share Posted July 15, 2009 client area domain management section, the domain must have name servers set to use enoms name servers before they work. Weird. I have never noticed that feature. For now, why not just set it via eNoms site? 0 Quote Link to comment Share on other sites More sharing options...
ServWise.com Posted July 15, 2009 Author Share Posted July 15, 2009 Seems the txt record does actualy get set correctly at ENOM from WHMCS, it is just displayed broken in WHMCS so the client will assume it is wrong anyway. 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted July 15, 2009 Share Posted July 15, 2009 Reported this back in April. http://forum.whmcs.com/showthread.php?t=19198 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted July 15, 2009 WHMCS CEO Share Posted July 15, 2009 It's a bug with their name/value pair API. Their API is sending responses as hostname1=A&ip1=xx.xx.xx.xx&hostname2=v=spf1 a mx ip4:89.145.96.144 -all&ip2=xx.xx.xx.xx and therefore the string splitting at = doesn't work for this kind of value. Fixed by using their XML response method for this call. Matt 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.