QUOTE(njh[at]bandsman.co.uk @ Jun 11 2008, 05:13 PM)

All of my reports to spam.spamcop.net fail because whilst there's an MX record for spam.spamcop.net, there's no A record so sendmail says
<submit.xxxxxxxxxxxxx[at]spam.spamcop.net>... Unrecognized host name spam.spamcop.net.
This started happening a few weeks ago. Is there a mailertable hack I can do to get around it? I'm using sendmail 8.14.2.
I don't know what your system is doing...it should not be looking for an A record for spam.spamcop.net. It should be finding the MX record for spam.spamcop.net and using vmx1.spamcop.net or vmx2.spamcop.net
Perhaps you installed some kind of update about the time the problem started happening? Have you checked the lookup manually that you did not place some kind of local hosts table?
Microsoft Windows [Version 6.0.6001]
Copyright © 2006 Microsoft Corporation. All rights reserved.
C:\Users\sunderwood>nslookup
Default Server: resolver1.opendns.com
Address: 208.67.222.222
> set type=mx
> spam.spamcop.net
Server: resolver1.opendns.com
Address: 208.67.222.222
Non-authoritative answer:
spam.spamcop.net MX preference = 5, mail exchanger = vmx2.spamcop.net
spam.spamcop.net MX preference = 5, mail exchanger = vmx1.spamcop.net
> set type=any
> vmx2.spamcop.net
Server: resolver1.opendns.com
Address: 208.67.222.222
Non-authoritative answer:
vmx2.spamcop.net internet address = 204.15.82.29
>