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

FILES

3500       $EXPLDIR/<list name>/config or $EXPLDIR/<mail domain name>/<list
3501       name>/config
3502           List main configuration file.
3503

SEE ALSO

3505       sympa.conf(5).
3506
3507       Sympa Administration Manual.
3508       <https://sympa-community.github.io/manual/>.
3509
3510
3511
35126.2.54                            2020-03-02                    LIST_CONFIG(5)
Impressum