social/mail_tracking/tests
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 [FIX] mail_tracking: wrong bounced partner 2018-12-11 11:27:07 +01:00
test_mail_tracking.py [FIX] avoid bounce on 'error' event 2019-11-05 10:18:51 +01:00