How to filter out inbound Read receipts but prevent prevent notification to sender

Greetings,
For Exchange 2007, we would like to prevent external users from sending Read Receipt requests to our users.  In the Outlook client, we can easily disable this.  But for EAS users, their smartphones send a reply as soon as the email is opened.  I've
applied a Hub Transport rule to strip out the "Disposition-Notification-To" from inbound emails but this causes a different message to be sent to the sender, "Delivery to these recipients or distribution lists is complete, but delivery
notification was not sent by the destination:".   As a test, I've now also unchecked "Allow Delivery Reports" for Remote domains, but will this work?  Should both settings be applied to avoid generating the response to senders as noted
previously?
Thanks

Hi,
From your description, you want to prevent the external users from receiving the read receipts of internal users.
You can create the following transport rule to achieve it. (Note: Because we use the "Read" as subject key word, it will delete the messages whose subject contain "read", please pay attention to use it.)
What's more, I have a test in my lab. If I choose "Read:" as subject key word, the transport doesn't work. When I choose "Read" as subject key word, it works.
Besides, to force an immediate update of transport rule, you can stop and start the Microsoft Exchange Transport service.
Hope it helps.
If you need further assistance, please feel free to let me know.
Best regards,
Amy
Amy Wang
TechNet Community Support

Similar Messages

  • Permit internal Read Receipts but prevent them from exiting organisation

    http://blogs.technet.com/b/exchange/archive/2011/02/23/3412028.aspx
    Above article explains how to delete Read Receipts in Exchange altogether.
    Can I use Exchange to allow Read Receipts between internal users within the organisation but prevent read receipts from being sent to external mail addresses? Case in point is to prevent spammers from confirming live addresses within the organisation.
    So we want to know if anyone has read our emails; we want to know if we've read each others emails and if the outside world has read our emails but we don't want the outside world to know whether we've read their emails.
    I'm getting the impression that the functionality supported in Exchange means that you can only configure a rule like this on a separate gateway (front end?) if you want only external affected and you cannot specify the direction (i.e. allow incoming read
    receipts but delete outgoing read receipts).

    Hi,
    From your description, you want to prevent the external users from receiving the read receipts of internal users.
    You can create the following transport rule to achieve it. (Note: Because we use the "Read" as subject key word, it will delete the messages whose subject contain "read", please pay attention to use it.)
    What's more, I have a test in my lab. If I choose "Read:" as subject key word, the transport doesn't work. When I choose "Read" as subject key word, it works.
    Besides, to force an immediate update of transport rule, you can stop and start the Microsoft Exchange Transport service.
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • How do i get a read receipt for email

    How do I get a read receipt in mac e-mail?

    There is a workaround, but it's not reliable, so I don't recommend it.
    Email receipts are not a standard feature of email. Some email programs support it, some don't. If someone reads email online (ie, in webmail), no read receipt is created. Even if someone uses Outlook (which supports it), they have to turn the send-receipt feature on.
    So if you don't receive a receipt, you can not, unfortunately, know for sure that the message was not read.
    Matt

  • HT201320 how do i set up read receipts for emails from the iphone?

    how do i set up read receipts for emails from the iphone?

    That is not a feature of the Mail app. Check with your email provider to see if it's a service they offer.

  • Mail how do i set a read receipt for messages I send

    mail how do i set a read receipt for messages I send

    Hi Sunny
    There's no built-in option, and the workaround is rather complex. I would advise against it, since "read receipts" are not a standard part of the email protocol, and most email clients cannot return receipts or have it turned off anyway.
    Matt

  • In Mail on my Mac how do I request a read receipt?

    In Mail on my Mac how do I request a read receipt?

    Greetings barendfromport,
    Welcome to the Apple Support Communities!
    I understand that you would like a read receipt in Mac Mail on your computer. For this question, I would refer you to the attached discussion. 
    How to set up read receipts in mail on OSX Mave... | Apple Support Communities
    Cheers,
    Joe

  • How do i attache a read receipt to out ward emails

    How do i attach read receipt message to my emails

    Unless you know that the recipient's email software supports read receipts (which many don't) and is set to provide them (which many of the rest are not), the most effective way may be to type the text "Please let me know when you receive this message." as part of the message.

  • How can I set a "Read Receipt" so that I know my emails have been opened?

    I have Mail 2.1 and have gone through all the menus and cannot figure out how or what I need to do to get a read receipt email to find out if the messages I have sent to certain recipients have been opened. Does anyone know how to do this? Thanks so much!

    The Mail.app does not include this feature nor does it provide a read receipt without your knowledge when requested by the sender of a message. There is a Terminal command you can enter to request a read receipt for every sent message but not by individual message.
    Keep in mind, if the recipient's email client supports providing a read receipt when requested by the sender of a message, the recipient also has the ability to deny providing a read receipt for messages read if requested by the sender.
    I use Windows Outlook at work and I don't request a read receipt for sent messages nor do I provide it when requested by the sender of a message.

  • How to track Delivery and Read Receipts, to update the e-mail status?

    Hi,
    I got bit confused, How can I came to know that my e-mail has been successfully sent or not without opening my inbox.
    Am sending 50,000 mails per day by using java mail sending program, while sending I am enabled Delivery and Read receipt and I saved message-id in database and I got that receipt back to my inbox.
    Then I am reading my Inbox using another java program based on message-id concept, And also I need to parse the body of the mail to update the reason if any message failed.
    Here my Inbox received more than 1 lac mails per day as receipts. Because am sending 50,000 mails, So, I got 2 receipt mails for 1 mail, totally 50,000*2=1lac mails in Inbox. My problem is, my reading Inbox java program not able read all 1lac mails at one day. It just reading 5,000 mails per day. When my next day mail sending process started, again i am getting another 1 lac receipts.
    Since I am not able to read and delete the receipts completely, mail counts in my inbox getting accumulated. So, I got stuck, How can I do this?
    If anybody have any other ideas please share with me.
    Already I surfed on net lot, but I can`t find solution for this concept.
    Thanks in advance.

    Hi EJP,
    step 2: Taking total inbox length using message.length
    The message count is available via Folder.getMessageCount*().//ok I will try this one.*
    step 3: In for loop, for(i=0; i < = n; i+){+ //--here we are getting mails one by one
    That should be i < n, not i <= n. *//here I was wrongly specified, I used i<n only.*
    step 5: In that mail body we are searching our own unique keyword(which we set for our unique mail reference)
    Searching how?
    In order to find the keyword, we are getting entire text/plain mail body using below method,
    //To get body plain/text body part start here
         public static void getTextPlainBodyPart(Part p) throws Exception {
              if (p.isMimeType("text/plain")) {
                   if (!(showStructure) && !(saveAttachments)){
                       lstr = (String)p.getContent();
              }else if (p.isMimeType("multipart/*")) {
                 Multipart mp = (Multipart)p.getContent();
                 level++;
                  int count = mp.getCount();
                  for (int i = 0; i < count; i++){
                 getTextPlainBodyPart(mp.getBodyPart(i));
                  level--;
    //To get body plain/text body part end hereAbove method will return entire body of the mail in one string variable, Eg: String mailBody;(*mailBody variable contains entire body)*
    Then using mailBody variable we are searching our own keyword(which we set for our unique mail reference while sending mail) using below technique,
    if(lstr.indexOf("!$*#*$") != -1 && lstr.lastIndexOf("$*#*$!") != -1){
    KeyWord = lstr.substring(lstr.indexOf("!$*#*$")+3,lstr.lastIndexOf("$*#*$!"));
    //to get reason alone
    if(lstr.contains("Reason:")){
         Pattern p = Pattern.compile("Reason:\\s([^\\n])*");
    Matcher m = p.matcher(lstr);
    boolean result = m.find();
         while(result) {
            reason = m.group();
             result = m.find();
    //System.out.println("Reason:>>>>"+reason);
    }else{
         reason = "";
    }After getting that keyword in KeyWord variable,
    then we are updating our database using that KeyWord,(here we are using KeyWord variable in where condition in update query)
    Note:_ KeyWord is nothing but, we were stored all our unique keyword against every mails while sending.So, If when get that keyword while reading the receipts,then we can update our table using that same keyword.
    guide how can I do this effieciently. And if you any other new concept please share with me.
    Thanks in advance..
    Edited by: EJP on 17/03/2011 16:54: added code tags. Please use them. Code is 100% illegible otherwise.

  • Help - How To Filter Out Completed Tasks from Remember

    I am a new user to Blackberry Classic OS 10.3.2. When I view tasks in the Remember app I would like to filter out or hide the tasks that are completed. The completed tasks currently still appear in the list and are crossed out but are cluttering up my list. Note that my tasks are synched to Outlook 2010. I have a long list of tasks and unless I can hide the completed tasks, the Remember app is not feasible. The sorting does not help as there is no way to sort all the incomplete to the top of the list. Thanks - hopefully someone knows a way around this!

    Hi Manuel,
    You should enclose the part you don't want to be checked...
    eg.
    REPORT zreport.
    SET EXTENDED CHECK OFF.  "To deactivate extended checks
    INCLUDE (standard include 1).
    INCLUDE (standard include 2).
    SET EXTENDED CHECK ON.  "To reactivate extended checks
    START-OF-SELECTION.
    Kr,
    Manu.

  • WebDAV how to make root folders read only but contents writable

    Hi everyone.. Thanks in advance to anyone who can help me out..
    1 PERMISSIONS
    I have a working WebDAV server. In each realm (or user account) they have a setup that mocks their home folder, ie, Documents, Movies, Websites, etc.
    How can I modify the permissions so that these root folders cannot be deleted, but they can obviously have items added/deleted inside of them?
    2 QUOTAS
    Is there anyway to add quotas to WebDav accounts?
    Thanks a lot!
    -Mel

    sorry guys..
    Just figured out how to sort out the permissions.. You need to modify the WWW user the way you would normally set the standard user's permissions..
    Any help on setting the quotas?
    Thanks!
    -Mel

  • How do I get a read receipt for my sent emails?

    Can someone tell me how to get a "read receipt" in Safari Mail?  I want to know when the recipient of my email reads it.

    Read the comments in this similar post about using receipts.
    https://discussions.apple.com/message/11025500?messageID=11025500
     Cheers, Tom

  • How top filter the inbound idoc?

    Hi all,
    I need to filter the Idoc like only some data to some particular organization.
    Only some purchase organization i need to process.
    How to filter it?
    Regards,
    Rohith.

    HI rohit,
    if you need to mapp the values from "originalvalue" to > "new_value" ... then you could use the ALE IDoc Segment Conversion Rules
    1. Tcode: BD62 - Create a new Rule
    2. Tcode: BD79 - change the values for that rule
    3. Tcode: BD55 - assign the rule to a partner
    Regards,
    Gordon

  • How to stop galaxy text read receipt

    I've got my message read turned off &amp; my friends galaxy still knows when I've opened his message

    Turning on or off message read receipts only affects iMessages. Therefore, it has nothing to do with what's happening between you and someone who has a non-Apple phone. Therefore, either one or both of your carriers provides such a feature for SMS. This feature is can be enable by third party messaging apps on Androids. There's nothing you can do about that.

  • How can I make the return receipt and deliver status notification work ?y

    I have checked marked "return receipt" and "delivery status notification" when doing emails.
    Doesn't seem to be working.
    Please help

    are they not working, or has the recipient simply declined to send them? That is the real question. Sending mail to yourself rarely triggers the return receipt

Maybe you are looking for

  • Stacked bar chart to show vertically

    I want to show stacked bar chart vertically. Requirement is Mat1 - WIP Qty 14, Inv 20, Finished 22  Mat2 - WIP Qty 16, Inv 10, Finished 18   We want to display chart where Material will be displayed on Y-axis and diffrent Qty will be shown as one bar

  • RE: (load : class not found) for IE.5 browser

    Hi I try appletviewer example1.html can do this class. But use IE.5 browser can't try this class show load : class Cor1 not found when mouse over it (my class include "import javax.swing.*;") Please help me thanks a lot David

  • Valuation Type Wise Standard Cost

    Hi SAP Experts, I can not update the valuation type wise standard cost. It is going updated only at the Header level in the material master. We have activated the batch valuatin and also the split valuation for materials. At the header level in the m

  • Function to find Average salary

    Hello everyone, First of all I would like to say that I am a newbie to PL/SQL so please be patient with me. I am trying to create a function that will calculate the average salary for employees and compare the average salary to each employee's salary

  • Problem with Complex Web Dynpro Webservice Model

    Hi all, in my Web Dynpro application I am using a Webservice which seems to be too complex for the Web Dynpro Model. I think I am getting the same kind of problems like: HELP for WebDynpro web service model with complex structure But I dont have a co