On Wed, Feb 12, 2014 at 10:06:48AM -0500, L. D. James wrote: > Thanks again for the input. When I post how I resolved the issue,
The only issue is that you have not understood how to read your logs which log every message twice (because you're using a post-queue content filter). With content filters, each message is received, stored in the queue, and then sent via the content filter to be received and queued again (this time with a local client address) the second time it is finally delivered to its intended destination. To understand how a message entered your system you need to look at TWO queue-ids, the pre-filter queue-id and the post-filter queue-id. -- Viktor.