<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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">On 14 Mar 2018, at 6:07, Randy Bush wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">my search fu is failing me.  how do i set an expire on a mailbox, particularly Deleted and Sent?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">An “expire”? You mean automatic deletion after X days?</p>

<p dir="auto">You have to create a smart mailbox based on one or both of these mailboxes. This mailbox should have a condition with something like:</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">Date-Received is not within last 180 days
</code></pre>

<p dir="auto">Finally, create a rule which has no conditions, but the action “Delete Permanently”.</p>

<p dir="auto">This workaround is necessary because rules are currently only checked when a message “arrives” in the mailbox. In other words, if the rule was added directly to “Deleted Messages” then it wouldn't trigger unless you added an email to the mailbox which was already more than 180 days old.</p>

<p dir="auto">Also note that this doesn't count the days gone by since a message was deleted. It counts the days since it was sent/received.</p>

<p dir="auto">I hope this helps.</p>

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