Skip to content

Instantly share code, notes, and snippets.

@mstyne
Created October 27, 2015 14:07
Show Gist options
  • Save mstyne/cd05aa5d99ddceb0a7e8 to your computer and use it in GitHub Desktop.
Save mstyne/cd05aa5d99ddceb0a7e8 to your computer and use it in GitHub Desktop.
31 joejob = account1.INBOX:is_unseen() *
32 account1.INBOX:contain_from('Mail Delivery') +
33 account1.INBOX:contain_from('postmaster') +
34 account1.INBOX:contain_subject('Undelivered Mail')
35
36 joejob:delete_messages()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment