π Tagging Groups in GMail It's possible (but not straightforward) to filter emails that come from a set list of addresses.
In my job, Iβll never possibly be able to answer all of my emails. Weβre two people managing 160+ part-time student employees. I do prioritize answering studentsβ emails over normal ones, but itβs hard to filter out that many email addresses.
GMailβs Limitations & A Workaround
GMail has a character limit on filters - a blog post said itβs somewhere between 1500 and 2000 characters. Thatβs only ~40 emails you can filter at once.
So I created multiple filters that do the same thing.
- 1000 character chunks - I took my 4000 character list of student-employee emails, and split it into 1000 character chunks.
- Curly Braces - GMail gave me a warning about long operations, but it went away when I used curly braces around it. I got the idea from another blog post - Iβm being kinda superstitious. Itβs hard to test this sort of thing.
I then created a label-applying filter (apply label βfromstβ), with the following string in the βfromβ field:
{first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu OR first.last@yale.edu}
To make it even more useful, I thought it deserved to be a βmultiple inboxβ with the filter label:inbox label:fromst
.