Sometimes when I receive e-mail, it appears in both my Inbox and in my Drafts folders. When this happens, the actions on the document are the same as if I were writing an e-mail to send rather than receiving one from someone else. These e-mails are coming from the Internet, not from another user on Domino.
Is there anything I can do or anything I can report to the originators?
Subject: New mail arrives in my inbox, plus as a draft
well Drafts is a view so in order for it to fall into the Drafts view the message would need to meet all of these criteria:
PostedDate = “” & $MessageType = “” & @IsNotMember(“D” : “A”; ExcludeFromView) & ISMAILSTATIONERY != 1 & Form != “Group” & Form != “Person”
My guess is that something is causing the PostedDate to be NULL
Subject: New mail arrives in my inbox, plus as a draft
Could it be that there is a mail rule hanging out?