From 30fbf6fe8181426ff8cab81d10a26c61f635f4d6 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 24 May 2018 14:39:28 -0400 Subject: [PATCH] Add min and max to digest topic and post settings. Email clients may truncate messages that are too long. --- config/site_settings.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/config/site_settings.yml b/config/site_settings.yml index def3802eaf9..d0a6bae3dc5 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -717,8 +717,15 @@ email: digest_topics: default: 5 min: 1 - digest_posts: 3 - digest_other_topics: 5 + max: 20 + digest_posts: + default: 5 + min: 0 + max: 20 + digest_other_topics: + default: 5 + min: 0 + max: 20 suppress_digest_email_after_days: default: 365 digest_suppress_categories: