<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif">
<div style="white-space:normal">
<p dir="auto">New MM user here. I’m struggling a bit with retiredAddressPattern. I have the following address config in Identities.plist:</p>
<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">emailAddresses = "charp@sscinc.com";
retiredAddressPattern = "[Cc][Ee][Hh]arp@dstsystems\\.com";
</code></pre>
<p dir="auto">but when replying to a message with this header:</p>
<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">To: "Harp, Chad E" <CEHarp@dstsystems.com>
</code></pre>
<p dir="auto">I’m still prompted to CC myself.</p>
<p dir="auto">Do I need to also add <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">
ceharp@dstsystems.com</code> to emailAddresses, or perhaps be broader with my regex to capture the angle bracket format?</p>
<p dir="auto">Thanks for the help.</p>
</div>
</div>
</body>
</html>