Wednesday, October 17, 2018
1 change
Resolved issues and error corrections
Odoo now clears an email address's bounce counter when a message is received from that address. This helps keep contact deliverability information accurate and avoids treating active email addresses as unreliable based on old bounces.
Original PR description
The number of message bouce is incremented each time the email bounce on a specific email address. To have a correct information, we should reset to zero this counter if we receive a mail from this address. Indeed, if we receive an email from an email address, this email is active and the message bounce number (if > 0) is not relevant anymore. Task ID : 1893155 This taks is also related with Task ID : 33224, especially the autoblacklist rule part. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr