-
Notifications
You must be signed in to change notification settings - Fork 16
Emails to a mailing list not handled correctly #61
Description
If you have a mailing list as a match for a sender identity (mailinglist=), CI only matches the members of the mailing list not the mailing list itself. Thus if you send an email to a mailing list CI does not use the sender identity set for the mailing list.
In TB if you specify a mailing list as a recipient (by typing the mailing list name) TB puts in a recipient of "mailinglistname ". This is only expanded to the addressees in the mailing list when Send is clicked. CI neither recognises the mailing list itself nor (because, presumably, TB expands the mailing list after CI has examined the recipient field) the members of the mailing list and therefore the sender identity is NOT changed to the sender identity set for the mailing list.
The obvious solution to this issue would seem to be for CI, when it is expanding the mailing list, to add the mailing list name itself to the list of addresses that match the mailing list.