From 5e8154dccd08a15b7a5c8ad173a05bdd1ef08a54 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 27 Feb 2024 16:52:09 -0800 Subject: [PATCH] chore: joy etc --- _redirects | 1 + ...andling-inbound-email-with-regex-filters-now-with-chatgpt.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_redirects b/_redirects index ade7e554..d7d38dca 100644 --- a/_redirects +++ b/_redirects @@ -35,6 +35,7 @@ /posts / 301! /posts/2024 / 301! /assets/img/social-preview/your-site-your-home-your-web- /assets/img/social-preview/your-site-your-home-your-web-preview.jpeg 301! +/tags/chatgpt/ /tags/ai/ 301! # assets /static/images/avatar.webp /assets/img/avatar.webp 301! 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 719c1ac7..52d020fd 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 @@ -2,7 +2,7 @@ date: '2023-02-17' title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)' description: "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)." -tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT'] +tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'AI'] image: https://cdn.coryd.dev/blog/fastmail-workflow.jpg ---