forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate_submitter_email.txt
More file actions
28 lines (20 loc) · 955 Bytes
/
Copy pathupdate_submitter_email.txt
File metadata and controls
28 lines (20 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{% autoescape off %}To: {{ to_email }}
From: IETF Secretariat <ietf-ipr@ietf.org>
Subject: IPR update notification
Reply-To: {{ reply_to }}
Dear {{ to_name }}:
We have just received a request to update the IPR disclosure(s) submitted by you:
{% for ipr in iprs %}
{{ ipr.title }} {{ ipr.get_absolute_url }}
{% endfor %}
The name and email address of the person who submitted the update to your IPR disclosure are:
{{ new_ipr.submitter_name }}, {{ new_ipr.submitter_email }}.
We will not post this update unless we receive positive confirmation from you that
{{ new_ipr.submitter_name }} is authorized to update your disclosure.
Please respond to this message to confirm.
If we do not hear from you within 30 days, we will inform {{ new_ipr.submitter_name }}
that we were not able to secure approval for posting and that we are therefore rejecting
the update until we can be assured it is authorized.
Thank you
IETF Secretariat
{% endautoescape %}