<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">I use the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern</code> hidden preference to store old addresses for some of my IMAP accounts. There’s one account in particular where the organisation migrated domains, so the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern</code> preference contains the address pattern regular expression that matches my email address at the old domain, i.e. <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern = "[Jj]olin\\.[Ww]arren@old-domain\\.org"</code>. However, I also have a second, infrequently used, forwarding address at the organisation (i.e. <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">department@old-domain.org</code>) and I would like to add this as a retired address, so that MailMate considers all previous emails and any new emails sent to that deprecated address as having been sent to me. But I can’t just add the whole of the old domain to my <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern</code> (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">*@old-domain\\.org</code>) as then all emails in my archives from colleagues at the organisation would look like they came from me.</p>

<p dir="auto">Does anyone know a way to add multiple email addresses to <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern</code>? I tried comma-separated (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">retiredAddressPattern = "[Jj]olin\\.[Ww]arren@old-domain\\.org, department@old-domain\\.org"</code>), but this didn't seem to work. Any other way of achieving this? Is there some grep pattern I could use?</p>

<p dir="auto">Thanks!</p>

<p dir="auto">-- <br>
=> Jolin</p>
</div>
</div>
</body>
</html>