1LIST_CONFIG(5)                   sympa 6.2.48                   LIST_CONFIG(5)
2
3
4

NAME

6       list_config - Configuration file for mailing list
7

DESCRIPTION

9       config is main configuration file of the mailing list.
10
11       Format of config is as following:
12
13       ·   Lines beginning with "#" and containing only spaces are ignored.
14
15       ·   There are parameters with single line and multiple lines:
16
17           ·   On single line parameters, each line has the form "parameter
18               value".  value may contain spaces but may not contain newlines.
19
20               Several parameters may have multiple values.  If it's the case,
21               values may be separated by comma (",") or parameter lines may
22               be repeated.  Some of parameters must have one or more of
23               limited values.
24
25               Example:
26
27                 subject This is subject of my list
28
29                 remove_headers User-Agent,Importance
30
31                 custom_headers X-List: mylist
32                 custom_headers X-Face: %`-W7!?^]Sg'I-K>P<cdn&k:~A^{x>(]Gc{V...
33
34                 rfc2369_header_fields post,owner
35
36           ·   A multiple line parameter, so-called "paragraph", consists of
37               the first line specifying parameter name and subsequent one or
38               more sub-parameter lines.  Paragraph must be separated by one
39               or more empty lines from the other parameters.
40
41               Several multiple line parameters may occur multiple times.
42

PARAMETERS

44       Below is entire list of configuration parameters.  "Default" is built-
45       in default value if any.
46
47   List definition
48       "subject"
49
50       Subject of the list
51
52       Format:
53           /".+"/
54
55       Default:
56           None, mandatory.
57
58       This parameter indicates the subject of the list, which is sent in
59       response to the LISTS mail command. The subject is a free form text
60       limited to one line.
61
62       "visibility"
63
64       Visibility of the list
65
66       Format:
67           Name of "visibility" scenario:
68
69           "conceal" - conceal except for subscribers
70           "intranet" - intranet access
71           "noconceal" - no conceal
72           "secret" - conceal even for subscribers
73       Default:
74           Value of "visibility" parameter in sympa.conf or robot.conf.
75
76       This parameter indicates whether the list should feature in the output
77       generated in response to a LISTS command or should be shown in the list
78       overview of the web-interface.
79
80       "topics"
81
82       Topics for the list
83
84       Format:
85           Multiple values allowed, separated by ",".
86
87           List topic.
88
89       Default:
90           None.
91
92       This parameter allows the classification of lists. You may define
93       multiple topics as well as hierarchical ones. WWSympa's list of public
94       lists uses this parameter.
95
96       "host"
97
98       Deprecated.
99
100       "lang"
101
102       Language of the list
103
104       Format:
105           Language tag.
106
107       Default:
108           Value of "lang" parameter in sympa.conf or robot.conf.
109
110       This parameter defines the language used for the list. It is used to
111       initialize a user's language preference; Sympa command reports are
112       extracted from the associated message catalog.
113
114       "family_name"
115
116       Family name
117
118       Format:
119           /$family_name/
120
121       Default:
122           None.
123
124       "max_list_members"
125
126       Maximum number of list members
127
128       Format:
129           Number of list members.
130
131       Default:
132           Value of "default_max_list_members" parameter in sympa.conf or
133           robot.conf.
134
135       limit for the number of subscribers. 0 means no limit.
136
137       "priority"
138
139       Priority
140
141       Format:
142           0 - 0 - highest priority
143           1 - 1
144           2 - 2
145           3 - 3
146           4 - 4
147           5 - 5
148           6 - 6
149           7 - 7
150           8 - 8
151           9 - 9 - lowest priority
152           "z" - queue messages only
153       Default:
154           Value of "default_list_priority" parameter in sympa.conf or
155           robot.conf.
156
157       The priority with which Sympa will process messages for this list. This
158       level of priority is applied while the message is going through the
159       spool. The z priority will freeze the message in the spool.
160
161   Sending/receiving setup
162       "send"
163
164       Who can send messages
165
166       Format:
167           Name of "send" scenario:
168
169           "closed" - closed
170           "confidential" - restricted to subscribers, messages from others
171           are discarded
172           "editordkim" - Moderated, no authentication needed if DKIM
173           signature from moderator is OK
174           "editorkey" - Moderated
175           "editorkeyonly" - Moderated, even for moderators
176           "editorkeyonlyauth" - Moderated, need authentication from moderator
177           "intranet" - restricted to local domain
178           "intranetorprivate" - restricted to local domain and subscribers
179           "newsletter" - Newsletter, restricted to moderators
180           "newsletterkeyonly" - Newsletter, restricted to moderators after
181           confirmation
182           "owner" - Restricted to list owners only
183           "ownerauth" - Restricted to list owners with previous MD5
184           authentication
185           "private" - restricted to subscribers
186           "private_smime" - restricted to subscribers and checked smime
187           signature
188           "privateandeditorkey" - Moderated, restricted to subscribers
189           "privateandnomultipartoreditorkey" - Moderated, for non subscribers
190           sending multipart messages
191           "privatekey" - restricted to subscribers with previous md5
192           authentication
193           "privatekeyandeditorkeyonly" - Moderated, for subscribers and even
194           moderators themself
195           "privateoreditorkey" - Private, moderated for non subscribers
196           "privateorpublickey" - Private, confirmation for non subscribers
197           "public" - public list
198           "public_nobcc" - public list, Bcc rejected (anti-spam)
199           "publickey" - anyone no authentication if DKIM signature is OK
200           "publicnoattachment" - public list multipart/mixed messages are
201           forwarded to moderator
202           "publicnomultipart" - public list multipart messages are rejected
203       Default:
204           Value of "send" parameter in sympa.conf or robot.conf.
205
206       This parameter specifies who can send messages to the list.
207
208       "delivery_time"
209
210       Delivery time (hh:mm)
211
212       Format:
213           /"[0-2]?\d\:[0-6]\d"/
214
215       Default:
216           None.
217
218       If this parameter is present, non-digest messages will be delivered to
219       subscribers at this time: When this time has been past, delivery is
220       postponed to the same time in next day.
221
222       "digest"
223
224       Digest frequency
225
226       Single occurrence
227
228       Definition of digest mode. If this parameter is present, subscribers
229       can select the option of receiving messages in multipart/digest MIME
230       format, or as a plain text digest. Messages are then grouped together,
231       and compiled messages are sent to subscribers according to the
232       frequency selected with this parameter.
233
234       "digest.days"
235
236       days
237
238       Format:
239           Multiple occurrences allowed.
240
241           Day of week, 0 - 6.
242
243       Default:
244           None, mandatory.
245
246       "digest.hour"
247
248       hour
249
250       Format:
251           /"\d+"/
252
253       Default:
254           None, mandatory.
255
256       "digest.minute"
257
258       minute
259
260       Format:
261           /"\d+"/
262
263       Default:
264           None, mandatory.
265
266       "digest_max_size"
267
268       Digest maximum number of messages
269
270       Format:
271           Number of messages.
272
273       Default:
274           25
275
276       "available_user_options"
277
278       Available subscription options
279
280       Single occurrence
281
282       "available_user_options.reception"
283
284       reception mode
285
286       Format:
287           Multiple values allowed, separated by ",".
288
289           Reception mode of list member.
290
291       Default:
292           "mail,notice,digest,digestplain,summary,nomail,txt,urlize,not_me"
293
294       Only these modes will be allowed for the subscribers of this list. If a
295       subscriber has a reception mode not in the list, Sympa uses the mode
296       specified in the default_user_options paragraph.
297
298       "default_user_options"
299
300       Subscription profile
301
302       Single occurrence
303
304       Default profile for the subscribers of the list.
305
306       "default_user_options.reception"
307
308       reception mode
309
310       Format:
311           Reception mode of list member.
312
313       Default:
314           "mail"
315
316       Mail reception mode.
317
318       "default_user_options.visibility"
319
320       visibility
321
322       Format:
323           Visibility mode of list memeber.
324
325       Default:
326           "noconceal"
327
328       Visibility of the subscriber.
329
330       "msg_topic"
331
332       Topics for message categorization
333
334       Multiple occurrences allowed
335
336       This paragraph defines a topic used to tag a message of a list, named
337       by msg_topic.name ("other" is a reserved word), its title is
338       msg_topic.title. The msg_topic.keywords entry is optional and allows
339       automatic tagging. This should be a list of keywords, separated by ','.
340
341       "msg_topic.name"
342
343       Message topic name
344
345       Format:
346           /"[\-\w]+"/
347
348       Default:
349           None, mandatory.
350
351       "msg_topic.keywords"
352
353       Message topic keywords
354
355       Format:
356           /"[^,\n]+(,[^,\n]+)*"/
357
358       Default:
359           None.
360
361       "msg_topic.title"
362
363       Message topic title
364
365       Format:
366           /".+"/
367
368       Default:
369           None, mandatory.
370
371       "msg_topic_keywords_apply_on"
372
373       Defines to which part of messages topic keywords are applied
374
375       Format:
376           "subject" - subject field
377           "body" - message body
378           "subject_and_body" - subject and body
379       Default:
380           "subject"
381
382       This parameter indicates which part of the message is used to perform
383       automatic tagging.
384
385       "msg_topic_tagging"
386
387       Message tagging
388
389       Format:
390           "required_sender" - required to post message
391           "required_moderator" - required to distribute message
392           "optional" - optional
393       Default:
394           "optional"
395
396       This parameter indicates if the tagging is optional or required for a
397       list.
398
399       "reply_to_header"
400
401       Reply address
402
403       Single occurrence
404
405       This defines what Sympa will place in the Reply-To: SMTP header field
406       of the messages it distributes.
407
408       "reply_to_header.value"
409
410       value
411
412       Format:
413           "sender" - sender
414           "list" - list
415           "all" - all
416           "other_email" - other email address
417       Default:
418           "sender"
419
420       This parameter indicates whether the Reply-To: field should indicate
421       the sender of the message (sender), the list itself (list), both list
422       and sender (all) or an arbitrary e-mail address (defined by the
423       other_email parameter).
424
425       Note: it is inadvisable to change this parameter, and particularly
426       inadvisable to set it to list. Experience has shown it to be almost
427       inevitable that users, mistakenly believing that they are replying only
428       to the sender, will send private messages to a list. This can lead, at
429       the very least, to embarrassment, and sometimes to more serious
430       consequences.
431
432       "reply_to_header.other_email"
433
434       other email address
435
436       Format:
437           /$email/
438
439       Default:
440           None.
441
442       If value was set to other_email, this parameter defines the e-mail
443       address used.
444
445       "reply_to_header.apply"
446
447       respect of existing header field
448
449       Format:
450           "forced" - overwrite Reply-To: header field
451           "respect" - preserve existing header field
452       Default:
453           "respect"
454
455       The default is to respect (preserve) the existing Reply-To: SMTP header
456       field in incoming messages. If set to forced, Reply-To: SMTP header
457       field will be overwritten.
458
459       "anonymous_sender"
460
461       Anonymous sender
462
463       Format:
464           /".+"/
465
466       Default:
467           None.
468
469       To hide the sender's email address before distributing the message. It
470       is replaced by the provided email address.
471
472       "custom_header"
473
474       Custom header field
475
476       Format:
477           Multiple occurrences allowed.
478
479           /"\S+:\s+.*"/
480
481       Default:
482           None.
483
484       This parameter is optional. The headers specified will be added to the
485       headers of messages distributed via the list. As of release 1.2.2 of
486       Sympa, it is possible to put several custom header lines in the
487       configuration file at the same time.
488
489       "custom_subject"
490
491       Subject tagging
492
493       Format:
494           /".+"/
495
496       Default:
497           None.
498
499       This parameter is optional. It specifies a string which is added to the
500       subject of distributed messages (intended to help users who do not use
501       automatic tools to sort incoming messages). This string will be
502       surrounded by [] characters.
503
504       "footer_type"
505
506       Attachment type
507
508       Format:
509           "mime" - add a new MIME part
510           "append" - append to message body
511       Default:
512           "mime"
513
514       List owners may decide to add message headers or footers to messages
515       sent via the list. This parameter defines the way a footer/header is
516       added to a message.
517
518       mime:
519
520       The default value. Sympa will add the footer/header as a new MIME part.
521
522       append:
523
524       Sympa will not create new MIME parts, but will try to append the
525       header/footer to the body of the message. Predefined message-footers
526       will be ignored. Headers/footers may be appended to text/plain messages
527       only.
528
529       "max_size"
530
531       Maximum message size
532
533       Format:
534           Number of bytes.
535
536       Default:
537           Value of "max_size" parameter in sympa.conf or robot.conf.
538
539       Maximum size of a message in 8-bit bytes.
540
541       "merge_feature"
542
543       Allow message personalization
544
545       Format:
546           "on" - enabled
547           "off" - disabled
548       Default:
549           Value of "merge_feature" parameter in sympa.conf.
550
551       "message_hook"
552
553       Hook modules for message processing
554
555       Single occurrence
556
557       "message_hook.pre_distribute"
558
559       A hook on the messages before distribution
560
561       Format:
562           /"(::|\w)+"/
563
564       Default:
565           None.
566
567       "message_hook.post_archive"
568
569       A hook on the messages just after archiving
570
571       Format:
572           /"(::|\w)+"/
573
574       Default:
575           None.
576
577       "reject_mail_from_automates_feature"
578
579       Reject mail from automatic processes (crontab, etc)?
580
581       Format:
582           "on" - enabled
583           "off" - disabled
584       Default:
585           Value of "reject_mail_from_automates_feature" parameter in
586           sympa.conf.
587
588       "remove_headers"
589
590       Incoming SMTP header fields to be removed
591
592       Format:
593           Multiple values allowed, separated by ",".
594
595           /"\S+"/
596
597       Default:
598           Value of "remove_headers" parameter in sympa.conf.
599
600       "remove_outgoing_headers"
601
602       Outgoing SMTP header fields to be removed
603
604       Format:
605           Multiple values allowed, separated by ",".
606
607           /"\S+"/
608
609       Default:
610           Value of "remove_outgoing_headers" parameter in sympa.conf.
611
612       "rfc2369_header_fields"
613
614       RFC 2369 Header fields
615
616       Format:
617           Multiple values allowed, separated by ",".
618
619           "help" - help
620           "subscribe" - subscription
621           "unsubscribe" - unsubscription
622           "post" - posting address
623           "owner" - owner
624           "archive" - list archive
625       Default:
626           Value of "rfc2369_header_fields" parameter in sympa.conf.
627
628       "forced_reply_to"
629
630       Deprecated.
631
632       "reply_to"
633
634       Deprecated.
635
636   Privileges
637       "info"
638
639       Who can view list information
640
641       Format:
642           Name of "info" scenario:
643
644           "conceal" - restricted to subscribers - Silent rejection otherwise.
645           "open" - for anyone
646           "private" - restricted to subscribers
647       Default:
648           Value of "info" parameter in sympa.conf or robot.conf.
649
650       "subscribe"
651
652       Who can subscribe to the list
653
654       Format:
655           Name of "subscribe" scenario:
656
657           "auth" - subscription request confirmed
658           "auth_notify" - need authentication (notification is sent to
659           owners)
660           "auth_notifydkim" - need authentication unless DKIM signature is OK
661           (notification is sent to owners)
662           "auth_owner" - requires authentication then owner approval
663           "auth_ownerdkim" - requires authentication unless DKIM signature is
664           OK, then owner approval
665           "authdkim" - subscription request confirmed
666           "closed" - subscription is impossible
667           "intranet" - restricted to local domain users
668           "intranetorowner" - local domain users or owner approval
669           "open" - for anyone without authentication
670           "open_notify" - anyone, notification is sent to list owner
671           "open_quiet" - anyone, no welcome message
672           "owner" - owners approval
673           "smime" - requires S/MIME signed
674           "smimeorowner" - requires S/MIME signed or owner approval
675       Default:
676           Value of "subscribe" parameter in sympa.conf or robot.conf.
677
678       The subscribe parameter defines the rules for subscribing to the list.
679
680       "add"
681
682       Who can add subscribers
683
684       Format:
685           Name of "add" scenario:
686
687           "auth" - restricted to owner with authentication
688           "authdkim" - restricted to owner without authentication if DKIM
689           signature is OK.
690           "closed" - add impossible
691           "owner" - add performed by list owner does not need authentication
692           "owner_notify" - add performed by owner does not need
693           authentication (notification)
694           "ownerdkim" - add performed by list owner does not need
695           authentication if DKIM signature OK
696       Default:
697           Value of "add" parameter in sympa.conf or robot.conf.
698
699       Privilege for adding (ADD command) a subscriber to the list
700
701       "unsubscribe"
702
703       Who can unsubscribe
704
705       Format:
706           Name of "unsubscribe" scenario:
707
708           "auth" - need authentication
709           "auth_notify" - authentication requested, notification sent to
710           owner
711           "auth_notifydkim" - authentication requested unless DKIM signature
712           is OK, notification sent to owner
713           "authdkim" - need authentication unless DKIM signature is OK
714           "closed" - impossible
715           "open" - open
716           "open_notify" - open with mail confirmation, owner is notified
717           "owner" - owners approval
718       Default:
719           Value of "unsubscribe" parameter in sympa.conf or robot.conf.
720
721       This parameter specifies the unsubscription method for the list. Use
722       open_notify or auth_notify to allow owner notification of each
723       unsubscribe command.
724
725       "del"
726
727       Who can delete subscribers
728
729       Format:
730           Name of "del" scenario:
731
732           "auth" - deletion performed only by list owners, need
733           authentication
734           "authdkim" - deletion performed only by list owners, need
735           authentication unless DKIM signature is OK
736           "closed" - remove subscriber impossible
737           "owner" - by owner without authentication
738           "owner_notify" - list owners, authentication not needed
739           (notification)
740           "ownerdkim" - by owner without authentication if DKIM signature OK
741       Default:
742           Value of "del" parameter in sympa.conf or robot.conf.
743
744       "invite"
745
746       Who can invite people
747
748       Format:
749           Name of "invite" scenario:
750
751           "closed" - closed
752           "owner" - invite perform by list owner do not need authentication
753           "private" - restricted to subscribers
754           "public" - public
755       Default:
756           Value of "invite" parameter in sympa.conf or robot.conf.
757
758       "remind"
759
760       Who can start a remind process
761
762       Format:
763           Name of "remind" scenario:
764
765           "listmaster" - listmaster only
766           "listmasterdkim" - listmaster only (do not require authentication
767           if DKIM siganture is OK)
768           "owner" - restricted to list owners
769           "ownerdkim" - restricted to list owners (authentication is not
770           required if a DKIM signature is OK)
771       Default:
772           Value of "remind" parameter in sympa.conf or robot.conf.
773
774       This parameter specifies who is authorized to use the remind command.
775
776       "review"
777
778       Who can review subscribers
779
780       Format:
781           Name of "review" scenario:
782
783           "closed" - no one can review
784           "intranet" - restricted to subscribers or local domain users
785           "listmaster" - listmaster only
786           "owner" - only owner (and listmaster)
787           "private" - restricted to subscribers
788           "public" - anyone can do it!
789       Default:
790           Value of "review" parameter in sympa.conf or robot.conf.
791
792       This parameter specifies who can access the list of members. Since
793       subscriber addresses can be abused by spammers, it is strongly
794       recommended that you only authorize owners or subscribers to access the
795       subscriber list.
796
797       "owner_domain"
798
799       Required domains for list owners
800
801       Format:
802           /"$host( +$host)*"/
803
804       Default:
805           Value of "owner_domain" parameter in sympa.conf or robot.conf.
806
807       Restrict list ownership to addresses in the specified domains.
808
809       "owner_domain_min"
810
811       Minimum owners in required domains
812
813       Format:
814           /"\d+"/
815
816       Default:
817           Value of "owner_domain_min" parameter in sympa.conf or robot.conf.
818
819       Require list ownership by a minimum number of addresses in the
820       specified domains.
821
822       "shared_doc"
823
824       Shared documents
825
826       Single occurrence
827
828       This paragraph defines read and edit access to the shared document
829       repository.
830
831       "shared_doc.d_read"
832
833       Who can view
834
835       Format:
836           Name of "d_read" scenario:
837
838           "owner" - restricted to list owners
839           "private" - restricted to subscribers
840           "private-https" - restricted to subscribers authenticated with user
841           cert
842           "public" - public documents
843       Default:
844           Value of "d_read" parameter in sympa.conf or robot.conf.
845
846       "shared_doc.d_edit"
847
848       Who can edit
849
850       Format:
851           Name of "d_edit" scenario:
852
853           "editor" - moderated for subscribers
854           "owner" - restricted to list owners
855           "private" - restricted to subscribers
856           "private-https" - restricted to subscribers authenticated with user
857           cert
858           "public" - public documents
859       Default:
860           Value of "d_edit" parameter in sympa.conf or robot.conf.
861
862       "shared_doc.quota"
863
864       quota
865
866       Format:
867           Number of Kbytes.
868
869       Default:
870           Value of "default_shared_quota" parameter in sympa.conf or
871           robot.conf.
872
873   Archives
874       "process_archive"
875
876       Store distributed messages into archive
877
878       Format:
879           "on" - enabled
880           "off" - disabled
881       Default:
882           Value of "process_archive" parameter in sympa.conf or robot.conf.
883
884       "archive"
885
886       Archives
887
888       Single occurrence
889
890       Privilege for reading mail archives and frequency of archiving.
891
892       Defines who can access the list's web archive.
893
894       "archive.period"
895
896       Deprecated.
897
898       "archive.access"
899
900       Deprecated.
901
902       "archive.web_access"
903
904       access right
905
906       Format:
907           Name of "archive_web_access" scenario:
908
909           "closed" - closed
910           "intranet" - restricted to local domain users
911           "listmaster" - listmaster
912           "owner" - by owner
913           "private" - subscribers only
914           "public" - public
915       Default:
916           Value of "archive_web_access" parameter in sympa.conf or
917           robot.conf.
918
919       "archive.mail_access"
920
921       access right by mail commands
922
923       Format:
924           Name of "archive_mail_access" scenario:
925
926           "closed" - closed
927           "owner" - by owner
928           "private" - subscribers only
929           "public" - public
930       Default:
931           Value of "archive_mail_access" parameter in sympa.conf or
932           robot.conf.
933
934       "archive.quota"
935
936       quota
937
938       Format:
939           Number of Kbytes.
940
941       Default:
942           Value of "default_archive_quota" parameter in sympa.conf.
943
944       "archive.max_month"
945
946       Maximum number of month archived
947
948       Format:
949           Number of months.
950
951       Default:
952           None.
953
954       "archive_crypted_msg"
955
956       Archive encrypted mails as cleartext
957
958       Format:
959           "original" - original messages
960           "decrypted" - decrypted messages
961       Default:
962           "original"
963
964       "web_archive_spam_protection"
965
966       email address protection method
967
968       Format:
969           "cookie" - use HTTP cookie
970           "javascript" - use JavaScript
971           "at" - replace @ characters
972           "gecos" - only show gecos
973           "none" - do nothing
974       Default:
975           Value of "web_archive_spam_protection" parameter in sympa.conf or
976           robot.conf.
977
978       Idem spam_protection is provided but it can be used only for web
979       archives. Access requires a cookie, and users must submit a small form
980       in order to receive a cookie before browsing the archives. This blocks
981       all robot, even google and co.
982
983       "web_archive"
984
985       Deprecated.
986
987   Bounces
988       "bounce"
989
990       Bounces management
991
992       Single occurrence
993
994       "bounce.warn_rate"
995
996       warn rate
997
998       Format:
999           Number of %.
1000
1001       Default:
1002           Value of "bounce_warn_rate" parameter in sympa.conf.
1003
1004       The list owner receives a warning whenever a message is distributed and
1005       the number (percentage) of bounces exceeds this value.
1006
1007       "bounce.halt_rate"
1008
1009       Deprecated.
1010
1011       "bouncers_level1"
1012
1013       Management of bouncers, 1st level
1014
1015       Single occurrence
1016
1017       Level 1 is the lower level of bouncing users
1018
1019       "bouncers_level1.rate"
1020
1021       threshold
1022
1023       Format:
1024           Number of points.
1025
1026       Default:
1027           Value of "default_bounce_level1_rate" parameter in sympa.conf or
1028           robot.conf.
1029
1030       Each bouncing user have a score (from 0 to 100).
1031
1032       This parameter defines a lower limit for each category of bouncing
1033       users.For example, level 1 begins from 45 to level_2_treshold.
1034
1035       "bouncers_level1.action"
1036
1037       action for this population
1038
1039       Format:
1040           "remove_bouncers" - remove bouncing users
1041           "notify_bouncers" - send notify to bouncing users
1042           "none" - do nothing
1043       Default:
1044           "notify_bouncers"
1045
1046       This parameter defines which task is automatically applied on level 1
1047       bouncers.
1048
1049       "bouncers_level1.notification"
1050
1051       notification
1052
1053       Format:
1054           "none" - do nothing
1055           "owner" - owner
1056           "listmaster" - listmaster
1057       Default:
1058           "owner"
1059
1060       When automatic task is executed on level 1 bouncers, a notification
1061       email can be send to listowner or listmaster.
1062
1063       "bouncers_level2"
1064
1065       Management of bouncers, 2nd level
1066
1067       Single occurrence
1068
1069       Level 2 is the highest level of bouncing users
1070
1071       "bouncers_level2.rate"
1072
1073       threshold
1074
1075       Format:
1076           Number of points.
1077
1078       Default:
1079           Value of "default_bounce_level2_rate" parameter in sympa.conf or
1080           robot.conf.
1081
1082       Each bouncing user have a score (from 0 to 100).
1083
1084       This parameter defines the score range defining each category of
1085       bouncing users.For example, level 2 is for users with a score between
1086       80 and 100.
1087
1088       "bouncers_level2.action"
1089
1090       action for this population
1091
1092       Format:
1093           "remove_bouncers" - remove bouncing users
1094           "notify_bouncers" - send notify to bouncing users
1095           "none" - do nothing
1096       Default:
1097           "remove_bouncers"
1098
1099       This parameter defines which task is automatically applied on level 2
1100       bouncers.
1101
1102       "bouncers_level2.notification"
1103
1104       notification
1105
1106       Format:
1107           "none" - do nothing
1108           "owner" - owner
1109           "listmaster" - listmaster
1110       Default:
1111           "owner"
1112
1113       When automatic task is executed on level 2 bouncers, a notification
1114       email can be send to listowner or listmaster.
1115
1116       "verp_rate"
1117
1118       percentage of list members in VERP mode
1119
1120       Format:
1121           "100%" - 100% - always
1122           "50%" - 50%
1123           "33%" - 33%
1124           "25%" - 25%
1125           "20%" - 20%
1126           "10%" - 10%
1127           "5%" - 5%
1128           "2%" - 2%
1129           "0%" - 0% - never
1130       Default:
1131           Value of "verp_rate" parameter in sympa.conf or robot.conf.
1132
1133       "tracking"
1134
1135       Message tracking feature
1136
1137       Single occurrence
1138
1139       "tracking.delivery_status_notification"
1140
1141       tracking message by delivery status notification
1142
1143       Format:
1144           "on" - enabled
1145           "off" - disabled
1146       Default:
1147           Value of "tracking_delivery_status_notification" parameter in
1148           sympa.conf.
1149
1150       "tracking.message_disposition_notification"
1151
1152       tracking message by message disposition notification
1153
1154       Format:
1155           "on" - enabled
1156           "on_demand" - on demand
1157           "off" - disabled
1158       Default:
1159           Value of "tracking_message_disposition_notification" parameter in
1160           sympa.conf.
1161
1162       "tracking.tracking"
1163
1164       who can view message tracking
1165
1166       Format:
1167           Name of "tracking" scenario:
1168
1169           "owner" - only owner (and listmaster)
1170           "private" - restricted to subscribers
1171       Default:
1172           Value of "tracking" parameter in sympa.conf or robot.conf.
1173
1174       "tracking.retention_period"
1175
1176       Tracking datas are removed after this number of days
1177
1178       Format:
1179           Number of days.
1180
1181       Default:
1182           Value of "tracking_default_retention_period" parameter in
1183           sympa.conf.
1184
1185       "welcome_return_path"
1186
1187       Welcome return-path
1188
1189       Format:
1190           "unique" - bounce management
1191           "owner" - owner
1192       Default:
1193           Value of "welcome_return_path" parameter in sympa.conf.
1194
1195       If set to unique, the welcome message is sent using a unique return
1196       path in order to remove the subscriber immediately in the case of a
1197       bounce.
1198
1199       "remind_return_path"
1200
1201       Return-path of the REMIND command
1202
1203       Format:
1204           "unique" - bounce management
1205           "owner" - owner
1206       Default:
1207           Value of "remind_return_path" parameter in sympa.conf.
1208
1209       Same as welcome_return_path, but applied to remind messages.
1210
1211   Data sources setup
1212       "inclusion_notification_feature"
1213
1214       Notify subscribers when they are included from a data source?
1215
1216       Format:
1217           "on" - enabled
1218           "off" - disabled
1219       Default:
1220           "off"
1221
1222       "member_include"
1223
1224       Subscribers defined in an external data source
1225
1226       Multiple occurrences allowed
1227
1228       "member_include.source"
1229
1230       the data source
1231
1232       Format:
1233           /"[\w-]+"/
1234
1235       Default:
1236           None, mandatory.
1237
1238       "member_include.source_parameters"
1239
1240       data source parameters
1241
1242       Format:
1243           /".*"/
1244
1245       Default:
1246           None.
1247
1248       "owner_include"
1249
1250       Owners defined in an external data source
1251
1252       Multiple occurrences allowed
1253
1254       "owner_include.source"
1255
1256       the data source
1257
1258       Format:
1259           /"[\w-]+"/
1260
1261       Default:
1262           None, mandatory.
1263
1264       "owner_include.source_parameters"
1265
1266       data source parameters
1267
1268       Format:
1269           /".*"/
1270
1271       Default:
1272           None.
1273
1274       "owner_include.profile"
1275
1276       profile
1277
1278       Format:
1279           "privileged" - privileged owner
1280           "normal" - normal owner
1281       Default:
1282           "normal"
1283
1284       "owner_include.reception"
1285
1286       reception mode
1287
1288       Format:
1289           "mail" - receive notification email
1290           "nomail" - no notifications
1291       Default:
1292           "mail"
1293
1294       "owner_include.visibility"
1295
1296       visibility
1297
1298       Format:
1299           "conceal" - concealed from list menu
1300           "noconceal" - listed on the list menu
1301       Default:
1302           "noconceal"
1303
1304       "editor_include"
1305
1306       Moderators defined in an external data source
1307
1308       Multiple occurrences allowed
1309
1310       "editor_include.source"
1311
1312       the data source
1313
1314       Format:
1315           /"[\w-]+"/
1316
1317       Default:
1318           None, mandatory.
1319
1320       "editor_include.source_parameters"
1321
1322       data source parameters
1323
1324       Format:
1325           /".*"/
1326
1327       Default:
1328           None.
1329
1330       "editor_include.reception"
1331
1332       reception mode
1333
1334       Format:
1335           "mail" - receive notification email
1336           "nomail" - no notifications
1337       Default:
1338           "mail"
1339
1340       "editor_include.visibility"
1341
1342       visibility
1343
1344       Format:
1345           "conceal" - concealed from list menu
1346           "noconceal" - listed on the list menu
1347       Default:
1348           "noconceal"
1349
1350       "sql_fetch_timeout"
1351
1352       Timeout for fetch of include_sql_query
1353
1354       Format:
1355           Number of seconds.
1356
1357       Default:
1358           Value of "default_sql_fetch_timeout" parameter in sympa.conf.
1359
1360       "include_file"
1361
1362       File inclusion
1363
1364       Format:
1365           Multiple occurrences allowed.
1366
1367           /"\S+"/
1368
1369       Default:
1370           None.
1371
1372       Include subscribers from this file.  The file should contain one e-mail
1373       address per line (lines beginning with a "#" are ignored).
1374
1375       "include_remote_file"
1376
1377       Remote file inclusion
1378
1379       Multiple occurrences allowed
1380
1381       "include_remote_file.name"
1382
1383       short name for this source
1384
1385       Format:
1386           /".+"/
1387
1388       Default:
1389           None.
1390
1391       "include_remote_file.url"
1392
1393       data location URL
1394
1395       Format:
1396           /".+"/
1397
1398       Default:
1399           None, mandatory.
1400
1401       "include_remote_file.user"
1402
1403       remote user
1404
1405       Format:
1406           /".+"/
1407
1408       Default:
1409           None.
1410
1411       "include_remote_file.passwd"
1412
1413       remote password
1414
1415       Format:
1416           The value to be concealed.
1417
1418       Default:
1419           None.
1420
1421       "include_remote_file.timeout"
1422
1423       idle timeout
1424
1425       Format:
1426           Number of seconds.
1427
1428       Default:
1429           180
1430
1431       "include_remote_file.ssl_version"
1432
1433       SSL version
1434
1435       Format:
1436           "ssl_any" - any versions
1437           "sslv2" - SSL version 2
1438           "sslv3" - SSL version 3
1439           "tlsv1" - TLS version 1
1440           "tlsv1_1" - TLS version 1.1
1441           "tlsv1_2" - TLS version 1.2
1442           "tlsv1_3" - TLS version 1.3
1443       Default:
1444           "ssl_any"
1445
1446       "include_remote_file.ssl_ciphers"
1447
1448       SSL ciphers used
1449
1450       Format:
1451           /".+"/
1452
1453       Default:
1454           "ALL"
1455
1456       "include_remote_file.ca_verify"
1457
1458       Certificate verification
1459
1460       Format:
1461           "none" - do nothing
1462           "optional" - optional
1463           "required" - required
1464       Default:
1465           "none"
1466
1467       "include_remote_file.nosync_time_ranges"
1468
1469       Time ranges when inclusion is not allowed
1470
1471       Format:
1472           /$time_ranges/
1473
1474       Default:
1475           None.
1476
1477       "include_sympa_list"
1478
1479       List inclusion
1480
1481       Multiple occurrences allowed
1482
1483       Include subscribers from other list. All subscribers of list listname
1484       become subscribers of the current list. You may include as many lists
1485       as required, using one include_sympa_list paragraph for each included
1486       list. Any list at all may be included; you may therefore include lists
1487       which are also defined by the inclusion of other lists. Be careful,
1488       however, not to include list A in list B and then list B in list A,
1489       since this will give rise to an infinite loop.
1490
1491       "include_sympa_list.name"
1492
1493       short name for this source
1494
1495       Format:
1496           /".+"/
1497
1498       Default:
1499           None.
1500
1501       "include_sympa_list.listname"
1502
1503       list name to include
1504
1505       Format:
1506           /"$listname(\@$host)?"/
1507
1508       Default:
1509           None, mandatory.
1510
1511       "include_sympa_list.filter"
1512
1513       filter definition
1514
1515       Format:
1516           /".*"/
1517
1518       Default:
1519           None.
1520
1521       "include_sympa_list.nosync_time_ranges"
1522
1523       Time ranges when inclusion is not allowed
1524
1525       Format:
1526           /$time_ranges/
1527
1528       Default:
1529           None.
1530
1531       "include_remote_sympa_list"
1532
1533       remote list inclusion
1534
1535       Multiple occurrences allowed
1536
1537       Sympa can contact another Sympa service using HTTPS to fetch a remote
1538       list in order to include each member of a remote list as subscriber.
1539       You may include as many lists as required, using one
1540       include_remote_sympa_list paragraph for each included list. Be careful,
1541       however, not to give rise to an infinite loop resulting from cross
1542       includes.
1543
1544       For this operation, one Sympa site acts as a server while the other one
1545       acs as client. On the server side, the only setting needed is to give
1546       permission to the remote Sympa to review the list. This is controlled
1547       by the review scenario.
1548
1549       "include_remote_sympa_list.name"
1550
1551       short name for this source
1552
1553       Format:
1554           /".+"/
1555
1556       Default:
1557           None.
1558
1559       "include_remote_sympa_list.url"
1560
1561       data location URL
1562
1563       Format:
1564           /".+"/
1565
1566       Default:
1567           None.
1568
1569       "include_remote_sympa_list.user"
1570
1571       remote user
1572
1573       Format:
1574           /".+"/
1575
1576       Default:
1577           None.
1578
1579       "include_remote_sympa_list.passwd"
1580
1581       remote password
1582
1583       Format:
1584           The value to be concealed.
1585
1586       Default:
1587           None.
1588
1589       "include_remote_sympa_list.host"
1590
1591       remote host
1592
1593       Format:
1594           /$host/
1595
1596       Default:
1597           None, mandatory.
1598
1599       obsoleted.  Use "data location URL".
1600
1601       "include_remote_sympa_list.port"
1602
1603       remote port
1604
1605       Format:
1606           /"\d+"/
1607
1608       Default:
1609           443
1610
1611       obsoleted.  Use "data location URL".
1612
1613       "include_remote_sympa_list.path"
1614
1615       remote path of sympa list dump
1616
1617       Format:
1618           /"\S+"/
1619
1620       Default:
1621           None, mandatory.
1622
1623       obsoleted.  Use "data location URL".
1624
1625       "include_remote_sympa_list.cert"
1626
1627       Deprecated.
1628
1629       "include_remote_sympa_list.timeout"
1630
1631       idle timeout
1632
1633       Format:
1634           Number of seconds.
1635
1636       Default:
1637           180
1638
1639       "include_remote_sympa_list.ssl_version"
1640
1641       SSL version
1642
1643       Format:
1644           "ssl_any" - any versions
1645           "sslv2" - SSL version 2
1646           "sslv3" - SSL version 3
1647           "tlsv1" - TLS version 1
1648           "tlsv1_1" - TLS version 1.1
1649           "tlsv1_2" - TLS version 1.2
1650           "tlsv1_3" - TLS version 1.3
1651       Default:
1652           "ssl_any"
1653
1654       "include_remote_sympa_list.ssl_ciphers"
1655
1656       SSL ciphers used
1657
1658       Format:
1659           /".+"/
1660
1661       Default:
1662           "ALL"
1663
1664       "include_remote_sympa_list.ca_verify"
1665
1666       Certificate verification
1667
1668       Format:
1669           "none" - do nothing
1670           "optional" - optional
1671           "required" - required
1672       Default:
1673           "optional"
1674
1675       "include_remote_sympa_list.nosync_time_ranges"
1676
1677       Time ranges when inclusion is not allowed
1678
1679       Format:
1680           /$time_ranges/
1681
1682       Default:
1683           None.
1684
1685       "include_ldap_query"
1686
1687       LDAP query inclusion
1688
1689       Multiple occurrences allowed
1690
1691       This paragraph defines parameters for a query returning a list of
1692       subscribers. This feature requires the Net::LDAP (perlldap) PERL
1693       module.
1694
1695       "include_ldap_query.name"
1696
1697       short name for this source
1698
1699       Format:
1700           /".+"/
1701
1702       Default:
1703           None.
1704
1705       "include_ldap_query.host"
1706
1707       remote host
1708
1709       Format:
1710           /$multiple_host_or_url/
1711
1712       Default:
1713           None, mandatory.
1714
1715       "include_ldap_query.port"
1716
1717       Deprecated.
1718
1719       "include_ldap_query.use_tls"
1720
1721       use TLS (formerly SSL)
1722
1723       Format:
1724           "starttls" - use STARTTLS
1725           "ldaps" - use LDAPS (LDAP over TLS)
1726           "none" - do nothing
1727       Default:
1728           "none"
1729
1730       "include_ldap_query.ssl_version"
1731
1732       SSL version
1733
1734       Format:
1735           "sslv2" - SSL version 2
1736           "sslv3" - SSL version 3
1737           "tlsv1" - TLS version 1
1738           "tlsv1_1" - TLS version 1.1
1739           "tlsv1_2" - TLS version 1.2
1740           "tlsv1_3" - TLS version 1.3
1741       Default:
1742           "tlsv1"
1743
1744       "include_ldap_query.ssl_ciphers"
1745
1746       SSL ciphers used
1747
1748       Format:
1749           /".+"/
1750
1751       Default:
1752           "ALL"
1753
1754       "include_ldap_query.ca_verify"
1755
1756       Certificate verification
1757
1758       Format:
1759           "none" - do nothing
1760           "optional" - optional
1761           "required" - required
1762       Default:
1763           "required"
1764
1765       "include_ldap_query.bind_dn"
1766
1767       remote user
1768
1769       Format:
1770           /".+"/
1771
1772       Default:
1773           None.
1774
1775       "include_ldap_query.bind_password"
1776
1777       remote password
1778
1779       Format:
1780           The value to be concealed.
1781
1782       Default:
1783           None.
1784
1785       "include_ldap_query.suffix"
1786
1787       suffix
1788
1789       Format:
1790           /".+"/
1791
1792       Default:
1793           None.
1794
1795       "include_ldap_query.scope"
1796
1797       search scope
1798
1799       Format:
1800           "base" - base
1801           "one" - one level
1802           "sub" - subtree
1803       Default:
1804           "sub"
1805
1806       "include_ldap_query.timeout"
1807
1808       connection timeout
1809
1810       Format:
1811           Number of seconds.
1812
1813       Default:
1814           30
1815
1816       "include_ldap_query.filter"
1817
1818       filter
1819
1820       Format:
1821           /".+"/
1822
1823       Default:
1824           None, mandatory.
1825
1826       "include_ldap_query.attrs"
1827
1828       extracted attribute
1829
1830       Format:
1831           /"$ldap_attrdesc(\s*,\s*$ldap_attrdesc)?"/
1832
1833       Default:
1834           "mail"
1835
1836       "include_ldap_query.select"
1837
1838       selection (if multiple)
1839
1840       Format:
1841           "all" - all
1842           "first" - first entry
1843           "regex" - entries matching regular expression
1844       Default:
1845           "first"
1846
1847       "include_ldap_query.regex"
1848
1849       regular expression
1850
1851       Format:
1852           /".+"/
1853
1854       Default:
1855           ""
1856
1857       "include_ldap_query.nosync_time_ranges"
1858
1859       Time ranges when inclusion is not allowed
1860
1861       Format:
1862           /$time_ranges/
1863
1864       Default:
1865           None.
1866
1867       "include_ldap_query.passwd"
1868
1869       Obsoleted. Use "bind_password".
1870
1871       "include_ldap_query.use_ssl"
1872
1873       Obsoleted. Use "use_tls".
1874
1875       "include_ldap_query.user"
1876
1877       Obsoleted. Use "bind_dn".
1878
1879       "include_ldap_2level_query"
1880
1881       LDAP 2-level query inclusion
1882
1883       Multiple occurrences allowed
1884
1885       This paragraph defines parameters for a two-level query returning a
1886       list of subscribers. Usually the first-level query returns a list of
1887       DNs and the second-level queries convert the DNs into e-mail addresses.
1888       This feature requires the Net::LDAP (perlldap) PERL module.
1889
1890       "include_ldap_2level_query.name"
1891
1892       short name for this source
1893
1894       Format:
1895           /".+"/
1896
1897       Default:
1898           None.
1899
1900       "include_ldap_2level_query.host"
1901
1902       remote host
1903
1904       Format:
1905           /$multiple_host_or_url/
1906
1907       Default:
1908           None, mandatory.
1909
1910       "include_ldap_2level_query.port"
1911
1912       Deprecated.
1913
1914       "include_ldap_2level_query.use_tls"
1915
1916       use TLS (formerly SSL)
1917
1918       Format:
1919           "starttls" - use STARTTLS
1920           "ldaps" - use LDAPS (LDAP over TLS)
1921           "none" - do nothing
1922       Default:
1923           "none"
1924
1925       "include_ldap_2level_query.ssl_version"
1926
1927       SSL version
1928
1929       Format:
1930           "sslv2" - SSL version 2
1931           "sslv3" - SSL version 3
1932           "tlsv1" - TLS version 1
1933           "tlsv1_1" - TLS version 1.1
1934           "tlsv1_2" - TLS version 1.2
1935           "tlsv1_3" - TLS version 1.3
1936       Default:
1937           "tlsv1"
1938
1939       "include_ldap_2level_query.ssl_ciphers"
1940
1941       SSL ciphers used
1942
1943       Format:
1944           /".+"/
1945
1946       Default:
1947           "ALL"
1948
1949       "include_ldap_2level_query.ca_verify"
1950
1951       Certificate verification
1952
1953       Format:
1954           "none" - do nothing
1955           "optional" - optional
1956           "required" - required
1957       Default:
1958           "required"
1959
1960       "include_ldap_2level_query.bind_dn"
1961
1962       remote user
1963
1964       Format:
1965           /".+"/
1966
1967       Default:
1968           None.
1969
1970       "include_ldap_2level_query.bind_password"
1971
1972       remote password
1973
1974       Format:
1975           The value to be concealed.
1976
1977       Default:
1978           None.
1979
1980       "include_ldap_2level_query.suffix1"
1981
1982       first-level suffix
1983
1984       Format:
1985           /".+"/
1986
1987       Default:
1988           None.
1989
1990       "include_ldap_2level_query.scope1"
1991
1992       first-level search scope
1993
1994       Format:
1995           "base" - base
1996           "one" - one level
1997           "sub" - subtree
1998       Default:
1999           "sub"
2000
2001       "include_ldap_2level_query.timeout1"
2002
2003       first-level connection timeout
2004
2005       Format:
2006           Number of seconds.
2007
2008       Default:
2009           30
2010
2011       "include_ldap_2level_query.filter1"
2012
2013       first-level filter
2014
2015       Format:
2016           /".+"/
2017
2018       Default:
2019           None, mandatory.
2020
2021       "include_ldap_2level_query.attrs1"
2022
2023       first-level extracted attribute
2024
2025       Format:
2026           /$ldap_attrdesc/
2027
2028       Default:
2029           None.
2030
2031       "include_ldap_2level_query.select1"
2032
2033       first-level selection
2034
2035       Format:
2036           "all" - all
2037           "first" - first entry
2038           "regex" - entries matching regular expression
2039       Default:
2040           "first"
2041
2042       "include_ldap_2level_query.regex1"
2043
2044       first-level regular expression
2045
2046       Format:
2047           /".+"/
2048
2049       Default:
2050           ""
2051
2052       "include_ldap_2level_query.suffix2"
2053
2054       second-level suffix template
2055
2056       Format:
2057           /".+"/
2058
2059       Default:
2060           None.
2061
2062       "include_ldap_2level_query.scope2"
2063
2064       second-level search scope
2065
2066       Format:
2067           "base" - base
2068           "one" - one level
2069           "sub" - subtree
2070       Default:
2071           "sub"
2072
2073       "include_ldap_2level_query.timeout2"
2074
2075       second-level connection timeout
2076
2077       Format:
2078           Number of seconds.
2079
2080       Default:
2081           30
2082
2083       "include_ldap_2level_query.filter2"
2084
2085       second-level filter template
2086
2087       Format:
2088           /".+"/
2089
2090       Default:
2091           None, mandatory.
2092
2093       "include_ldap_2level_query.attrs2"
2094
2095       second-level extracted attribute
2096
2097       Format:
2098           /"$ldap_attrdesc(\s*,\s*$ldap_attrdesc)?"/
2099
2100       Default:
2101           "mail"
2102
2103       "include_ldap_2level_query.select2"
2104
2105       second-level selection
2106
2107       Format:
2108           "all" - all
2109           "first" - first entry
2110           "regex" - entries matching regular expression
2111       Default:
2112           "first"
2113
2114       "include_ldap_2level_query.regex2"
2115
2116       second-level regular expression
2117
2118       Format:
2119           /".+"/
2120
2121       Default:
2122           ""
2123
2124       "include_ldap_2level_query.nosync_time_ranges"
2125
2126       Time ranges when inclusion is not allowed
2127
2128       Format:
2129           /$time_ranges/
2130
2131       Default:
2132           None.
2133
2134       "include_ldap_2level_query.passwd"
2135
2136       Obsoleted. Use "bind_password".
2137
2138       "include_ldap_2level_query.use_ssl"
2139
2140       Obsoleted. Use "use_tls".
2141
2142       "include_ldap_2level_query.user"
2143
2144       Obsoleted. Use "bind_dn".
2145
2146       "include_sql_query"
2147
2148       SQL query inclusion
2149
2150       Multiple occurrences allowed
2151
2152       This parameter is used to define the SQL query parameters.
2153
2154       "include_sql_query.name"
2155
2156       short name for this source
2157
2158       Format:
2159           /".+"/
2160
2161       Default:
2162           None.
2163
2164       "include_sql_query.db_type"
2165
2166       database type
2167
2168       Format:
2169           /"\S+"/
2170
2171       Default:
2172           None, mandatory.
2173
2174       "include_sql_query.db_host"
2175
2176       remote host
2177
2178       Format:
2179           /$host/
2180
2181       Default:
2182           None.
2183
2184       "include_sql_query.db_port"
2185
2186       database port
2187
2188       Format:
2189           /"\d+"/
2190
2191       Default:
2192           None.
2193
2194       "include_sql_query.db_name"
2195
2196       database name
2197
2198       Format:
2199           /"\S+"/
2200
2201       Default:
2202           None, mandatory.
2203
2204       "include_sql_query.db_options"
2205
2206       connection options
2207
2208       Format:
2209           /".+"/
2210
2211       Default:
2212           None.
2213
2214       "include_sql_query.db_env"
2215
2216       environment variables for database connection
2217
2218       Format:
2219           /"\w+\=\S+(;\w+\=\S+)*"/
2220
2221       Default:
2222           None.
2223
2224       "include_sql_query.db_user"
2225
2226       remote user
2227
2228       Format:
2229           /"\S+"/
2230
2231       Default:
2232           None, mandatory.
2233
2234       "include_sql_query.db_passwd"
2235
2236       remote password
2237
2238       Format:
2239           The value to be concealed.
2240
2241       Default:
2242           None.
2243
2244       "include_sql_query.sql_query"
2245
2246       SQL query
2247
2248       Format:
2249           /$sql_query/
2250
2251       Default:
2252           None, mandatory.
2253
2254       "include_sql_query.f_dir"
2255
2256       Directory where the database is stored (used for DBD::CSV only)
2257
2258       Format:
2259           /".+"/
2260
2261       Default:
2262           None.
2263
2264       "include_sql_query.nosync_time_ranges"
2265
2266       Time ranges when inclusion is not allowed
2267
2268       Format:
2269           /$time_ranges/
2270
2271       Default:
2272           None.
2273
2274       "include_sql_query.connect_options"
2275
2276       Obsoleted. Use "db_options".
2277
2278       "include_sql_query.host"
2279
2280       Obsoleted. Use "db_host".
2281
2282       "include_sql_query.passwd"
2283
2284       Obsoleted. Use "db_passwd".
2285
2286       "include_sql_query.user"
2287
2288       Obsoleted. Use "db_user".
2289
2290       "ttl"
2291
2292       Inclusions timeout
2293
2294       Format:
2295           Number of seconds.
2296
2297       Default:
2298           Value of "default_ttl" parameter in sympa.conf.
2299
2300       Sympa caches user data extracted using the include parameter. Their TTL
2301       (time-to-live) within Sympa can be controlled using this parameter. The
2302       default value is 3600
2303
2304       "distribution_ttl"
2305
2306       Inclusions timeout for message distribution
2307
2308       Format:
2309           Number of seconds.
2310
2311       Default:
2312           None.
2313
2314       This parameter defines the delay since the last synchronization after
2315       which the user's list will be updated before performing either of
2316       following actions:
2317
2318       * Reviewing list members
2319
2320       * Message distribution
2321
2322       "include_ldap_ca"
2323
2324       LDAP query custom attribute
2325
2326       Multiple occurrences allowed
2327
2328       "include_ldap_ca.name"
2329
2330       short name for this source
2331
2332       Format:
2333           /".+"/
2334
2335       Default:
2336           None.
2337
2338       "include_ldap_ca.host"
2339
2340       remote host
2341
2342       Format:
2343           /$multiple_host_or_url/
2344
2345       Default:
2346           None, mandatory.
2347
2348       "include_ldap_ca.port"
2349
2350       Deprecated.
2351
2352       "include_ldap_ca.use_tls"
2353
2354       use TLS (formerly SSL)
2355
2356       Format:
2357           "starttls" - use STARTTLS
2358           "ldaps" - use LDAPS (LDAP over TLS)
2359           "none" - do nothing
2360       Default:
2361           "none"
2362
2363       "include_ldap_ca.ssl_version"
2364
2365       SSL version
2366
2367       Format:
2368           "sslv2" - SSL version 2
2369           "sslv3" - SSL version 3
2370           "tlsv1" - TLS version 1
2371           "tlsv1_1" - TLS version 1.1
2372           "tlsv1_2" - TLS version 1.2
2373           "tlsv1_3" - TLS version 1.3
2374       Default:
2375           "tlsv1"
2376
2377       "include_ldap_ca.ssl_ciphers"
2378
2379       SSL ciphers used
2380
2381       Format:
2382           /".+"/
2383
2384       Default:
2385           "ALL"
2386
2387       "include_ldap_ca.ca_verify"
2388
2389       Certificate verification
2390
2391       Format:
2392           "none" - do nothing
2393           "optional" - optional
2394           "required" - required
2395       Default:
2396           "required"
2397
2398       "include_ldap_ca.bind_dn"
2399
2400       remote user
2401
2402       Format:
2403           /".+"/
2404
2405       Default:
2406           None.
2407
2408       "include_ldap_ca.bind_password"
2409
2410       remote password
2411
2412       Format:
2413           The value to be concealed.
2414
2415       Default:
2416           None.
2417
2418       "include_ldap_ca.suffix"
2419
2420       suffix
2421
2422       Format:
2423           /".+"/
2424
2425       Default:
2426           None.
2427
2428       "include_ldap_ca.scope"
2429
2430       search scope
2431
2432       Format:
2433           "base" - base
2434           "one" - one level
2435           "sub" - subtree
2436       Default:
2437           "sub"
2438
2439       "include_ldap_ca.timeout"
2440
2441       connection timeout
2442
2443       Format:
2444           Number of seconds.
2445
2446       Default:
2447           30
2448
2449       "include_ldap_ca.filter"
2450
2451       filter
2452
2453       Format:
2454           /".+"/
2455
2456       Default:
2457           None, mandatory.
2458
2459       "include_ldap_ca.attrs"
2460
2461       extracted attribute
2462
2463       Format:
2464           /"$ldap_attrdesc(\s*,\s*$ldap_attrdesc)?"/
2465
2466       Default:
2467           "mail"
2468
2469       "include_ldap_ca.email_entry"
2470
2471       Name of email entry
2472
2473       Format:
2474           /"\S+"/
2475
2476       Default:
2477           None, mandatory.
2478
2479       "include_ldap_ca.select"
2480
2481       selection (if multiple)
2482
2483       Format:
2484           "all" - all
2485           "first" - first entry
2486           "regex" - entries matching regular expression
2487       Default:
2488           "first"
2489
2490       "include_ldap_ca.regex"
2491
2492       regular expression
2493
2494       Format:
2495           /".+"/
2496
2497       Default:
2498           ""
2499
2500       "include_ldap_ca.nosync_time_ranges"
2501
2502       Time ranges when inclusion is not allowed
2503
2504       Format:
2505           /$time_ranges/
2506
2507       Default:
2508           None.
2509
2510       "include_ldap_ca.passwd"
2511
2512       Obsoleted. Use "bind_password".
2513
2514       "include_ldap_ca.use_ssl"
2515
2516       Obsoleted. Use "use_tls".
2517
2518       "include_ldap_ca.user"
2519
2520       Obsoleted. Use "bind_dn".
2521
2522       "include_ldap_2level_ca"
2523
2524       LDAP 2-level query custom attribute
2525
2526       Multiple occurrences allowed
2527
2528       "include_ldap_2level_ca.host"
2529
2530       remote host
2531
2532       Format:
2533           /$multiple_host_or_url/
2534
2535       Default:
2536           None, mandatory.
2537
2538       "include_ldap_2level_ca.name"
2539
2540       short name for this source
2541
2542       Format:
2543           /".+"/
2544
2545       Default:
2546           None.
2547
2548       "include_ldap_2level_ca.port"
2549
2550       Deprecated.
2551
2552       "include_ldap_2level_ca.use_tls"
2553
2554       use TLS (formerly SSL)
2555
2556       Format:
2557           "starttls" - use STARTTLS
2558           "ldaps" - use LDAPS (LDAP over TLS)
2559           "none" - do nothing
2560       Default:
2561           "none"
2562
2563       "include_ldap_2level_ca.ssl_version"
2564
2565       SSL version
2566
2567       Format:
2568           "sslv2" - SSL version 2
2569           "sslv3" - SSL version 3
2570           "tlsv1" - TLS version 1
2571           "tlsv1_1" - TLS version 1.1
2572           "tlsv1_2" - TLS version 1.2
2573           "tlsv1_3" - TLS version 1.3
2574       Default:
2575           "tlsv1"
2576
2577       "include_ldap_2level_ca.ssl_ciphers"
2578
2579       SSL ciphers used
2580
2581       Format:
2582           /".+"/
2583
2584       Default:
2585           "ALL"
2586
2587       "include_ldap_2level_ca.ca_verify"
2588
2589       Certificate verification
2590
2591       Format:
2592           "none" - do nothing
2593           "optional" - optional
2594           "required" - required
2595       Default:
2596           "required"
2597
2598       "include_ldap_2level_ca.bind_dn"
2599
2600       remote user
2601
2602       Format:
2603           /".+"/
2604
2605       Default:
2606           None.
2607
2608       "include_ldap_2level_ca.bind_password"
2609
2610       remote password
2611
2612       Format:
2613           The value to be concealed.
2614
2615       Default:
2616           None.
2617
2618       "include_ldap_2level_ca.suffix1"
2619
2620       first-level suffix
2621
2622       Format:
2623           /".+"/
2624
2625       Default:
2626           None.
2627
2628       "include_ldap_2level_ca.scope1"
2629
2630       first-level search scope
2631
2632       Format:
2633           "base" - base
2634           "one" - one level
2635           "sub" - subtree
2636       Default:
2637           "sub"
2638
2639       "include_ldap_2level_ca.timeout1"
2640
2641       first-level connection timeout
2642
2643       Format:
2644           Number of seconds.
2645
2646       Default:
2647           30
2648
2649       "include_ldap_2level_ca.filter1"
2650
2651       first-level filter
2652
2653       Format:
2654           /".+"/
2655
2656       Default:
2657           None, mandatory.
2658
2659       "include_ldap_2level_ca.attrs1"
2660
2661       first-level extracted attribute
2662
2663       Format:
2664           /$ldap_attrdesc/
2665
2666       Default:
2667           None.
2668
2669       "include_ldap_2level_ca.select1"
2670
2671       first-level selection
2672
2673       Format:
2674           "all" - all
2675           "first" - first entry
2676           "regex" - entries matching regular expression
2677       Default:
2678           "first"
2679
2680       "include_ldap_2level_ca.regex1"
2681
2682       first-level regular expression
2683
2684       Format:
2685           /".+"/
2686
2687       Default:
2688           ""
2689
2690       "include_ldap_2level_ca.suffix2"
2691
2692       second-level suffix template
2693
2694       Format:
2695           /".+"/
2696
2697       Default:
2698           None.
2699
2700       "include_ldap_2level_ca.scope2"
2701
2702       second-level search scope
2703
2704       Format:
2705           "base" - base
2706           "one" - one level
2707           "sub" - subtree
2708       Default:
2709           "sub"
2710
2711       "include_ldap_2level_ca.timeout2"
2712
2713       second-level connection timeout
2714
2715       Format:
2716           Number of seconds.
2717
2718       Default:
2719           30
2720
2721       "include_ldap_2level_ca.filter2"
2722
2723       second-level filter template
2724
2725       Format:
2726           /".+"/
2727
2728       Default:
2729           None, mandatory.
2730
2731       "include_ldap_2level_ca.attrs2"
2732
2733       second-level extracted attribute
2734
2735       Format:
2736           /$ldap_attrdesc/
2737
2738       Default:
2739           "mail"
2740
2741       "include_ldap_2level_ca.select2"
2742
2743       second-level selection
2744
2745       Format:
2746           "all" - all
2747           "first" - first entry
2748           "regex" - entries matching regular expression
2749       Default:
2750           "first"
2751
2752       "include_ldap_2level_ca.regex2"
2753
2754       second-level regular expression
2755
2756       Format:
2757           /".+"/
2758
2759       Default:
2760           ""
2761
2762       "include_ldap_2level_ca.email_entry"
2763
2764       Name of email entry
2765
2766       Format:
2767           /"\S+"/
2768
2769       Default:
2770           None, mandatory.
2771
2772       "include_ldap_2level_ca.nosync_time_ranges"
2773
2774       Time ranges when inclusion is not allowed
2775
2776       Format:
2777           /$time_ranges/
2778
2779       Default:
2780           None.
2781
2782       "include_ldap_2level_ca.passwd"
2783
2784       Obsoleted. Use "bind_password".
2785
2786       "include_ldap_2level_ca.use_ssl"
2787
2788       Obsoleted. Use "use_tls".
2789
2790       "include_ldap_2level_ca.user"
2791
2792       Obsoleted. Use "bind_dn".
2793
2794       "include_sql_ca"
2795
2796       SQL query custom attribute
2797
2798       Multiple occurrences allowed
2799
2800       "include_sql_ca.name"
2801
2802       short name for this source
2803
2804       Format:
2805           /".+"/
2806
2807       Default:
2808           None.
2809
2810       "include_sql_ca.db_type"
2811
2812       database type
2813
2814       Format:
2815           /"\S+"/
2816
2817       Default:
2818           None, mandatory.
2819
2820       "include_sql_ca.db_host"
2821
2822       remote host
2823
2824       Format:
2825           /$host/
2826
2827       Default:
2828           None.
2829
2830       "include_sql_ca.db_port"
2831
2832       database port
2833
2834       Format:
2835           /"\d+"/
2836
2837       Default:
2838           None.
2839
2840       "include_sql_ca.db_name"
2841
2842       database name
2843
2844       Format:
2845           /"\S+"/
2846
2847       Default:
2848           None, mandatory.
2849
2850       "include_sql_ca.db_options"
2851
2852       connection options
2853
2854       Format:
2855           /".+"/
2856
2857       Default:
2858           None.
2859
2860       "include_sql_ca.db_env"
2861
2862       environment variables for database connection
2863
2864       Format:
2865           /"\w+\=\S+(;\w+\=\S+)*"/
2866
2867       Default:
2868           None.
2869
2870       "include_sql_ca.db_user"
2871
2872       remote user
2873
2874       Format:
2875           /"\S+"/
2876
2877       Default:
2878           None, mandatory.
2879
2880       "include_sql_ca.db_passwd"
2881
2882       remote password
2883
2884       Format:
2885           The value to be concealed.
2886
2887       Default:
2888           None.
2889
2890       "include_sql_ca.sql_query"
2891
2892       SQL query
2893
2894       Format:
2895           /$sql_query/
2896
2897       Default:
2898           None, mandatory.
2899
2900       "include_sql_ca.f_dir"
2901
2902       Directory where the database is stored (used for DBD::CSV only)
2903
2904       Format:
2905           /".+"/
2906
2907       Default:
2908           None.
2909
2910       "include_sql_ca.email_entry"
2911
2912       Name of email entry
2913
2914       Format:
2915           /"\S+"/
2916
2917       Default:
2918           None, mandatory.
2919
2920       "include_sql_ca.nosync_time_ranges"
2921
2922       Time ranges when inclusion is not allowed
2923
2924       Format:
2925           /$time_ranges/
2926
2927       Default:
2928           None.
2929
2930       "include_sql_ca.connect_options"
2931
2932       Obsoleted. Use "db_options".
2933
2934       "include_sql_ca.host"
2935
2936       Obsoleted. Use "db_host".
2937
2938       "include_sql_ca.passwd"
2939
2940       Format:
2941       Default:
2942           None.
2943
2944       "include_sql_ca.user"
2945
2946       Obsoleted. Use "db_user".
2947
2948       "include_list"
2949
2950       Deprecated.
2951
2952       "user_data_source"
2953
2954       Deprecated.
2955
2956   DKIM
2957       "dkim_feature"
2958
2959       Insert DKIM signature to messages sent to the list
2960
2961       Format:
2962           "on" - enabled
2963           "off" - disabled
2964       Default:
2965           Value of "dkim_feature" parameter in sympa.conf or robot.conf.
2966
2967       Enable/Disable DKIM. This feature requires Mail::DKIM to be installed,
2968       and maybe some custom scenario to be updated
2969
2970       "dkim_parameters"
2971
2972       DKIM configuration
2973
2974       Single occurrence
2975
2976       A set of parameters in order to define outgoing DKIM signature
2977
2978       "dkim_parameters.private_key_path"
2979
2980       File path for list DKIM private key
2981
2982       Format:
2983           /"\S+"/
2984
2985       Default:
2986           Value of "dkim_private_key_path" parameter in sympa.conf or
2987           robot.conf.
2988
2989       The file must contain a RSA pem encoded private key
2990
2991       "dkim_parameters.selector"
2992
2993       Selector for DNS lookup of DKIM public key
2994
2995       Format:
2996           /"\S+"/
2997
2998       Default:
2999           Value of "dkim_selector" parameter in sympa.conf or robot.conf.
3000
3001       The selector is used in order to build the DNS query for public key. It
3002       is up to you to choose the value you want but verify that you can query
3003       the public DKIM key for <selector>._domainkey.your_domain
3004
3005       "dkim_parameters.header_list"
3006
3007       Deprecated.
3008
3009       "dkim_parameters.signer_domain"
3010
3011       DKIM "d=" tag, you should probably use the default value
3012
3013       Format:
3014           /"\S+"/
3015
3016       Default:
3017           Value of "dkim_signer_domain" parameter in sympa.conf or
3018           robot.conf.
3019
3020       The DKIM "d=" tag, is the domain of the signing entity. The list domain
3021       MUST be included in the "d=" domain
3022
3023       "dkim_parameters.signer_identity"
3024
3025       DKIM "i=" tag, you should probably leave this parameter empty
3026
3027       Format:
3028           /"\S+"/
3029
3030       Default:
3031           None.
3032
3033       DKIM "i=" tag, you should probably not use this parameter, as
3034       recommended by RFC 4871, default for list brodcasted messages is
3035       i=<listname>-request@<domain>
3036
3037       "dkim_signature_apply_on"
3038
3039       The categories of messages sent to the list that will be signed using
3040       DKIM.
3041
3042       Format:
3043           Multiple values allowed, separated by ",".
3044
3045           "md5_authenticated_messages" - authenticated by password
3046           "smime_authenticated_messages" - authenticated by S/MIME signature
3047           "dkim_authenticated_messages" - authenticated by DKIM signature
3048           "editor_validated_messages" - approved by moderator
3049           "none" - do nothing
3050           "any" - any messages
3051       Default:
3052           Value of "dkim_signature_apply_on" parameter in sympa.conf or
3053           robot.conf.
3054
3055       This parameter controls in which case messages must be signed using
3056       DKIM, you may sign every message choosing 'any' or a subset. The
3057       parameter value is a comma separated list of keywords
3058
3059       "arc_feature"
3060
3061       Add ARC seals to messages sent to the list
3062
3063       Format:
3064           "on" - enabled
3065           "off" - disabled
3066       Default:
3067           Value of "arc_feature" parameter in sympa.conf or robot.conf.
3068
3069       Enable/Disable ARC. This feature requires Mail::DKIM::ARC to be
3070       installed, and maybe some custom scenario to be updated
3071
3072       "arc_parameters"
3073
3074       ARC configuration
3075
3076       Single occurrence
3077
3078       A set of parameters in order to define outgoing ARC seal
3079
3080       "arc_parameters.arc_private_key_path"
3081
3082       File path for list ARC private key
3083
3084       Format:
3085           /"\S+"/
3086
3087       Default:
3088           Value of "arc_private_key_path" parameter in sympa.conf or
3089           robot.conf.
3090
3091       The file must contain a RSA pem encoded private key. Default is DKIM
3092       private key.
3093
3094       "arc_parameters.arc_selector"
3095
3096       Selector for DNS lookup of ARC public key
3097
3098       Format:
3099           /"\S+"/
3100
3101       Default:
3102           Value of "arc_selector" parameter in sympa.conf or robot.conf.
3103
3104       The selector is used in order to build the DNS query for public key. It
3105       is up to you to choose the value you want but verify that you can query
3106       the public DKIM key for <selector>._domainkey.your_domain.  Default is
3107       selector for DKIM signature
3108
3109       "arc_parameters.arc_signer_domain"
3110
3111       ARC "d=" tag, you should probably use the default value
3112
3113       Format:
3114           /"\S+"/
3115
3116       Default:
3117           Value of "arc_signer_domain" parameter in sympa.conf or robot.conf.
3118
3119       The ARC "d=" tag, is the domain of the sealing entity. The list domain
3120       MUST be included in the "d=" domain
3121
3122       "dmarc_protection"
3123
3124       DMARC Protection
3125
3126       Single occurrence
3127
3128       Parameters to define how to manage From address processing to avoid
3129       some domains' excessive DMARC protection
3130
3131       "dmarc_protection.mode"
3132
3133       Protection modes
3134
3135       Format:
3136           Multiple values allowed, separated by ",".
3137
3138           "none" - do nothing
3139           "all" - all
3140           "dkim_signature" - DKIM signature exists
3141           "dmarc_reject" - DMARC policy suggests rejection
3142           "dmarc_any" - DMARC policy exists
3143           "dmarc_quarantine" - DMARC policy suggests quarantine
3144           "domain_regex" - domain matching regular expression
3145       Default:
3146           Value of "dmarc_protection_mode" parameter in sympa.conf or
3147           robot.conf.
3148
3149       Select one or more operation modes.  "Domain matching regular
3150       expression" (domain_regex) matches the specified Domain regular
3151       expression; "DKIM signature exists" (dkim_signature) matches any
3152       message with a DKIM signature header; "DMARC policy ..." (dmarc_*)
3153       matches messages from sender domains with a DMARC policy as given;
3154       "all" (all) matches all messages.
3155
3156       "dmarc_protection.domain_regex"
3157
3158       Match domain regular expression
3159
3160       Format:
3161           /".+"/
3162
3163       Default:
3164           Value of "dmarc_protection_domain_regex" parameter in sympa.conf or
3165           robot.conf.
3166
3167       Regular expression match pattern for From domain
3168
3169       "dmarc_protection.other_email"
3170
3171       New From address
3172
3173       Format:
3174           /".+"/
3175
3176       Default:
3177           Value of "dmarc_protection_other_email" parameter in sympa.conf or
3178           robot.conf.
3179
3180       This is the email address to use when modifying the From header.  It
3181       defaults to the list address.  This is similar to Anonymisation but
3182       preserves the original sender details in the From address phrase.
3183
3184       "dmarc_protection.phrase"
3185
3186       New From name format
3187
3188       Format:
3189           "display_name" - "Name"
3190           "name_and_email" - "Name" (e-mail)
3191           "name_via_list" - "Name" (via List)
3192           "name_email_via_list" - "Name" (e-mail via List)
3193           "list_for_email" - "List" (on behalf of e-mail)
3194           "list_for_name" - "List" (on behalf of Name)
3195       Default:
3196           Value of "dmarc_protection_phrase" parameter in sympa.conf or
3197           robot.conf.
3198
3199       This is the format to be used for the sender name part of the new From
3200       header.
3201
3202   Miscellaneous
3203       "clean_delay_queuemod"
3204
3205       Expiration of unmoderated messages
3206
3207       Format:
3208           Number of days.
3209
3210       Default:
3211           Value of "clean_delay_queuemod" parameter in sympa.conf.
3212
3213       "cookie"
3214
3215       Secret string for generating unique keys
3216
3217       Format:
3218           The value to be concealed.
3219
3220       Default:
3221           Value of "cookie" parameter in sympa.conf.
3222
3223       This parameter is a confidential item for generating authentication
3224       keys for administrative commands (ADD, DELETE, etc.). This parameter
3225       should remain concealed, even for owners. The cookie is applied to all
3226       list owners, and is only taken into account when the owner has the auth
3227       parameter.
3228
3229       "custom_attribute"
3230
3231       Custom user attributes
3232
3233       Multiple occurrences allowed
3234
3235       "custom_attribute.id"
3236
3237       internal identifier
3238
3239       Format:
3240           /"\w+"/
3241
3242       Default:
3243           None, mandatory.
3244
3245       "custom_attribute.name"
3246
3247       label
3248
3249       Format:
3250           /".+"/
3251
3252       Default:
3253           None, mandatory.
3254
3255       "custom_attribute.comment"
3256
3257       additional comment
3258
3259       Format:
3260           /".+"/
3261
3262       Default:
3263           None.
3264
3265       "custom_attribute.type"
3266
3267       type
3268
3269       Format:
3270           "string" - string
3271           "text" - multi-line text
3272           "integer" - number
3273           "enum" - set of keywords
3274       Default:
3275           "string"
3276
3277       "custom_attribute.enum_values"
3278
3279       possible attribute values (if enum is used)
3280
3281       Format:
3282           /".+"/
3283
3284       Default:
3285           None.
3286
3287       "custom_attribute.optional"
3288
3289       is the attribute optional?
3290
3291       Format:
3292           "required" - required
3293           "optional" - optional
3294       Default:
3295           "optional"
3296
3297       "custom_vars"
3298
3299       custom parameters
3300
3301       Multiple occurrences allowed
3302
3303       "custom_vars.name"
3304
3305       var name
3306
3307       Format:
3308           /"\S+"/
3309
3310       Default:
3311           None, mandatory.
3312
3313       "custom_vars.value"
3314
3315       var value
3316
3317       Format:
3318           /".+"/
3319
3320       Default:
3321           None, mandatory.
3322
3323       "expire_task"
3324
3325       Deprecated.
3326
3327       "loop_prevention_regex"
3328
3329       Regular expression applied to prevent loops with robots
3330
3331       Format:
3332           /"\S*"/
3333
3334       Default:
3335           Value of "loop_prevention_regex" parameter in sympa.conf or
3336           robot.conf.
3337
3338       "pictures_feature"
3339
3340       Allow picture display? (must be enabled for the current robot)
3341
3342       Format:
3343           "on" - enabled
3344           "off" - disabled
3345       Default:
3346           Value of "pictures_feature" parameter in sympa.conf or robot.conf.
3347
3348       "remind_task"
3349
3350       Periodical subscription reminder task
3351
3352       Format:
3353           /"\w+"/
3354
3355       Default:
3356           Value of "default_remind_task" parameter in sympa.conf.
3357
3358       This parameter states which model is used to create a remind task. A
3359       remind task regularly sends  subscribers a message which reminds them
3360       of their list subscriptions.
3361
3362       "spam_protection"
3363
3364       email address protection method
3365
3366       Format:
3367           "at" - replace @ characters
3368           "javascript" - use JavaScript
3369           "none" - do nothing
3370       Default:
3371           "javascript"
3372
3373       There is a need to protect Sympa web sites against spambots which
3374       collect email addresses from public web sites. Various methods are
3375       available in Sympa and you can choose to use them with the
3376       spam_protection and web_archive_spam_protection parameters. Possible
3377       value are:
3378
3379       javascript:
3380
3381       the address is hidden using a javascript. A user who enables javascript
3382       can see a nice mailto address where others have nothing.
3383
3384       at:
3385
3386       the @ char is replaced by the string " AT ".
3387
3388       none:
3389
3390       no protection against spammer.
3391
3392       "latest_instantiation"
3393
3394       Latest family instantiation
3395
3396       Single occurrence
3397
3398       "latest_instantiation.email"
3399
3400       who ran the instantiation
3401
3402       Format:
3403           /"listmaster|$email"/
3404
3405       Default:
3406           None.
3407
3408       "latest_instantiation.date_epoch"
3409
3410       date
3411
3412       Format:
3413           The time in second from Unix epoch.
3414
3415       Default:
3416           None, mandatory.
3417
3418       "latest_instantiation.date"
3419
3420       Deprecated.
3421
3422       "creation"
3423
3424       Creation of the list
3425
3426       Single occurrence
3427
3428       "creation.email"
3429
3430       who created the list
3431
3432       Format:
3433           /"listmaster|$email"/
3434
3435       Default:
3436           None, mandatory.
3437
3438       "creation.date_epoch"
3439
3440       date
3441
3442       Format:
3443           The time in second from Unix epoch.
3444
3445       Default:
3446           None, mandatory.
3447
3448       "creation.date"
3449
3450       Deprecated.
3451
3452       "update"
3453
3454       Last update of config
3455
3456       Single occurrence
3457
3458       "update.email"
3459
3460       who updated the config
3461
3462       Format:
3463           /"(listmaster|automatic|$email)"/
3464
3465       Default:
3466           None.
3467
3468       "update.date_epoch"
3469
3470       date
3471
3472       Format:
3473           The time in second from Unix epoch.
3474
3475       Default:
3476           None, mandatory.
3477
3478       "update.date"
3479
3480       Deprecated.
3481
3482       "status"
3483
3484       Status of the list
3485
3486       Format:
3487           Status of list.
3488
3489       Default:
3490           "open"
3491
3492       "serial"
3493
3494       Serial number of the config
3495
3496       Format:
3497           /"\d+"/
3498
3499       Default:
3500           0
3501
3502       "account"
3503
3504       Deprecated.
3505

FILES

3507       $EXPLDIR/<list name>/config or $EXPLDIR/<mail domain name>/<list
3508       name>/config
3509           List main configuration file.
3510

SEE ALSO

3512       sympa.conf(5).
3513
3514       Sympa Administration Manual.
3515       <https://sympa-community.github.io/manual/>.
3516
3517
3518
35196.2.48                            2019-11-29                    LIST_CONFIG(5)
Impressum