<!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 Shoshanna,</p>
<p dir="auto">the closing bracket is there, it just did not make it into my mail, sorry.</p>
<p dir="auto">So that's not the issue. But I found it. For future reference and others I will document the issue:</p>
<p dir="auto">It was a typographic double quote:  title = "You sure about this?!**” <--</p>
<p dir="auto">Checking the file via <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">plutil</code> I got the error message:</p>
<p dir="auto"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">Old-style plist parser: missing semicolon in dictionary on line 5.</code></p>
<p dir="auto">Which is the details line <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">details = "You are sending this email with the title Verifications.";</code> But I did not get what's wrong over there until I looked up a little. After replacing by a real double quote it works!</p>
<p dir="auto">Thanks for looking and comparing!</p>
<p dir="auto">Kind regards</p>
<p dir="auto">Martin</p>
<p dir="auto">On 2 May 2021, at 23:20, Shoshanna Green 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">Hi, Martin,
<br>
As shown here, your messageVerifications.plist file is missing its final closing } curly bracket. Is that the problem?
<br>
On 2 May 2021, at 3:51, Martin Guddat wrote:
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><p dir="auto">Hi all,
<br>
I am looking for help on setting up custom message verifications. I do not get them to work.
<br>
I have added the following file:
</p>
<blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto"> cat ~/Library/Application\ Support/MailMate/Resources/messageVerifications.plist
</p>
</blockquote><p dir="auto">{
<br>
   verifications = (
<br>
      {
<br>
       title = "You sure about this?!”;
<br>
       details = "You are sending this email with the title Verifications.";
<br>
       conditions = "subject = 'Verifications'";
<br>
      }
<br>
    );
<br>
After I restart MailMate I had the expectation that before sending  a mail with the subject "Verifications" I get some kind of message box. Although on my system nothing happens at all.
<br>
A smart mailbox using the same Filter works as expected and shows the mails I sent for testing. I tried to start MailMate with the debug switches I know from the command line but I do not get any hint on the messageVerification at all.
<br>
Do you have any advice, what I am doing wrong? Do I have to switch something else? I there a chance to see what fails?
<br>
I have a specific warning planned but wanted to do an easy one first but I already fail there.
<br>
Thanks for your help.
<br>
Martin
<br>
_______________________________________________
<br>
mailmate mailing list
<br>
mailmate@lists.freron.com
<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#999">https://lists.freron.com/listinfo/mailmate</a>
</p>
</blockquote><p dir="auto">Shoshanna Green (she/her)
<br>
shoshannag@gmail.com
<br>
_______________________________________________
<br>
mailmate mailing list
<br>
mailmate@lists.freron.com
<br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a>
</p>
</blockquote></div>
<div style="white-space:normal">

</div></div>
</body>
</html>