Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?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>
- <!-- In this XML file, everything in ALLCAPS is a variable; substitute your own labels etc. as appropriate. -->
- <!-- Basic filtering: applying a label for your character's name. Your character's default email address should be the tagged version of your email address. Example: if your email address is [email protected], the default email for your character Bob could be [email protected]. -->
- <entry>
- <category term='filter'></category>
- <title>Character label</title>
- <content></content>
- <apps:property name='to' value='[email protected]'/>
- <apps:property name='label' value='CHARACTER_NAME'/>
- </entry>
- <!-- Basic filtering 2: tag comments by game. Keep the "OR". -->
- <entry>
- <category term='filter'></category>
- <title>Game label</title>
- <content></content>
- <apps:property name='from' value='[email protected] OR [email protected]'/>
- <apps:property name='subject' value='GAME_MAIN_COMM OR GAME_OOC_COMM OR GAME_OTHER_COMM'/>
- <apps:property name='label' value='GAME_NAME'/>
- <apps:property name='sizeOperator' value='s_sl'/>
- <apps:property name='sizeUnit' value='s_smb'/>
- </entry>
- <!-- Intermediate filtering: label OOC comments. -->
- <entry>
- <category term='filter'></category>
- <title>OOC label</title>
- <content></content>
- <apps:property name='from' value='[email protected] OR [email protected]'/>
- <apps:property name='subject' value='ooc OR GAME_OOC_COMM'/>
- <apps:property name='label' value='OOC'/>
- <apps:property name='sizeOperator' value='s_sl'/>
- <apps:property name='sizeUnit' value='s_smb'/>
- </entry>
- <!-- Advanced filtering: tag comments for threads that you are tracking but not necessarily participating in. -->
- <entry>
- <category term='filter'></category>
- <title>Mail Filter</title>
- <content></content>
- <apps:property name='from' value='[email protected]'/>
- <apps:property name='subject' value='"Reply to a comment"'/>
- <apps:property name='label' value='tracking'/>
- <apps:property name='sizeOperator' value='s_sl'/>
- <apps:property name='sizeUnit' value='s_smb'/>
- </entry>
- <!-- God tier filtering: auto-delete comments posted by one of your own characters on a tracked post or thread. This is VERY important to prevent misfires when replying by email. -->
- <!-- For example: your character Bob has posted a log, and your character Carol is posting in a thread on that log. Normally you'd get double-emailed at both Bob and Carol's emails. Setting up this filter correctly will auto-delete the "Reply to a comment" notifications sent to Bob that you would rather reply to as Carol. -->
- <!-- The POST_ID variable will be in the subject line of the comment notification: Reply to a comment. [ GAME_COMM - POST_ID ] -->
- <entry>
- <category term='filter'></category>
- <title>Mail Filter</title>
- <content></content>
- <apps:property name='from' value='[email protected]'/>
- <apps:property name='to' value='[email protected]'/>
- <apps:property name='subject' value='POST_ID'/>
- <apps:property name='hasTheWord' value='OTHER_CHARACTER_NAME'/>
- <apps:property name='shouldMarkAsRead' value='true'/>
- <apps:property name='shouldTrash' value='true'/>
- <apps:property name='sizeOperator' value='s_sl'/>
- <apps:property name='sizeUnit' value='s_smb'/>
- </entry>
- </feed>
Add Comment
Please, Sign In to add comment