I want Lotus Domino to only send one email to users that are both recipients and members of a cc'ed lotus group.
Posted
by
Marcus
on Server Fault
See other posts from Server Fault
or by Marcus
Published on 2009-12-15T13:06:59Z
Indexed on
2011/01/14
19:55 UTC
Read the original article
Hit count: 278
Lotus Domino 7 and now Lotus Domino 8.5
The scenario:
A@mycompany writes an email to b@internet and cc's it to group@mycompany. A@mycompany is a member of group@mycompany.
With the initial email Domino is intelligent enough to not send the email which a@mycompany just wrote to a@mycompany again.
But when b@internet answers to all (a@mycompany + group@mycompany) then a@mycompany gets this email twice, because he is not only the author but also a member of group@mycompany.
During the smtp session the email is sent once with the recipients set to a@mycompany and group@mycompany and a single esmtp id. So Domino should well be able to see that the mail should only be sent to a@mycompany once.
Can I make Lotus Domino behave in this sane fashion?
© Server Fault or respective owner