<!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 28 Jul 2016, at 23:26, Seebs wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">So I have some rules, which appear to work. And I have other rules, which... don't seem to. And I am not sure what I'm missing. But I vaguely recall there having been an option for turning on logging so I could see more information about rules.
</div><div dir="auto">
</div><div dir="auto">As an example, consider the script MoveMlmt.mmCommand:
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">This is in the resources Script folder? I'm likely to deprecate that eventually.</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">{
</div><div dir="auto">        name    = 'Move Mlmt';
</div><div dir="auto">        events  = ( 'account.synchronized' );
</div><div dir="auto">        select  = "subject =[c] '[MlMt]'";
</div><div dir="auto">        actions = ( { type = moveMessage; mailbox = mlmt; },
</div><div dir="auto">          { type = changeFlags; enable = ( '\\Seen' ); disable = ( ); },
</div><div dir="auto">          );
</div><div dir="auto">}
</div><div dir="auto">
</div><div dir="auto">The intent is to move things from this list automatically into a mailbox,
</div><div dir="auto">and mark them as seen. (Okay, maybe not a great plan, given that I presumably want to see responses to this, but it's a good example.)
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">:) You should click on the Inbox and use “Mailbox ▸ Edit Mailbox” and then switch to the Rules pane. Then setup your condition and actions in a rule. Then let me know if that also doesn't work. This condition is also more exact: “Subject ▸ Blob is "MlMt"”. Although basing it on the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">List-ID</code> header would be even better. Note that creating a smart mailbox makes it easier to play around with conditions matching the expected messages.</p>

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