Commit d635c4b5666085107e5b3cfce5f20a26b5271950
1 parent
b1cb3e6c
Exists in
master
and in
13 other branches
Point super_archives to private lists directory by default
Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org> Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
colab/settings.py
... | ... | @@ -250,7 +250,7 @@ MESSAGE_TAGS = { |
250 | 250 | COLAB_HOME_URL = '/dashboard' |
251 | 251 | |
252 | 252 | # Super Archives |
253 | -SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/public' | |
253 | +SUPER_ARCHIVES_PATH = '/var/lib/mailman/archives/private' | |
254 | 254 | SUPER_ARCHIVES_EXCLUDE = [] |
255 | 255 | SUPER_ARCHIVES_LOCK_FILE = '/var/lock/colab/import_emails.lock' |
256 | 256 | ... | ... |