From 6da762b8d68fe8f28d61101c08067fe9dbbbd7af Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:36:31 +1300 Subject: [PATCH] stop emailing people after 2 bounces --- email_notifs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/email_notifs.sh b/email_notifs.sh index b3914bf8..c70e21bb 100755 --- a/email_notifs.sh +++ b/email_notifs.sh @@ -3,3 +3,4 @@ source venv/bin/activate export FLASK_APP=pyfedi.py flask send_missed_notifs +flask process_email_bounces