Bug #453
[labs] mail notifications have implicit destination
Status:
open
Priority:
bug
Assignee:
-
% Done:
0%
Description
Mailman puts all notification emails sent to the dev list in its moderation queue with the reason "Message has implicit destination".
Disabling "Blind carbon copy recipients (bcc)" solves this, but it leaks emails of all subscribers in the mail sent to the list. Is it ok?
Can it be fixed to send a separate mail with the user in the To header?
Or is it a mail server issue?
History
Updated by lukeshu over 9 years ago
Here's what I think is happening:
To: Cc: Bcc: list users...
What needs to happen:
To: list Cc: Bcc: users...
I could be mistaken on what is currently happening (I don't think I'm currently a moderator on the list, to check). Whatever the case, the list needs to be in "To" or "Cc", while individual users should be in "Bcc".