mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 20:27:28 +08:00
Rexexp.escape LISTNAME
This commit is contained in:
parent
99860910fc
commit
84de8e92e1
|
@ -259,7 +259,7 @@ class ImportScripts::Mbox < ImportScripts::Base
|
|||
def clean_title(title)
|
||||
title ||= ""
|
||||
#Strip mailing list name from subject
|
||||
title = title.gsub(/\[#{LIST_NAME}\]/, '').strip
|
||||
title = title.gsub(/\[#{Regexp.escape(LIST_NAME)}\]/, '').strip
|
||||
|
||||
original_length = title.length
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user