<!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">Hi all,</p>

<p dir="auto">How can I create a Smart Mailbox for all email with size > x? (In my particular case is x = 50 MB)</p>

<p dir="auto">I tried the <code>Size*</code> header, but it does not offer a numerical operator when added as condition…</p>

<p dir="auto">Then I tried the <code>Size*</code> header <code>Formatted</code> but still I found only string comparison. So I was able to get a condition for all emails > 1MB (by testing for string contains <code>MiB</code>) but not for > 50 MB.</p>

<p dir="auto">Thanks for any pointers!<br>
Leo</p>
</div>
</div>
</body>
</html>