搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Enable real-time indication when outgoing message is rejected by my smtp server?

  • 1 个回答
  • 0 人有此问题
  • 11 次查看
  • 最后回复者为 Matt

more options

My exim server is configured to reject potentially unsafe attachments. When that is attempted, an exim log entry is appended such as:

2022-08-25 22:23:32 1oRRoH-005RxB-BP cancelled by system filter: This message has been rejected because it has a potentially executable attachment "example.eml" This form of attachment has been used by recent viruses or other malware. If you meant to send this file then please package it up as a zip file and resend it.

Thunderbird gives me zero real-time indication that it was rejected and stores it in the Sent folder. I'm prone to forget that certain attachments are not allowed, plus there may be any number of other possible reasons for rejections.

The problem is that I have no awareness that such emails have not been delivered until days later -- if I'm lucky and/or diligent enough to inquire -- when the recipient informs me they never received it.

Is there any way to enable real-time indication of when an outgoing message is rejected and keep the message in the Drafts folder?

Thunderbird 91.11.0 (64-bit) for Linux (Pop!_OS 22.04 LTS)

My exim server is configured to reject potentially unsafe attachments. When that is attempted, an exim log entry is appended such as: 2022-08-25 22:23:32 1oRRoH-005RxB-BP cancelled by system filter: This message has been rejected because it has a potentially executable attachment "example.eml" This form of attachment has been used by recent viruses or other malware. If you meant to send this file then please package it up as a zip file and resend it. Thunderbird gives me zero real-time indication that it was rejected and stores it in the Sent folder. I'm prone to forget that certain attachments are not allowed, plus there may be any number of other possible reasons for rejections. The problem is that I have no awareness that such emails have not been delivered until days later -- if I'm lucky and/or diligent enough to inquire -- when the recipient informs me they never received it. Is there any way to enable real-time indication of when an outgoing message is rejected and keep the message in the Drafts folder? Thunderbird 91.11.0 (64-bit) for Linux (Pop!_OS 22.04 LTS)

被采纳的解决方案

Perhaps get your SMTP server to actually reject the mail instead of logging something in it's log.

Or email the sender with a bounce https://solidgone.org/This-message-has-been-rejected/

Thunderbird will hold the send windows open until it receives confirmation from the server that the message is accepted. Except when a hidden preference has been set to send all mail via the outbox. When Mailnews.sendInBackground preference set to True Thunderbird sends mail to the outbox and one of the known bugs which has seen it not enabled by default is failure notifications just don't arrive. Reference meta bug https://bugzilla.mozilla.org/show_bug.cgi?id=511079

Perhaps check you install does not have the preference set as what various linux distributions change from their defaults is not know anywhere but by distribution maintainers.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

Perhaps get your SMTP server to actually reject the mail instead of logging something in it's log.

Or email the sender with a bounce https://solidgone.org/This-message-has-been-rejected/

Thunderbird will hold the send windows open until it receives confirmation from the server that the message is accepted. Except when a hidden preference has been set to send all mail via the outbox. When Mailnews.sendInBackground preference set to True Thunderbird sends mail to the outbox and one of the known bugs which has seen it not enabled by default is failure notifications just don't arrive. Reference meta bug https://bugzilla.mozilla.org/show_bug.cgi?id=511079

Perhaps check you install does not have the preference set as what various linux distributions change from their defaults is not know anywhere but by distribution maintainers.

由Matt于修改