Skip to content

Instantly share code, notes, and snippets.

@rogerhutchings
Last active October 14, 2015 10:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogerhutchings/f06203e7fb605aad2a08 to your computer and use it in GitHub Desktop.
Save rogerhutchings/f06203e7fb605aad2a08 to your computer and use it in GitHub Desktop.
Zooniverse Mail Filters
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<id>tag:mail.google.com,2008:filters:1431075302899,1432223516644,1432286287136,1444816741420</id>
<updated>2015-10-14T09:59:09Z</updated>
<author>
<name>Roger Hutchings</name>
<email>roger@zooniverse.org</email>
</author>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1431075302899</id>
<updated>2015-10-14T09:59:09Z</updated>
<content></content>
<apps:property name='to' value='(astro@physics.ox.ac.uk|dept@physics.ox.ac.uk|)'/>
<apps:property name='subject' value='(retirement|colloquiua|colloquium|seminar|lecture|graduate|congratulations|survey|event|visitors|interviews|conference)'/>
<apps:property name='label' value='Uni Spam'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverMarkAsImportant' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1432223516644</id>
<updated>2015-10-14T09:59:09Z</updated>
<content></content>
<apps:property name='to' value='(seminars@astro.ox.ac.uk|CosmologySeminar@physics.ox.ac.uk|astro-seminars@physics.ox.ac.uk|astro-grads@physics.ox.ac.uk|postdocs@astro.ox.ac.uk|postdocs@physics.ox.ac.uk|graduatestudents@physics.ox.ac.uk)'/>
<apps:property name='label' value='Uni Spam'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverMarkAsImportant' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1432286287136</id>
<updated>2015-10-14T09:59:09Z</updated>
<content></content>
<apps:property name='hasTheWord' value='(colloquium|colloquia)'/>
<apps:property name='label' value='Uni Spam'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverMarkAsImportant' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
<entry>
<category term='filter'></category>
<title>Mail Filter</title>
<id>tag:mail.google.com,2008:filter:1444816741420</id>
<updated>2015-10-14T09:59:09Z</updated>
<content></content>
<apps:property name='from' value='ashling.morris@physics.ox.ac.uk'/>
<apps:property name='subject' value='coffee'/>
<apps:property name='label' value='Uni Spam'/>
<apps:property name='shouldArchive' value='true'/>
<apps:property name='shouldNeverMarkAsImportant' value='true'/>
<apps:property name='sizeOperator' value='s_sl'/>
<apps:property name='sizeUnit' value='s_smb'/>
</entry>
</feed>
@rogerhutchings
Copy link
Author

A Gmail-importable filter to block out all that stuff the department sends round.

@rogerhutchings
Copy link
Author

Updated to exclude astro-grads@physics.ox.ac.uk and postdocs@astro.ox.ac.uk

@perry
Copy link

perry commented May 20, 2015

Can you add <apps:property name='shouldMarkAsRead' value='true'/> to each?

@rogerhutchings
Copy link
Author

Done

@rogerhutchings
Copy link
Author

Edit to include the daily astro coffee emails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment