Commit Graph

9 Commits (a1bd2bc4f81b0b522659b869a78d808ed62a8dce)

Author SHA1 Message Date
Jairo Llopis f3c1b79852 [FIX] mail_tracking: reduce spammy score
Fix https://github.com/OCA/social/issues/701, following idea from https://kb.mailwizz.com/articles/low-score-in-spamassassin-because-of-the-rand_mktg_header-rule/ to avoid matching the regexp explained in https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7888#c5

@Tecnativa TT29674
2022-06-27 14:04:36 +02:00
Wolfgang Pichler d50a8ff4ed [FIX] re.search will return None when nothing found. So we have to check for this 2020-10-23 14:16:12 +02:00
Jairo Llopis 50f0e6a41d [FIX] mail_tracking: do not slurp exceptions
This code chunk is expected to raise. Slurping it doesn't help upstream methods that rely on these exceptions.

@Tecnativa TT24457
2020-06-24 10:48:00 +01:00
ernesto 9f6d72034f [MIG] mail_tracking: Migration to 12.0 2019-01-07 02:40:06 -05:00
David 0fd2b031ef [MIG] mail_tracking: Migration to 11.0 2018-12-18 12:31:00 -05:00
Antonio Espinosa 0c02f4bab5 [FIX] mail_tracking: bugfixes (#199)
* [FIX] Only one data-odoo-tracking-email tag in each email
* [FIX] Get status even in multicompany instances
2018-12-18 12:31:00 -05:00
Pedro M. Baeza ecb876f911 [FIX] mail_tracking: Obtain outgoing server with sudo
As regular users can't access this object.
2018-12-18 12:30:59 -05:00
Damien Bouvy 9bb2e239b7 [MIG] mail_tracking: Migrated to 10.0 2018-12-18 12:30:58 -05:00
Antonio Espinosa bc83763427 [8.0][ADD] mail_tracking addon (#67)
* [ADD] mail_tracking addon

* Add description icon

* Fixes remarked

* Fix Travis error

* Remarks fixed
2018-12-18 12:30:58 -05:00