add readme and remove-recipients.py script

This commit is contained in:
Robin van Genderen
2016-07-28 10:47:25 +02:00
commit 809e97d77b
2 changed files with 83 additions and 0 deletions

27
readme.md Normal file
View File

@@ -0,0 +1,27 @@
remove-recipients.py
====================
Remove recipients in webapp
####Usage:
######List recipients
python remove-recipients.py --user <user> --list
######Remove recipient
Remove options is searching in display_name, smtp_address or email_address.
python remove-recipients.py --user <user> --remove <recipient name>
######Clear history
python remove-recipients.py --user <user> --remove-all
####Example
Remove all recipients that have example.com in there display_name, smtp_address or email_address
python remove-recipients.py --user user --remove example.com