tomtjes
(Thomas Reintjes)
4월 9, 2023, 4:29오후
1
In Admin > Emails > Rejected I have an email with the following error:
Error
Email::Receiver::OldDestinationError
translation missing: en.emails.incoming.errors.old_destination_error
While I messed with translations for my site, I think this is not just an issue for me. The server.en.yml on Github seems to indeed lack this translation.
3개의 좋아요
gerhard
(Gerhard Schlager)
4월 19, 2023, 7:27오전
2
이 문제를 Contribute > Bug 카테고리로 이동시켜서 보이지 않도록 하겠습니다.
이 문제를 수정하고, 가능할 경우 Email::Receiver의 모든 오류에 해당하는 번역이 있는지 확인하기 위해 스펙이나 린팅 규칙 을 추가해야 합니다. 해당 파일에 있는 주석만으로는 분명히 충분하지 않습니다.
또한, 다른 번역이 누락되었는지도 확인해야 합니다.
errors:
empty_email_error: "Happens when the raw mail we received was blank."
no_message_id_error: "Happens when the mail has no 'Message-Id' header."
auto_generated_email_error: "Happens when the 'precedence' header is set to: list, junk, bulk or auto_reply, or when any other header contains: auto-submitted, auto-replied or auto-generated."
no_body_detected_error: "Happens when we couldn't extract a body and there were no attachments."
no_sender_detected_error: "Happens when we couldn't find a valid email address in the From header."
from_reply_by_address_error: "Happens when the From header matches the reply by email address."
inactive_user_error: "Happens when the sender is not active."
silenced_user_error: "Happens when the sender has been silenced."
bad_destination_address: "Happens when none of the email addresses in To/Cc fields matched a configured incoming email address."
strangers_not_allowed_error: "Happens when a user tried to create a new topic in a category they're not a member of."
insufficient_trust_level_error: "Happens when a user tried to create a new topic in a category they don't have the required trust level for."
reply_user_not_matching_error: "Happens when a reply came in from a different email address the notification was sent to."
topic_not_found_error: "Happens when a reply came in but the related topic has been deleted."
topic_closed_error: "Happens when a reply came in but the related topic has been closed."
bounced_email_error: "Email is a bounced email report."
screened_email_error: "Happens when the sender's email address was already screened."
unsubscribe_not_allowed: "Happens when unsubscribing via email is not allowed for this user."
email_not_allowed: "Happens when the email address is not on the allowlist or is on the blocklist."
unrecognized_error: "Unrecognized Error"
4개의 좋아요
JAYT
(John Thomas)
7월 4, 2023, 9:13오후
3
Seeing this from a source of emails that used to work. (A mailing list for the club I run the Discourse instance for.)
Email::Receiver::InvalidPost
translation missing: en_GB.emails.incoming.errors.invalid_post
Any idea what it means? There’s no language translation needed for these posts.