I have multiple inbound email addresses pointing to a single NSF. The problem I am having is how to determine which address was used if the mailbox received the email as the result of being in the BlindCopyTo of the original email (SMTP from other domains). I’ve scanned the fields on the NotesDocument, if it’s there I don’t see it. Is there a way to determine which address (or NAB entry) was used to deliver an email to this NSF?
Subject: How to determine BlindCopyTo addressee on incoming mail
You can open the mail then choose menu VIEW - SHOW - PAGE SOURCE.
HTH
Daniel
Subject: the SMTP envelope is not preserved in the Notes document which is created
A long time ago – like about two years, I think – Chris Linfoot (http://www.chris-linfoot.net) had a cool modification you could make to your NAB design which would allow you to create server mail rules which looked at the SMTP envelope. The intent was to be able to filter spam while looking at a wider array of criteria than the default mail rules provide. While I don’t think this modification will likely give you what you’re looking for, it is a good place to start looking.
Subject: bcc recipient
Found this fix list entry which describes a similar request.
http://www-10.lotus.com/ldd/r5fixlist.nsf/Public/8B4C5BFAA2CAE87985256FA4003C90D6?OpenDocument
The envelope recipient item is removed on delivery, but bcc is a special case, and there’s a notes.ini you can enable on your mail server doing delivery to use the envelope item instead of your full name in the blindcopyto item.
RouterUseRecipientForBcc=1 (Introduced in 6.03)