Details
Description
I updated the wiki to include compatibility with Hotmail Junk eMail Reporting Program (JMRP) when processing bounces :
http://wiki.civicrm.org/confluence/display/CRMDOC43/CiviMail+Tactics+for+Staying+Off+The+Black+List
The X-HmXmrOriginalRecipient pattern could be added to the list of default pattern in SQL upgrade/install process.
I'm not sure where are these file, so I cannot provide any patch, but it should be placed right after :
(@bounceTypeID, 'detected as spam');
The exact line would be :
(@bounceTypeID, 'X-HmXmrOriginalRecipient');
If you do so, please update the wiki to tell that the SQL command should be only used in version prior to [Fix version].
Thank you,
JLD