-
Website
http://dmiessler.com/ -
Original page
http://dmiessler.com/blog/filtering-non-gmail-email-with-gmail -
Subscribe
All Comments -
Community
-
Top Commenters
-
ax0n
5 comments · 1 points
-
Maxo
12 comments · 2 points
-
Michael Blume
5 comments · 1 points
-
cooperati
179 comments · 2 points
-
dapxin
39 comments · 1 points
-
-
Popular Threads
In fact, there are several ways without being a mail server admin. You could set it up so gmail takes email for user@domain and forwards it to user+key@domain... and use two .forwards (regular ".forward" and a ".forward+key"), though I'm not sure about the precidence of the + operator and .forward files. I've seen people do something like that with spamassassin before.
You could also make procmail add a new header the first time it comes through, and if it's got the header it goes to your mailbox. Procmail is a wonderful thing. Hugely versitile.
There are several other ways of doing it, I'm sure. Geeks are generally good about sharing their ideas.
The multiple user-side filter files isn't an approach I think I'd like to take, but it's an interesting idea.
Thanks for the comment.