Replies: 1 comment 6 replies
-
Hi, I'm perfectly fine with the behavior of displaying the favicon on the base of the signing domain (like in v. 2.2.0). For GitHub: It's the official GitHub notification system mailing, so it's perfectly fine to have a GitHub favicon displayed. It even helps to quickly recognize: This is GitHub and NOT a person with display name "Foo", which sent that mail. It's like any other forum notification: The official site notifies you, that there's something you may be interested in. For open mailing lists: This is more difficult as the mailing list content can really be originating from any person with any opinion and any intention. But I'd say people, who are using such mailing lists, are aware of this fact and technically, it's the official Thunderbird mailing list mail system, sending the mail. And people not using such mailing list won't get mails from an official mailing list mail system - so the argument is the same: The icon helps me to see, the sender is the official mail system. I guess, with this change, you'll also loose this useful feature for some other companies using it the other way round. So for example the company Foo, signing all its mails with SDID foo.com, but having mail addresses @sales.foo.com @hr.foo.com @research.foo.com or @newyork.foo.com, @losangeles.foo.com ... will loose its favicon. In general: Making the match for favicon display stricter, will probably break it the other way round and you might not catch all cases you'd like to catch and be in the same situation
As this is nothing you can derive from a DKIM signature, you'd need more flexibility, since it depends on how companies use their mail domains, you'd need to implement an own ruleset, if a favicon should be displayed or not, after the DKIM verification was passed. This is a lot of work and you'd have to recheck your rules from time to time, as companies might modify their services. Offtopic: I'm at version 2.2.0, you'll be releasing version 4: Were there a lot of feature changes and fixes in case I'd like to backport them to the 2.2.0 version? |
Beta Was this translation helpful? Give feedback.
-
Currently the favicon is added only based on the signing domain (SDID). This could maybe cause confusion if a domain that is in the favicon list is also hosting a mailing list which is DKIM signed.
An example for this are the Thunderbird mailing list that are signed by
discuss.thunderbird.net
(https://thunderbird.topicbox.com/groups).All mails send via this list currently show a Thunderbird logo before the sender, and not just for mails send by Thunderbird employees with a
@thunderbird.net
mail address.As the lists do have a footer (and currently also add the list name to the subject, which was not the case in the past and may change again), it is hopefully clear that not everyone there is speaking in the name of Thunderbird.
But I could imagine that at least some do get confused by this, so I'm thinking about restricting it to showing the favicons only if the from address is in the SDID.
A similar think are e.g. the GitHub notification mails. A difference to the mailing list case is that there the from address is always
[email protected]
, and only the display name of the address is set to the users display name who posted.So all this notifications would still show the GitHub logo, and hopefully too will not get confused as messages from GitHub employees.
Would be nice to hear some opinions on this.
Beta Was this translation helpful? Give feedback.
All reactions