We have an agent that generates email notifications, and some users are getting duplicate notifications.
DUPLICATE NAMES IN GROUPS:
The recipients are groups from a public address book, and some names do appear in 2 or more groups. My understanding is that if the expanded “To” list is greater than 15 KB, then Notes will split the email into separate parts before removing duplicate names. But when the groups are expanded, are names of the form “First Last/abc/def” (18 bytes)? Or are they of the form “CN=First Last/OU=abc/O=def@defghijklm” (37 bytes)? If it’s the first form, then we’re below 15 KB. But if it’s the second, we’re over.
STRANGE PROPERTIES (SEQ NUM):
In examining duplicate notes, the only thing I noticed that might be significant is that one doc was Created at 9:18:17, and the other was Created at 9:18:29. Both were Added at 9:18:29 (which is the time the duplicate was created). What seems strange to me is that the document created earlier (9:18:17) has Seq Num = 4 for all fields, but the document created later (9:18:29) has Seq Num = 3.
In comparison, a user who received only a single notification shows Created 9:18:17, Added 9:18:29, and Seq Num = 2 for all fields.
The agent is in LotusScript, and there is definitely only one send call.
I believe that the agent is sending only one email because most recipients are receiving only one – it’s just a small portion that are getting duplicates.
I don’t know what effect a third-party application might have. In theory, all users should have the same virus protection (McAfee VirusScan Enterprise 8.0.0).
So, it’s an easy matter in the LS agent before the “send” to create a dummy document in the application and store the SendTo List, date/time.
Once you have the send date/time, you can see if the SERVER delivers ONE or TWO copies - should be in the messaging/mail view in the server log.nsf
Re: McAfee - I was referring to the server, saw a few posts about the SERVER anti-virus program creating duplicate emails - some were anti-virus, others were firewall related
Also: SPR# SKAI5WPB63 - patch in 6.5.3 that duplicated emails in BCC when names were similar.