(BTW, I find it *much* more useful to use "envelopesender" than to use the document header fields. Suppose I'm subscribed to the IMAP, ACAP, IMAPEXT, and MTA-FILTERS mailing lists, and someone posts something to all of them. With "envelopesender" I can sort the four copies into their respective folders. Without it, there's no way to do that.)
Not true.
if header ["to", "cc"] :contains ["ietf-mta-filters@xxxxxxx"] { fileinto "INBOX.mta-filters"; } if header ["to", "cc"] :contains ["imap@xxxxxxxxxxxxxxxxxx"] { fileinto "INBOX.imap-list"; } [etc.]
Or am I just completely missing something?