--- mailcomment_extras.module
+++ (clipboard)
@@ -11,6 +11,7 @@
        * mac_mail_2 => On Feb 17, 2009, at 2:30 PM,
        * outlook_express => ----- Original Message -----
        * outlook_legacy => From: foo@example.com [foo@example.com]
+       * mac_entourage => On 5/6/10 5:10 PM, "foo" <foo@example.com> wrote:
        *
        */
       // Build an array of different possible matching expressions
@@ -21,6 +22,7 @@
         'mac_mail_2' => "/On [A-Z][a-z]{2} [0-9]{1,2}, [0-9]{4}, at [0-9]{1,2}:[0-9]{2} [AP]M,/", // currently mac mail uses a name rather than the email address
         'outlook_express' => '/-----\s?Original Message\s?-----/',
         'outlook_legacy' => '/From:(\s*)[A-Za-z0-9._%+-]+@[A-Za-z0-9._%+-]+\.[A-Za-z]{2,3}(\s*)\[mailto:[A-Za-z0-9._%+-]+@[A-Za-z0-9._%+-]+\.[A-Za-z]{2,3}\]/',
+        'mac_entourage' => "/On \d{1,2}[\/\-]{1}\d{1,2}[\/\-]{1}\d{1,2} \d{1,2}:\d{1,2} [AP]M, \"[a-zA-Z0-9._%-]+\" <[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}> wrote/",
         'generic_1' => '/From:.*Sent:.*To:.*Subject:/msU',
       );
 
