mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 11:20:58 +08:00
Previously, when staged users were disabled and a category allowed strangers via `email_in_allow_strangers`, incoming emails would automatically fallback to using the system user to create topics. Change introduced in this PR https://github.com/discourse/discourse/pull/34655 This change adds a new hidden site setting `email_in_allow_system_user_fallback` (default: false) that controls this behavior. When disabled, emails from strangers will raise a UserNotFoundError instead of creating topics as system user. |
||
|---|---|---|
| .. | ||
| authentication_results.rb | ||
| build_email_helper.rb | ||
| cleaner.rb | ||
| message_builder.rb | ||
| message_id_service.rb | ||
| poller.rb | ||
| processor.rb | ||
| receiver.rb | ||
| renderer.rb | ||
| sender.rb | ||
| styles.rb | ||
| validator.rb | ||