code is python
This commit is contained in:
parent
141e567331
commit
3f6f706960
@ -8,19 +8,19 @@ Remove recipients in webapp
|
|||||||
###### List recipients
|
###### List recipients
|
||||||
|
|
||||||
```python
|
```python
|
||||||
python remove-recipients.py --user <user> --list
|
python remove-recipients.py --user <user> --list
|
||||||
```
|
```
|
||||||
###### Remove recipient
|
###### Remove recipient
|
||||||
Remove options is searching in display_name, smtp_address or email_address.
|
Remove options is searching in display_name, smtp_address or email_address.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
python remove-recipients.py --user <user> --remove <recipient name>
|
python remove-recipients.py --user <user> --remove <recipient name>
|
||||||
```
|
```
|
||||||
|
|
||||||
###### Clear history
|
###### Clear history
|
||||||
|
|
||||||
```python
|
```python
|
||||||
python remove-recipients.py --user <user> --remove-all
|
python remove-recipients.py --user <user> --remove-all
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
@ -28,5 +28,5 @@ Remove options is searching in display_name, smtp_address or email_address.
|
|||||||
Remove all recipients that have example.com in there display_name, smtp_address or email_address
|
Remove all recipients that have example.com in there display_name, smtp_address or email_address
|
||||||
|
|
||||||
```python
|
```python
|
||||||
python remove-recipients.py --user user --remove example.com
|
python remove-recipients.py --user user --remove example.com
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user