Skip to content

Instantly share code, notes, and snippets.

@artagnon
Created March 23, 2013 06:40
Show Gist options
  • Save artagnon/5226704 to your computer and use it in GitHub Desktop.
Save artagnon/5226704 to your computer and use it in GitHub Desktop.
GMail filters for high-volume lists
# I use two rules for the git list. Note: don't use "from:me", because that matches email addresses with a "me" in them.
Match: (from:artagnon@gmail.com, to:git@vger.kernel.org OR cc:git@vger.kernel.org)
Do: Apply label "git"
Match: list:"<git.vger.kernel.org>" -{to:artagnon@gmail.com, cc:artagnon@gmail.com, from:artagnon@gmail.com}
Do: Skip Inbox, Apply label "git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment