Commit Graph

89 Commits

Author SHA1 Message Date
Son NK b3181c054f make sure to delete bounces, transactional emails after 7 days 2021-01-26 09:59:22 +01:00
Son NK e09e6c51b8 make sure all metrics have the same date 2021-01-26 09:59:22 +01:00
Son NK 113dbd1c81 fix nb_referred_user_upgrade computation 2021-01-25 18:50:08 +01:00
Son NK 2a33f112b9 compute metrics 2021-01-25 18:49:14 +01:00
Son NK 2cc7f5ac13 only alert for contact that's created after the sanity date 2021-01-11 12:35:54 +01:00
Son NK e9adb3270d use sanitize_email instead of .lower().strip().replace(" ", "") 2021-01-11 12:29:40 +01:00
Son NK ef7fae32b1 remove the "Hi {name}" from email template 2021-01-11 10:23:34 +01:00
Son NK f1f6234248 Add nb_manual_premium, nb_coinbase_premium to stats 2020-12-14 20:45:30 +01:00
Son NK 3dd8ed7840 Create /dashboard/coinbase_checkout, remove extend_subscription route 2020-12-14 11:34:59 +01:00
Son NK 1f4631821b fix 2020-12-13 19:41:42 +01:00
Son NK 43a021dd88 send a reminder when a coinbase subscription is ending soon 2020-12-13 19:18:58 +01:00
Renaud Boyer df565bca1c fix filter_by 2020-12-07 10:38:19 +01:00
Renaud Boyer 5d948faf56 black 2020-12-06 22:11:58 +01:00
Renaud Boyer 7ffe1c93f1 linting 2020-12-06 13:36:32 +01:00
Son NK 93563178a7 correct alias name when it contains linebreak 2020-11-27 20:37:55 +01:00
Son NK ade21bc0c4 check contact email in sanity_check() 2020-11-25 15:26:17 +01:00
Son NK bcdf522174 create normalize_reply_email(): handle case where reply email contains space, quote, etc 2020-11-22 13:07:09 +01:00
Son NK 8aed5ced3f make sure a custom domain name does not contain a linebreak 2020-11-20 18:40:07 +01:00
Son NK 78ddf16c87 make sure alias name does not contain a linebreak 2020-11-20 18:39:23 +01:00
Son NK 24548ff945 add reply email ascii check to sanity() 2020-11-18 16:12:00 +01:00
Son NK 391318cbaa add referred user to stats 2020-11-17 20:48:26 +01:00
Son NK fef6edf619 use warning for domain DNS fails 2020-11-01 09:32:41 +01:00
Son NK 44b544d768 only send custom domain alert if fails more than 5 consecutive days 2020-10-20 16:51:25 +02:00
Son NK e79522b638 take into account Premium domains 2020-10-15 16:21:31 +02:00
Son NK 2d9abe55a4 use log warning for mailbox issue 2020-10-14 09:32:44 +02:00
Son NK 8268568f08 add mailbox.disabled column. Disable a mailbox if it fails tests for 10 days consecutive. 2020-10-12 13:28:21 +02:00
Son NK 0f349388ca add nb_cancelled_premium to stats 2020-10-09 11:56:03 +02:00
Son NK bb6a5bf0b3 take into account a mailbox can be deleted in the meantime 2020-09-25 10:06:50 +02:00
Son NK 8faae3d0d4 add sanitize check for alias, mailbox, contact reply-email 2020-09-14 18:22:08 +02:00
Son NK 5cfeb4c3f2 Add delta to stats 2020-09-12 16:22:48 +02:00
Son NK f224d16c56 mark a mailbox as unverified if it fails checks for too many times 2020-09-10 09:40:27 +02:00
Son NK f069e6f7cb use warning log for custom domain DNS issue 2020-08-31 17:36:51 +02:00
Son NK 4cb3e54821 send at max 1 email / 30 days for DNS issue on custom domain 2020-08-31 17:36:27 +02:00
Son NK 63e228d9f4 only alert on invalid mailbox that has too many email logs 2020-08-30 19:59:39 +02:00
Son NK ffc59a6fad Add check_custom_domain cronjob 2020-08-29 19:05:32 +02:00
Son NK fdedc24358 black new version 2020-08-27 10:20:48 +02:00
Son NK 8626c5e232 add cronjob to delete old monitoring records 2020-08-17 14:02:59 +02:00
Son NK 3d638f1a97 extract monitoring to its own file 2020-08-15 19:55:56 +02:00
Son NK 4bbb07c3ce add monitoring cronjob that monitors how many emails in Postfix queues 2020-08-15 13:16:51 +02:00
Son NK 8db2ddcd5b Add nb_apple_premium, take into account canceled subscription in nb_premium 2020-08-07 10:06:00 +02:00
Son NK 6437ee46e0 use LOG.exception instead of LOG.error to provide stacktrace 2020-07-17 12:59:07 +02:00
Son NK 28da78e75f sanity_check: alert when too many checks fail on a mailbox 2020-06-28 11:18:06 +02:00
Son NK 84381e9635 reduce memory use in cron by using yield_per() 2020-06-12 23:50:21 +02:00
Son NK b79933ba4c sleep between mailbox check 2020-06-12 00:09:53 +02:00
Son NK 987b413e3d check if user and mailbox email address are lowercase in sanity_check 2020-06-11 23:36:06 +02:00
Son NK df47ea1983 do not disable mailbox in sanity_check 2020-06-11 23:35:44 +02:00
Son NK bee648b6b5 update changelog 2020-06-10 09:19:52 +02:00
Son NK a255c2652e fix the email 2020-06-09 18:58:42 +02:00
Son NK befbb0c0c0 Add sanity_check that disables invalid mailbox and all of its aliases 2020-06-09 17:12:34 +02:00
Son NK c8f1244d81 optimize cron job 2020-05-15 15:31:58 +02:00