mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: auto-reply to VERP should be considered as hard boucne
This commit is contained in:
parent
21ce674546
commit
341d5e10b3
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,8 @@ module Email
|
||||||
elsif @mail.error_status.start_with?("5.")
|
elsif @mail.error_status.start_with?("5.")
|
||||||
update_bounce_score(email_log.user.email, HARD_BOUNCE_SCORE)
|
update_bounce_score(email_log.user.email, HARD_BOUNCE_SCORE)
|
||||||
end
|
end
|
||||||
|
elsif is_auto_generated?
|
||||||
|
update_bounce_score(email_log.user.email, HARD_BOUNCE_SCORE)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue