One of my systems uses the user agent "Sitetruth.com site rating system". This breaks some Coyote Point load balancers. Their parsing of HTTP headers breaks if the last letter of the header is "m". I had to stick an unnecessary "Accept /" header at the end to bypass that.
I suspect that one of their regular expressions has "\m" where they meant "\n".
I suspect that one of their regular expressions has "\m" where they meant "\n".