When contact email is set to a group
And the group receives a notification (e.g., Update available)
Then the email notification is rejected with Email::Receiver::AutoGeneratedEmailError
What should happen
The group should be notified (either by internal notification or email notification).
No email should be rejected.
I didn’t know about the autogenerated_allowlist setting, thank you! I thought it was a bug because it’s an internal email sender, so I guess it should be in that list by default.
현재 기본값이 비어 있으므로, Discourse에서 자동 생성된 메시지 처리를 조정하는 것은 사이트 운영자에게 맡기는 것입니다.
저는 제 Discourse 사이트에서 자동 생성된 메시지를 받지 않습니다.
흥미로운 사용 사례로 들리지만, 제가 아는 범위에서는 아닙니다. 아마도 특정 작업에 대한 더 나은 메시지/알림이 필요한 것일 수 있습니다… 관리자 사용자는 업데이트에 대해 알림을 받는다고 생각했는데(제 경우에도 실제로 그렇습니다!), 비관리자 사용자는 “업데이트 가능” 메시지로 아무것도 할 수 없지 않을까요…? 상황을 설명하는 Contribute > Feature 토픽이 유용할 것 같습니다.
I agree this type of messages is not useful for non-admins. But it’s also weird to see an error message for that. I could allow the source to get rid of the error, but then an irrelevant message would reach the contact group inbox. There’s already a topic complaining about Contact email receives too much notifications.