Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 795 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 795 Bytes

Mail Mesh

Full credit for the initial regular expressions and rule work goes to Cory: Handling inbound email on Fastmail

How to use

Use in your Sieve rules. As this was designed for Fastmail, these rules are assumed to be included:

require ["fileinto", "reject", "vacation", "imap4flags", "notify", "envelope", "body", "relational", "regex", "subaddress", "copy", "mailbox", "mboxmetadata", "servermetadata", "date", "index", "comparator-i;ascii-numeric", "variables", "editheader", "duplicate", "vacation-seconds"];

Customization

This is designed to forward to a reading app, as well as a package tracking app. Adjust the forwarding destination to fit your needs.