mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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)
This commit is contained in:
@@ -1856,6 +1856,9 @@ en:
|
||||
private_email: "Don't include content from posts or topics in email title or email body. NOTE: also disables digest emails."
|
||||
email_total_attachment_size_limit_kb: "Max total size of files attached to outgoing emails. Set to 0 to disable sending of attachments."
|
||||
post_excerpts_in_emails: "In notification emails, always send excerpts instead of full posts"
|
||||
raw_email_max_length: "How many characters should be stored for incoming email."
|
||||
raw_rejected_email_max_length: "How many characters should be stored for rejected incoming email."
|
||||
delete_rejected_email_after_days: "Delete rejected emails older than (n) days."
|
||||
|
||||
manual_polling_enabled: "Push emails using the API for email replies."
|
||||
pop3_polling_enabled: "Poll via POP3 for email replies."
|
||||
|
||||
Reference in New Issue
Block a user