Replaced the MAILTO=root with MAILTO=""

No emails should be sent by cron
This commit is contained in:
Alexander Trost
2015-10-22 13:40:20 +02:00
parent b473edfa55
commit 24f759cf7d
6 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
MAILTO=root
MAILTO=""
*/10 * * * * zulip cd /home/zulip/deployments/current && python manage.py active_user_stats

View File

@@ -1,4 +1,4 @@
MAILTO=root
MAILTO=""
# Remove any stale apple device tokens from our list
0 3 * * * zulip cd /home/zulip/deployments/current && python manage.py check_apns_tokens

View File

@@ -1,4 +1,4 @@
MAILTO=root
MAILTO=""
# Clear all expired Django sessions at 10:22 PM every day.
22 22 * * * zulip cd /home/zulip/deployments/current && python manage.py clearsessions

View File

@@ -1,3 +1,3 @@
MAILTO=root
MAILTO=""
* * * * * zulip cd /home/zulip/deployments/current && python manage.py email-mirror

View File

@@ -1,3 +1,3 @@
MAILTO=root
MAILTO=""
* * * * * zulip cd /home/zulip/deployments/current && ./bots/log2zulip

View File

@@ -1,4 +1,4 @@
MAILTO=root
MAILTO=""
# Send digest emails once a day. Time is in UTC.
0 18 * * * zulip cd /home/zulip/deployments/current && python manage.py enqueue_digest_emails