Whacking this clause into my sieve script *before* it does the mail
sorting into different folders, may just do the trick:

##### highlight my list messages
if exists "List-ID" {
  if anyof
   (
     address :contains ["to", "cc", "from"] "Tim"
   )
  {
   addflag "$label1";
  }
}
And apparently not...  though my internal tests just checking for a
Message-ID did work.  I wonder if "Id" is case-sensitive?
Hi Tim, it is potentially case sensitive. I've seen situations where it specified as "List-ID" and I've seen situations where it is specified as "List-Id", so in my Thunderbird rules I specify both.

regards,
BEGIN:VCARD
VERSION:4.0
N:Morris;Stephen;;;
FN:Steve
EMAIL;PREF=1;TYPE=home:[email protected]
END:VCARD
-- 
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to