On Tue, Oct 23, 2012 at 08:53:19AM -0700, marintech wrote: > I'm having a heck of a time trying to get inbound mail to work from my new > Spam filtering provider. The problem I see is that when my mail server gets > the mail from Spam Soap there is something in the header that it thinks made > too many hops.
You've likely created a routing loop between your server and the spam filtering service. Don't forward already filtered mail back to the filtering service. Or you have a content filter loop on the local machine, with mail that passes a content filter re-injected right back into that local filter. -- Viktor.