Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SimonSapin/36484911e5fe1c96ac648bd2e1617ac4 to your computer and use it in GitHub Desktop.
Save SimonSapin/36484911e5fe1c96ac648bd2e1617ac4 to your computer and use it in GitHub Desktop.
if address :is ["To"] ["servo@noreply.github.com"] {
if header :is ["X-GitHub-Reason"] ["manual", "author", "comment", "mention", "assign"] {
fileinto "Mozilla.Servo.mentions";
stop;
}
if header :matches ["Subject"] "Re: *" {
fileinto "Mozilla.Servo.replies";
stop;
}
fileinto "Mozilla.Servo";
stop;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment