Commit bec10d58 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 2f80cbb6
......@@ -35,15 +35,14 @@ module Gitlab
end
def key_from_fallback_message_id(mail_id)
message_id_regexp =
/\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/.freeze
message_id_regexp = /\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/
mail_id[message_id_regexp, 1]
end
def scan_fallback_references(references)
# It's looking for each <...>
references.scan(/(?!<)[^<>]+(?=>)/.freeze)
references.scan(/(?!<)[^<>]+(?=>)/)
end
def config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment