summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-06-12 21:52:02 +0200
committerGuilhem Moulin <guilhem@fripost.org>2024-06-12 21:52:02 +0200
commited39d18545982af2192a587f477fb32d766f0459 (patch)
treedfdaee9359dac488a2c764a9600aa053f0578a22 /roles
parent04ecca16e72aeec8f145b57e8c6f091ea2fdc275 (diff)
Sympa: Enable French support.
Cf. msgid=<c368f04c-b8d1-4623-98f0-b6a3b724f90d@dubre.me>.
Diffstat (limited to 'roles')
-rw-r--r--roles/lists/files/etc/sympa/sympa/sympa.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lists/files/etc/sympa/sympa/sympa.conf b/roles/lists/files/etc/sympa/sympa/sympa.conf
index 7d29173..76573ac 100644
--- a/roles/lists/files/etc/sympa/sympa/sympa.conf
+++ b/roles/lists/files/etc/sympa/sympa/sympa.conf
@@ -147,41 +147,41 @@ queueoutgoing /var/spool/sympa/outgoing
## Directory for subscription spool
queuesubscribe /var/spool/sympa/subscribe
## Directory for topic spool
queuetopic /var/spool/sympa/topic
## Directory for bounce incoming spool
queuebounce /var/spool/sympa/bounce
## Directory for task spool
queuetask /var/spool/sympa/task
## Directory for automatic list creation spool
queueautomatic /var/spool/sympa/automatic
###\\\\ Internationalization related ////###
## Supported languages
## This is the set of language that will be proposed to your users for the Sympa GUI. Don't select a language if you don't have the proper locale packages installed.
-supported_lang sv,en_US
+supported_lang sv,en_US,fr
## Default language (one of supported languages)
## This is the default language used by Sympa
lang sv
## If set to "on", enables support of legacy character set
## In some language environments, legacy encoding (character set) is preferred for e-mail messages: for example iso-2022-jp in Japanese language.
legacy_character_support_feature off
###\\\\ Bounce related ////###
verp_rate 100%
#tracking_delivery_status_notification on
#tracking_message_disposition_notification on
## Welcome message return-path ( unique | owner )
## If set to unique, new subcriber is removed if welcome message bounce
welcome_return_path unique
## Remind message return-path ( unique | owner )