cfmail message spooling once, sending twice
Hi there
For the last few weeks, one of my CF instances has started sending outgoing emails twice. For the last few years, the pages have sent one copy only, but now they are sending out 2 copies of each message. A second instance, running the identical page (from a different domain) only sends one copy of each message.
Even a simple, hardcoded <cfmail> tag, with nothing else on the page whatsoever, is sending twice.
I have confirmed through logs and tests that
- the cfmail tag runs only once
- only 1 physical message is added to the /Mail/Spool/ folder
- 2 identical messages are logged in the mailsent.log
- 2 emails are delivered
I have confirmation that the outgoing mail server is receiving 2 commands to send each message
As mentioned, the exact same page, run on instance 1 results in 2 messages and run on instance 2 results in 2 messages.
I have had confirmation that 2 copies of the first instance are not running at the same time.
Make any sense at all?
Any help would be appreciated greatly
