<div class="markdown">
<p dir="auto">Hello all,</p>

<p dir="auto">I have backup system (proxmox vzdump) sending emails with results. My goal is to delete the mail if I find the "success" status into it, and keep it untouched otherwise.</p>

<p dir="auto">I have done a smart mailbox, selecting the emails with their subject, so far so good.<br>
Then I have a rule that again select the subject (this is working), and try to find the success string into the message, no way.</p>

<p dir="auto">The raw message is on <a href="http://pastebin.com/0NfCHs9E">http://pastebin.com/0NfCHs9E</a></p>

<p dir="auto">I try to match the unquoted body text on <strong><code>INFO: Backup job finished successfully</code></strong> (last line) but it fails.<br>
A similar check on a much shorter vzdump result with only one backup-set works (same string at the end).</p>

<p dir="auto">Hints welcome.<br>
TIA,<br>
Charles</p>

</div>