2017-11-18 07:53:21 -05:00
|
|
|
data_dir: /shared/import/data
|
2018-01-17 06:03:57 -05:00
|
|
|
|
|
|
|
# mbox files
|
2018-08-23 03:46:25 -04:00
|
|
|
split_regex: "^From .+@.+"
|
2018-01-17 06:03:57 -05:00
|
|
|
#split_regex: "^From .+@example.com.+"
|
|
|
|
|
|
|
|
# individual emails
|
|
|
|
#split_regex: ""
|
|
|
|
|
|
|
|
# Listserv files
|
|
|
|
#split_regex: "^========================================================================="
|
2017-05-26 16:26:18 -04:00
|
|
|
|
|
|
|
default_trust_level: 1
|
2018-08-23 03:46:25 -04:00
|
|
|
prefer_html: true
|
2018-01-04 03:17:35 -05:00
|
|
|
staged: true
|
2018-01-17 06:03:57 -05:00
|
|
|
index_only: false
|
|
|
|
|
|
|
|
group_messages_by_subject: false
|
2020-03-07 19:20:02 -05:00
|
|
|
|
|
|
|
# Remove prefixes like [FOO] or (BAR) from topic titles and replace them with tags.
|
|
|
|
# You can map one or more case-insensitive prefixes to the same tag in Discourse.
|
|
|
|
# "Tag name in Discourse": "foo"
|
|
|
|
# "Tag name in Discourse": ["foo", "bar"]
|
|
|
|
# You can use an empty tag name to remove prefixes without creating a tag in Discourse.
|
|
|
|
tags:
|
|
|
|
# "off-topic": "ot"
|
|
|
|
# announcement: ["ann", "announce", "announcement"]
|
|
|
|
# "": ["foo", "bar"]
|
|
|
|
|
|
|
|
# These prefixes will be removed from the beginning of topic titles. You can use regular expessions.
|
|
|
|
# Prefixes are case-insensitive. You can add additional prefixes (e.g. localized prefixes from
|
|
|
|
# https://en.wikipedia.org/wiki/List_of_email_subject_abbreviations#Abbreviations_in_other_languages).
|
|
|
|
remove_subject_prefixes:
|
|
|
|
- "Re: "
|
|
|
|
- "Fwd?: "
|