Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created April 4, 2016 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/79658e45757056b0755e627109333527 to your computer and use it in GitHub Desktop.
Save notmyname/79658e45757056b0755e627109333527 to your computer and use it in GitHub Desktop.
if anyof (header :contains "List-Id" "<openstack.lists.launchpad.net>",
header :contains "List-Id" "<openstack-dev.lists.openstack.org>",
header :contains "List-Id" "<openstack-operators.lists.openstack.org>",
header :contains "List-Id" "<defcore-committee.lists.openstack.org>",
header :contains "To" "openstack@lists.openstack.org",
header :contains "CC" "openstack@lists.openstack.org",
header :contains "List-Id" "<community.lists.openstack.org>") {
fileinto "INBOX.OpenStack";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment