[MlMt] Delete/change email address for auto-complete list? Or a warn list?

David Shepherdson david at shepherdson.name
Fri Jun 1 22:29:22 EDT 2018


On 31 May 2018, at 12.04, Randall Gellens wrote:

> (2) Is there a way to create a warn list of emails that don't work, 
> and if MM ever finds one of these addresses in a composition address 
> list, it should warn me?

Could you use the ‘message verifications’ feature for this?

<https://manual.mailmate-app.com/hidden_preferences#custom-message-verifications>

This is pretty flexible (as you might expect for MailMate), so I’m 
pretty sure you could set it up to warn you when you try to send a 
message where one of these addresses is a recipient.

I think the suggestion in the past has been to set up a rule or smart 
folder that matches the condition you want, then copy from that (so you 
don’t have to work out the exact syntax to put in the plist file 
yourself).

 From a quick look, I’d say something along these lines would probably 
work for your case:

     {
         verifications = (
             {
                 title = "Sending to Bad Address";
                 details = "Looks like this message has a known-bad 
address as one of the recipients. Are you sure you want to send it?";
                 conditions = "#recipient.address = 'bad at example.com'";
             }
         );
     }

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20180602/e7255629/attachment.html>


More information about the mailmate mailing list