diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..cd3721dd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = false +trim_trailing_whitespace = true +charset = utf-8 + +[*.js] +insert_final_newline = true \ No newline at end of file diff --git a/src/assets/img/og/adblocks.jpg b/src/assets/img/og/adblocks.jpg new file mode 100644 index 00000000..bb2ad7d9 Binary files /dev/null and b/src/assets/img/og/adblocks.jpg differ diff --git a/src/assets/img/og/fastmail-workflow.jpg b/src/assets/img/og/fastmail-workflow.jpg new file mode 100644 index 00000000..a8a3a101 Binary files /dev/null and b/src/assets/img/og/fastmail-workflow.jpg differ diff --git a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md index f0bf6ebc..36f3328c 100644 --- a/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md +++ b/src/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt.md @@ -3,6 +3,7 @@ date: '2023-02-17' title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)' draft: false tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT'] +image: /src/assets/img/og/fastmail-workflow.jpg --- I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged) and I've even used HEY.[^1] @@ -222,7 +223,7 @@ This pattern of filtering and filing continues for several additional categories ], ``` -**Travel (forwarding)** +**Travel (forwarding)** These are designed to capture confirmations sent by Southwest and are sent off to [Flighty](https://www.flightyapp.com) before being sorted. ```json @@ -274,7 +275,7 @@ These are designed to capture confirmations sent by Southwest and are sent off t ], ``` -**Social networking messages** +**Social networking messages** These I've left as a simple list wherein `any` included top level domain is filed away as I don't belong to many social networks, and they change fairly infrequently. **DMARC notifications (depending on how you have your policy record configured)** diff --git a/src/posts/2023/i-block-ads.md b/src/posts/2023/i-block-ads.md index 1f8c0d18..d176532f 100644 --- a/src/posts/2023/i-block-ads.md +++ b/src/posts/2023/i-block-ads.md @@ -3,7 +3,7 @@ date: '2023-05-23' title: 'I block ads' draft: false tags: ['advertising', 'privacy', 'tech'] -image: https://cdn.coryd.dev/blog/adblocks.jpg +image: /src/assets/img/og/adblocks.jpg --- I block ads in the browser.