mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
check for sender mailer-daemon as link2xt proposed
This commit is contained in:
@@ -911,7 +911,7 @@ impl MimeMessage {
|
||||
&& self
|
||||
.get(HeaderDef::From_)?
|
||||
.to_ascii_lowercase()
|
||||
.contains("daemon")
|
||||
.contains("mailer-daemon")
|
||||
&& self.failure_report.is_none()
|
||||
{
|
||||
lazy_static! {
|
||||
|
||||
Reference in New Issue
Block a user