chore: misc updates

This commit is contained in:
Cory Dransfeldt 2023-11-22 19:19:04 -08:00
parent 1746f8803a
commit 86b4a96a9e
16 changed files with 32 additions and 37 deletions

View file

@ -361,7 +361,7 @@ So far this works seamlessly — if I want to update or add static content I can
Questions? Comments? Feel free to get in touch:
- [Email](mailto:coryd@fastmail.com)
- [Email](mailto:cory.dransfeldt@gmail.com)
- [Mastodon](https://social.lol/@cory)
---

View file

@ -10,7 +10,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.
{% image 'https://cdn.coryd.dev/blog/fastmail-workflow.jpg', 'A diagram of my Fastmail workflow', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full' %}
{% image '<https://cdn.coryd.dev/blog/fastmail-workflow.jpg>', 'A diagram of my Fastmail workflow', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full' %}
## Alias-specific rules
@ -297,7 +297,7 @@ These I've left as a simple list wherein `any` included top level domain is file
That covers _most_ of what I use to manage my mail (outside of anything particularly personal). I fully expect the regular expressions I'm using could stand to be refined and I plan on continuing to do just that. But, with that said, things have worked better than I expected so far and false positives/mis-categorizations have been infrequent.
If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:coryd@fastmail.com) or ping me on [Mastodon](https://social.lol/@cory).
If you have any questions or suggestions I'm all ears. Feel free to [email me](mailto:cory.dransfeldt@gmail.com) or ping me on [Mastodon](https://social.lol/@cory).
[^1]: Before, well, _all that_.
[^2]: Fastmail has some helpful tips on regular expression rules [here](https://www.fastmail.help/hc/en-us/articles/360060591193-Rules-using-regular-expressions)

View file

@ -45,7 +45,7 @@ jobs:
with:
commit_message: Update artist charts for the week.
commit_user_name: cdransf
commit_user_email: coryd@fastmail.com
commit_user_email: cory.dransfeldt@gmail.com
commit_author: Cory Dransfeldt
```