Skip to content

Commit a29d4c7

Browse files
committed
Changed and tweaked various submission emails in order to 1) make it less likely that they would be classified as spam (better ratio of English text to hash urls) and 2) provide better consistency in formatting of key/value information.
- Legacy-Id: 4640
1 parent 43de92b commit a29d4c7

5 files changed

Lines changed: 78 additions & 39 deletions

File tree

ietf/templates/submit/announce_new_version.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{% autoescape off %}New version (-{{ submission.revision }}) has been submitted for {{ submission.filename }}-{{ submission.revision }}.txt:
1+
{% autoescape off %}
2+
A new version (-{{ submission.revision }}) has been submitted for {{ submission.filename }}:
23
http://www.ietf.org/internet-drafts/{{ submission.filename }}-{{ submission.revision }}.txt
34
{% if msg %}
45
{{ msg|striptags }}
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
{% autoescape off %}Follow this link to confirm your Auto-Post of
2-
{{ draft.filename }}-{{ draft.revision }}:
1+
{% autoescape off %}
2+
Hi,
33

4-
I-D Submission Tool URL: {{ confirm_url|safe }}
4+
The IETF datatracker draft submission service has received your draft
5+
{{ draft.filename }}-{{ draft.revision }}, and requires a
6+
confirmation step in order to be able to complete the posting of
7+
the draft.
8+
9+
Please follow this link to the page where you can confirm the posting:
10+
{{ confirm_url|safe }}
11+
12+
13+
Best regards,
14+
15+
The IETF Secretariat
16+
through the draft submission service
517

6-
Remember that you can cancel the submission from:
7-
{{ status_url|safe }}
818
{% endautoescape %}
Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,31 @@
1-
{% autoescape off %}Manual posting has been requested for the following Internet-Draft:
1+
{% autoescape off %}
2+
Hi,
23

3-
I-D Submission Tool URL: {{ url }}
4+
Manual posting has been requested for the following Internet-Draft:
45

5-
File name: {{ draft.filename }}
6-
Version: {{ draft.revision }}
7-
Submission date: {{ draft.submission_date }}
8-
WG: {{ draft.group_acronym|default:"Individual Submission" }} {% if form.validation.warnings.group %}*Please note that this WG is not an active one*{% endif %}
6+
I-D Submission Tool URL:
7+
{{ url }}
98

10-
Title: {{ draft.id_document_name }}
11-
Document date: {{ draft.creation_date }}
12-
Abstract: {{ draft.abstract }}
13-
Pages: {{ draft.txt_page_count }}
14-
File size: {{ draft.filesize|filesizeformat }}
9+
File name : {{ draft.filename }}
10+
Version : {{ draft.revision }}
11+
Submission date : {{ draft.submission_date }}
12+
WG : {{ draft.group_acronym|default:"Individual Submission" }} {% if form.validation.warnings.group %}*Please note that this WG is not an active one*{% endif %}
1513

16-
Submitter: {{ submitter.get_full_name }} <{{ submitter.email.1 }}>
14+
Title : {{ draft.id_document_name }}
15+
Document date : {{ draft.creation_date }}
16+
Pages : {{ draft.txt_page_count }}
17+
File size : {{ draft.filesize|filesizeformat }}
1718

18-
Authors:
19-
{% for author in form.get_authors %}{{ author.get_full_name }} <{{ author.email.1 }}>
19+
Submitter : {{ submitter.get_full_name }} <{{ submitter.email.1 }}>
20+
21+
Abstract : {{ draft.abstract }}
22+
23+
24+
Authors:
25+
{% for author in form.get_authors %} {{ author.get_full_name }} <{{ author.email.1 }}>
2026
{% endfor %}
2127

28+
Comments to the secretariat:
29+
2230
{{ draft.comment_to_sec }}
2331
{% endautoescape %}
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
{% autoescape off %}Follow this link to get full access to the submission of
2-
{{ submission.filename }}-{{ submission.revision }}:
1+
{% autoescape off %}
2+
Hi,
3+
4+
The datatracker has received a request to send out the link to the URL where you
5+
can confirm the submission of your draft {{ submission.filename }}-{{ submission.revision }}.
6+
7+
Please follow this link to get full access to the submission page:
8+
{{ url|safe }}
9+
10+
11+
Best regards,
12+
13+
The IETF Secretariat
14+
through the draft submission service
315

4-
{{ url|safe }}
516
{% endautoescape %}
Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
1-
{% autoescape off %}WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }}.
1+
{% autoescape off %}
2+
Hi,
23

3-
Go to this URL to approve the draft (note: you need to login to be
4-
able to approve):
4+
WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }}.
55

6-
https://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/
6+
To approve the draft, go to this URL (note: you need to login to be able to approve):
7+
https://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/
78

8-
File name: {{ draft.filename }}
9-
Version: {{ draft.revision }}
10-
Submission date: {{ draft.submission_date }}
11-
WG: {{ draft.group_acronym|default:"Individual Submission" }}
9+
File name : {{ draft.filename }}
10+
Version : {{ draft.revision }}
11+
Submission date : {{ draft.submission_date }}
12+
WG : {{ draft.group_acronym|default:"Individual Submission" }}
1213

13-
Title: {{ draft.id_document_name }}
14-
Document date: {{ draft.creation_date }}
15-
Abstract: {{ draft.abstract }}
16-
Pages: {{ draft.txt_page_count }}
17-
File size: {{ draft.filesize|filesizeformat }}
14+
Title : {{ draft.id_document_name }}
15+
Document date : {{ draft.creation_date }}
16+
Pages : {{ draft.txt_page_count }}
17+
File size : {{ draft.filesize|filesizeformat }}
1818

19-
Submitter: {{ submitter.get_full_name }} <{{ submitter.email_address }}>
19+
Submitter : {{ submitter.get_full_name }} <{{ submitter.email_address }}>
2020

21-
Authors:
22-
{% for author in authors %}{{ author.get_full_name }} <{{ author.email.1 }}>
21+
Abstract : {{ draft.abstract }}
22+
23+
24+
Authors:
25+
{% for author in authors %} {{ author.get_full_name }} <{{ author.email.1 }}>
2326
{% endfor %}
2427
{% endautoescape %}
28+
29+
30+
Best regards,
31+
32+
The IETF Secretariat
33+
through the draft submission service

0 commit comments

Comments
 (0)