mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
temporarily disable processing email replies to VERP
This commit is contained in:
parent
2cf4107a67
commit
a244c33023
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ module Email
|
|||
end
|
||||
|
||||
def process_internal
|
||||
# temporarily disable processing automated replies to VERP
|
||||
return if @mail.destinations.any? { |to| to[/\+verp-\h{32}@/i] }
|
||||
|
||||
raise BouncedEmailError if @mail.bounced? && !@mail.retryable?
|
||||
raise ScreenedEmailError if ScreenedEmail.should_block?(@from_email)
|
||||
|
||||
|
|
Loading…
Reference in a new issue