social/mail_tracking_mass_mailing/models
david e419a90352 [FIX] avoid bounce on 'error' event
Catching this event as a bounce leads quite often to false bounces, like
in the cases the error is due to our own instance SMTP errors. Errors
like a too large message should no bounce a thread's recipients as the
problem isn't in the recipients side but ours.

We leave anyway some true positives aside (like in the case of malformed
email addresses). We should be able to detect and fix those anyway.
2019-11-05 10:18:51 +01:00
..
__init__.py [MIG] mail_tracking_mass_mailing: Migration to 11.0 2018-08-09 19:36:37 +02:00
mail_mail.py [MIG] mail_tracking_mass_mailing: Migration to 11.0 2018-08-09 19:36:37 +02:00
mail_mail_statistics.py [MIG] mail_tracking_mass_mailing: Migration to 11.0 2018-08-09 19:36:37 +02:00
mail_mass_mailing_contact.py [MIG] mail_tracking_mass_mailing: Migration to 11.0 2018-08-09 19:36:37 +02:00
mail_tracking_email.py [FIX] avoid bounce on 'error' event 2019-11-05 10:18:51 +01:00
mail_tracking_event.py [MIG] mail_tracking_mass_mailing: Migration to 11.0 2018-08-09 19:36:37 +02:00