Removing Return Receipts in Lotus Domino
For some reason IBM has decided that an option to turn of return receipts for incoming email is not desired. At least there is no such option available in their clients. I generally dislike RRs, and thankfully I found a small code snippet that removes them from inbound emails as well as notifies me that the sender requested one: Basically all you need is to create a new agent as a "before mail arrives" action, that contains the following:
@If(ReturnReceipt="1";FIELD _ViewIcon:=103;""); @If(ReturnReceipt="1";FIELD ReturnReceipt:=@DeleteField;"");
That makes emails requesting a RR identified by a red-arrow, but it removes the ReturnReceipt field from the incoming email.
Thanks to Theo Heselmans for his comment on lotusgeek.com!
Post metadata
Published February 1, 2007 16:11
0 comments
Tagged with computing, domino, email, lotus, return-receipts and return receipts
0 Responses to Removing Return Receipts in Lotus Domino:
0 Pingbacks to Removing Return Receipts in Lotus Domino:
Leave a Reply