Skip to main content
When we send out an auto response and the owner of that email has their own auto response enabled an issue is created where thousands of duplicate auto replies are created flooding our queue. 
4 个回答
  1. 2011年7月1日 19:59
    That's always a tricky problem because it's very hard to automatically identify whether an email is an autoreply or not.  One trick is to set up your forwarding filters so that emails with "Out of Office' in the subject are not forwarded to Salesforce.com.

     

    Another trick is to write a trigger that counts the number of cases created by a single email address in the last, say, 5 minutes, and limit that number to 3 (i.e. block the 4th case from being created).  I once had some sample code for such a trigger but alas it has been lost to the ether, I think.
0/9000