discourse/app
Krzysztof Kotlarek c32bd8ae48 FEATURE: Remove attachments and truncate raw field for incoming emails (#8253)
Adds the settings: 

raw_email_max_length, raw_rejected_email_max_length, delete_rejected_email_after_days. 

These settings control retention of the "raw" emails logs.

raw_email_max_length ensures that if we get incoming email that is huge we will truncate it removing uploads from the raw log.

raw_rejected_email_max_length introduces an even more aggressive truncation for rejected incoming mail. 

delete_rejected_email_after_days controls how many days we will keep rejected emails for (default 90)
2019-10-30 16:54:35 +11:00
..
assets Revert Ember.run refactors 2019-10-29 17:10:47 -04:00
controllers DEV: Passing the list options to page_params is unnecessary 2019-10-29 12:03:24 +00:00
helpers DEV: pluck_first 2019-10-21 12:08:20 +01:00
jobs FEATURE: Remove attachments and truncate raw field for incoming emails (#8253) 2019-10-30 16:54:35 +11:00
mailers PERF: cache new users counts in summary emails 2019-10-25 16:33:36 -04:00
models FIX: upserting custom fields using keywords converts the array key to a string 2019-10-29 11:35:38 -07:00
serializers FEATURE: Site setting/UI to allow users to set their primary group (#8244) 2019-10-28 12:46:27 -05:00
services FEATURE: Site setting/UI to allow users to set their primary group (#8244) 2019-10-28 12:46:27 -05:00
views DEV: replace inline RTL attributes with classes in digest.html.erb 2019-10-28 16:36:55 -04:00