view. Fix up logic in templates, mailing list closing emails look correct (both approval and denial, with and without messages from the approver). - Legacy-Id: 210
29 lines
921 B
Plaintext
29 lines
921 B
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.1 }}.
|
|
{% endfilter %}
|
|
|
|
{% ifequal action "approved" %}
|
|
{% spaceless %}
|
|
{% ifequal req "delete" %}
|
|
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 %}
|
|
{% endspaceless %}
|
|
{% endifequal %}
|
|
|
|
{% include "mailinglists/list_summary.txt" %}
|
|
|
|
{% if list.add_comment %}
|
|
Comments by {{ list.auth_person }}, {{ list.auth_person.email.1 }}:
|
|
{{ list.add_comment }}
|
|
{% endif %}
|