> Can you simply remember that the address came from an autocomplete and must therefore have come from some address book? I can, but that doesn't cover the scenario where a user types or pastes the entire address and hits enter. That action doesn't pass through the `ontextentered` listener of the autocomplete, even if the email address was part of the autocomplete since the user typed it or pasted it in its entirety. We still might have false negatives. > How does this work in TB 68 and before? There's not validation against AB in the composer header, it only checks if an address is valid or not. The same issue is present in the message header, as addresses saved in a LDAP directory are not getting the "blue star".
Bug 1609928 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
> Can you simply remember that the address came from an autocomplete and must therefore have come from some address book? I can, but that doesn't cover the scenario where a user types or pastes the entire address and hits enter. That action doesn't pass through the `ontextentered` listener of the autocomplete, even if the email address was part of the autocomplete since the user typed it or pasted it in its entirety. We still might have false negatives. > How does this work in TB 68 and before? There's no validation against AB in the composer header, it only checks if an address is valid or not. The same issue is present in the message header, as addresses saved in a LDAP directory are not getting the "blue star".