Hello:
Some modules like Mail2Web uses Message-Id header in an special way.
When somebody replies an email, the Message-Id header is copied to In-Reply-To or Refereces header.
Then, Mailhandler allows users to get this emails and create comments and nodes from its.
STMP doesn't consider that another modules can modify this header and creates an Message-Id always.
For this reason, if another module define an Message-Id header, the final emails is sent with two Message-Id headers
I attach a patch for this
Bye, Mariano
| Comment | File | Size | Author |
|---|---|---|---|
| smtp_msgid.patch | 1.89 KB | dagmar |
Comments
Comment #1
oadaeh commentedI will have to investigate this when I get some more time. A solution that requires modification of the PHPMailer code will not be sustainable for the future of this module, so your last change will need to be reconsidered.
Comment #2
dagmarI have reviewed the new version of PHPMailer. Version 2.1 (Wed, June 04 2008)
In the changelog file I can read.
Maybe it can help with this issue
Comment #3
wundo commented