mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
temporarily disable processing email replies to VERP
This commit is contained in:
parent
2cf4107a67
commit
a244c33023
@ -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 New Issue
Block a user