misc fixes
This commit is contained in:
parent
8c319793ac
commit
362ce5e88b
5 changed files with 50 additions and 7 deletions
|
@ -8,10 +8,6 @@ images: ['/static/images/blog/privacy.jpg']
|
|||
|
||||
A rundown of privacy tools that work well with Apple's technology ecosystem.<!-- excerpt -->[^1]
|
||||
|
||||
## Overview
|
||||
|
||||
<TOCInline toc={props.toc} exclude="Overview" toHeading={2} />
|
||||
|
||||
## Email providers
|
||||
|
||||
Ubiquitous free email providers profit by mining user data (whether humans are involved or not). Your inbox acts as a key to your digital life and you should avoid using any provider that monetizes its contents.
|
||||
|
|
|
@ -9,7 +9,7 @@ I've been using Fastmail for years now and have explored a number of different a
|
|||
|
||||
For now, I've approached filtering my mail by applying regular expressions to reasonably broad categories of incoming mail[^2]. My thinking with this approach is that will scale better over the long term by applying heuristics to common phrases and patterns in incoming mail without the need to apply rules to senders on a per address or domain basis.
|
||||
|
||||
<img src="https://files.coryd.dev/j/Jd6NQcAVD3oU4gkgZMpD+" alt="A diagram of my Fastmail workflow" styles="width:100%;height:auto;margin:.5em 0" />
|
||||
<img src="https://cdn.coryd.dev/blog/fastmail-workflow.jpg" alt="A diagram of my Fastmail workflow" styles="width:100%;height:auto;margin:.5em 0" />
|
||||
|
||||
## Alias-specific rules
|
||||
|
||||
|
|
Reference in a new issue