Skip to content
  • Michael Gratton's avatar
    Attempt to de-mangle From names from Mailman, GitLab, etc · 6c8f1921
    Michael Gratton authored and Michael Gratton's avatar Michael Gratton committed
    Some software like the above will mangle From mailbox names by appending
    "via Some Service" to the From mailbox name. This messes up generating
    default avatars for the actual people sending these messages, so
    attempt to de-mangle the names.
    
    This involves moving primary originator determination from the engine
    to the client, since it's now a policy thing. Add unit tests.
    6c8f1921