add readme and remove-recipients.py script
This commit is contained in:
27
readme.md
Normal file
27
readme.md
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user