Created
October 6, 2014 16:01
-
-
Save dontcallmedom/6e82c409d0a44899e42d to your computer and use it in GitHub Desktop.
Procmail rule to sort github notifications in one maildir per repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# filter mail from github repos | |
:0 | |
* ^List-ID: .* <[a-z0-9-]+\.[^.]+\.github\.com> | |
* ^List-ID: .*<\/[a-z0-9-]+ | |
$MAILDIR/.github.$MATCH/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment