datatracker/ietf/templates/mailinglists/list_email.txt
Bill Fenner 4e426dec4c Implement [most of] the approval side of mailing list requests.
Have to check the templates for deletion.
 - Legacy-Id: 209
2007-06-01 18:34:57 +00:00

38 lines
1.2 KiB
Plaintext

Dear list requestor,
{% filter wordwrap:"72" %}
Your request to {% spaceless %}{% include "mailinglists/list_type_message2.txt" %}{% endspaceless %}
has been {{ action }} by {{ list.auth_person }}, {{ list.auth_person.email }}.
{% endfilter %}
{% spaceless %}
{# wish to not repeat myself here #}
{% ifequal list.mail_type 5 %}
The mailing list will be closed within two business days.
{% else %}
{% ifequal list.mail_type 6 %}
The mailing list will be closed within two business days.
{% else %}
Your list will be created and the archives will be tested.
You will receive a welcome E-mail containing your administrator's
password within two business days.
For security reasons we suggest that you change this password.
Please remember to forward this changed password to any other list
admins.
{% endifequal %}
{% endifequal %}
{% endspaceless %}
Requestor: {{ list.requestor }}
Requestor's email address: {{ list.requestor_email }}
Email list name: {{ list.mlist_name }}@{{ list.domain_name }}
{% include "mailinglists/list_summary.txt" %}
{% if list.add_comments %}
Comments by {{ list.auth_person }}, {{ list.auth_person.email }}:
{{ list.add_comments }}
{% endif %}