~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to web_tt2/help_editlist.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2008-10-05 12:36:30 UTC
  • mfrom: (1.1.5 upstream) (6.1.3 gutsy)
  • Revision ID: james.westby@ubuntu.com-20081005123630-8ga1kt0ogrkqaizf
Tags: 5.3.4-6
* fix usage of $* Perl variable deprecated in Perl 5.10 
  (Closes: #501154, thanks to Micah Anderson <micah@debian.org> and
  David Moreno <david@dev.axiombox.com> for the report and patches)
* add the sympa.pl --upgrade procedure to the debian/postinst 
  to migrate existing installs (Closes: #498144, thanks to Micah
  Anderson <micah@debian.org> for the patch)
* additional patch for insecure use of /tmp (Closes: #496520)
* missing debian/compat file added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- $Id: help_editlist.tt2,v 1.4 2006/01/27 14:45:38 sympa-authors Exp $ -->
 
1
<!-- $Id: help_editlist.tt2 3996 2006-11-03 13:43:20Z sympa-authors $ -->
2
2
 
3
3
[% FOREACH p = param %]
4
4
  <a name="[% p.key %]"></a>
28
28
              [%|loc%]NOT USED YET. If bounce rate reaches the halt_rate, messages for the list will be halted, i.e. they are retained for subsequent moderation.[%END%]<br /><br />
29
29
           </li>
30
30
           <li>expire_bounce_task ([%|loc%]Default value:[%END%] daily)<br /><br />
31
 
               [%|loc%]Name of the task template use to remove old bounces. Usefull to remove bounces for a subscriber email if some message are distributed without receiving new bounce. In this case, the subscriber email seems to be OK again. Active if task_manager.pl is running.[%END%]
 
31
               [%|loc%]Name of the task template used to remove old bounces. Useful for removing bounced subscriber email. If some messages are distributed without receiving new bounce messages, the subscriber's email seems to be OK again. Active if task_manager.pl is running.[%END%]
32
32
           </li>
33
33
         </ul>
34
34
 
38
38
 
39
39
        <ul>
40
40
          <li>rate ([%|loc%]Default value:[%END%] 45)<br /><br />
41
 
              [%|loc%]Each bouncing user have a score (from 0 to 100).This parameter defines lower limit foreach category of bouncing users.for example, level 1 begins from 45 to level_2_treshold.[%END%]<br /><br />
 
41
              [%|loc%]Each bouncing user have a score (from 0 to 100).[%END%] [%|loc%]This parameter defines a lower limit for each category of bouncing users.For example, level 1 begins from 45 to level_2_treshold.[%END%]<br /><br />
42
42
          </li>
43
43
          <li> action ([%|loc%]Default value:[%END%] notify_bouncers)<br /><br />
44
44
               [%|loc%]This parameter defines which task is automaticaly applied on level 1 bouncers.[%END%]<br /><br />
54
54
 
55
55
        <ul>
56
56
          <li>rate ([%|loc%]Default value:[%END%] 80)<br /><br />
57
 
              [%|loc%]Each bouncing user have a score (from 0 to 100).This parameter defines limit between each category of bouncing users.For example, level 2 is for users with a score between 80 and 100.[%END%]<br /><br />
 
57
              [%|loc%]Each bouncing user have a score (from 0 to 100).[%END%] [%|loc%]This parameter defines the score range defining each category of bouncing users.For example, level 2 is for users with a score between 80 and 100.[%END%]<br /><br />
58
58
          </li>
59
59
          <li>action ([%|loc%]Default value:[%END%] notify_bouncers)<br /><br />
60
60
               [%|loc%]This parameter defines which task is automaticaly applied on level 2 bouncers.[%END%]<br /><br />
78
78
      [% ELSIF p.key == 'del' %]
79
79
        [%|loc%]This parameter specifies who is authorized to use the DEL command.[%END%]
80
80
      [% ELSIF p.key == 'digest' %]
81
 
        [%|loc%]Definition of digest mode. If this parameter is present, subscribers can select the option of receiving messages in multipart/digest MIME format, or as a plain text digest. Messages are then grouped together, and compilations of messages are sent to subscribers in accordance with the rhythm selected with this parameter.[%END%]
 
81
        [%|loc%]Definition of digest mode. If this parameter is present, subscribers can select the option of receiving messages in multipart/digest MIME format, or as a plain text digest. Messages are then grouped together, and compiled messages are sent to subscribers according to the frequency selected with this parameter.[%END%]
82
82
      [% ELSIF p.key == 'editor' %]
83
83
        [%|loc%]Editors are responsible for moderating messages. If the mailing list is moderated, messages posted to the list will first be passed to the editors, who will decide whether to distribute or reject it.[%END%] <br />
84
84
        [%|loc%]FYI: Defining editors will not make the list moderated ; you will have to set the "send" parameter.[%END%]<br />
85
85
        [%|loc%]FYI: If the list is moderated, any editor can distribute or reject a message without the knowledge or consent of the other editors. Messages that have not been distributed or rejected will remain in the moderation spool until they are acted on.[%END%]
86
86
      [% ELSIF p.key == 'expire_task' %]
87
 
        [%|loc%]This parameter states which model is used to create a expire task. An expire task regurlaly checks the inscription or reinscription date of subscribers and asks them to renew their subscription. If they don't they are deleted.[%END%]
 
87
        [%|loc%]This parameter states which model is used to create an expire task. An expire task regularly checks the subscription or resubscription  date of subscribers and asks them to renew their subscription. If they don't they are deleted.[%END%]
88
88
      [% ELSIF p.key == 'footer_type' %]
89
89
        [%|loc%]List owners may decide to add message headers or footers to messages sent via the list. This parameter defines the way a footer/header is added to a message.[%END%]<br /><br />
90
90
        <ul>
104
104
      [% ELSIF p.key == 'include_ldap_query' %]
105
105
        [%|loc%]This paragraph defines parameters for a query returning a list of subscribers. This paragraph is used only if user_data_source is set to include. This feature requires the Net::LDAP (perlldap) PERL module.[%END%]
106
106
      [% ELSIF p.key == 'include_list' %]
107
 
        [%|loc%]This parameter will be interpreted only if user_data_source is set to include. All subscribers of list listname become subscribers of the current list. You may include as many lists as required, using one include_list listname line for each included list. Any list at all may be included; the user_data_source definition of the included list is irrelevant, and you may therefore include lists which are also defined by the inclusion of other lists. Be careful, however, not to include list A in list B and then list B in list A, since this will give rise an infinite loop.[%END%]
 
107
        [%|loc%]This parameter will be interpreted only if user_data_source is set to include. All subscribers of list listname become subscribers of the current list. You may include as many lists as required, using one include_list listname line for each included list. Any list at all may be included; the user_data_source definition of the included list is irrelevant, and you may therefore include lists which are also defined by the inclusion of other lists. Be careful, however, not to include list A in list B and then list B in list A, since this will give rise to an infinite loop.[%END%]
108
108
      [% ELSIF p.key == 'include_remote_sympa_list' %]
109
 
        [%|loc%]Sympa can contact another Sympa service using https to fetch a remote list in order to include each member of a remote list as subscriber. You may include as many lists as required, using one include_remote_sympa_list paragraph for each included list. Be careful, however, not to give rise an infinite loop making cross includes.[%END%]<br /><br />
110
 
        [%|loc%]For this operation, one Sympa site act as a server while the other one act as client. On the server side, the only setting needed is to give permission to the remote Sympa to review the list. This is controled by the review scenario. [%END%]
 
109
        [%|loc%]Sympa can contact another Sympa service using HTTPS to fetch a remote list in order to include each member of a remote list as subscriber. You may include as many lists as required, using one include_remote_sympa_list paragraph for each included list. Be careful, however, not to give rise to an infinite loop resulting from cross includes.[%END%]<br /><br />
 
110
        [%|loc%]For this operation, one Sympa site acts as a server while the other one acs as client. On the server side, the only setting needed is to give permission to the remote Sympa to review the list. This is controlled by the review scenario.[%END%]
111
111
      [% ELSIF p.key == 'include_sql_query' %]
112
112
        [%|loc%]This parameter will be interpreted only if the user_data_source value is set to include, and is used to begin a paragraph defining the SQL query parameters. [%END%]
113
113
      [% ELSIF p.key == 'lang' %]
123
123
      [% ELSIF p.key == 'remind_return_path' %]
124
124
        [%|loc%]Same as welcome_return_path, but applied to remind messages.[%END%]
125
125
      [% ELSIF p.key == 'remind_task' %]
126
 
        [%|loc%]This parameter states which model is used to create a remind task. A remind task regurlaly sends to the subscribers a message which reminds them their subscription to list.[%END%]
 
126
        [%|loc%]This parameter states which model is used to create a remind task. A remind task regularly sends  subscribers a message which reminds them of their list subscriptions.[%END%]
127
127
      [% ELSIF p.key == 'reply_to_header' %]
128
128
        [%|loc%]The reply_to_header parameter starts a paragraph defining what Sympa will place in the Reply-To: SMTP header field of the messages it distributes.[%END%]<br /><br />
129
129
        <ul>
145
145
      [% ELSIF p.key == 'shared_doc' %]
146
146
        [%|loc%]This paragraph defines read and edit access to the shared document repository.[%END%]
147
147
      [% ELSIF p.key == 'spam_protection' %]
148
 
        [%|loc%]There is a need to protect Sympa web site against spambot which collect email address in public web site. Various methods are available in Sympa and you can choose it with spam_protection and web_archive_spam_protection parameters. Possible value are:[%END%]<br /><br />
 
148
        [%|loc%]There is a need to protect Sympa web sites against spambots which collect email addresses from public web sites. Various methods are available in Sympa and you can choose to use them with the spam_protection and web_archive_spam_protection parameters. Possible value are:[%END%]<br /><br />
149
149
        <ul>
150
 
          <li>javascript: [%|loc%]the address is hidden using a javascript. User who enable javascript can see a nice mailto address where others have nothing.[%END%]</li>
 
150
          <li>javascript: [%|loc%]the address is hidden using a javascript. A user who enables javascript can see a nice mailto address where others have nothing.[%END%]</li>
151
151
          <li>at: [%|loc%]the @ char is replaced by the string " AT ".[%END%]</li>
152
152
          <li>none : [%|loc%]no protection against spammer.[%END%]</li>
153
153
        </ul>
168
168
      [% ELSIF p.key == 'web_archive' %]
169
169
        [%|loc%]Defines who can access the web archive for the list.[%END%]
170
170
      [% ELSIF p.key == 'web_archive_spam_protection' %]
171
 
        [%|loc%]Idem spam_protection but restricted to web archive. A additional value is available: cookie which mean that users must submit a small form in order to receive a cookie before browsing archives. This block all robot, even google and co.[%END%]
 
171
        [%|loc%]Idem spam_protection is provided but it can be used only for web archives. Access requires a cookie, and users must submit a small form in order to receive a cookie before browsing the archives. This blocks all robot, even google and co.[%END%]
172
172
      [% ELSIF p.key == 'welcome_return_path' %]
173
173
        [%|loc%]If set to unique, the welcome message is sent using a unique return path in order to remove the subscriber immediately in the case of a bounce.[%END%]
174
174
      [% ELSIF p.key == 'msg_topic' %]