You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refines Joel's fix to show clearly who receives draft submission confirmation emails, to show a more detailed warning text when the submitter isn't in the addressee list. Fixes issue ietf-tools#1097.
message= ('success', 'Your submission is pending email authentication. An email has been sent to %s with instructions.'%', '.join(detail.confirmation_email_list()))
message= ('success', 'Your submission is pending email authentication. An email has been sent to %s with instructions.'%escape(confirmation_email_addresses) )
169
+
else:
170
+
message= ('warning',
171
+
"""Your submission is pending email authentication. An email has been sent to %s with instructions.
172
+
<br/><br/>
173
+
Please note that since the database does not have your email address in the list of authors of previous
174
+
revisions of the document, you are <b>not</b> receiving a confirmation email yourself; one of the
175
+
addressees above will have to send a confirmation in order to complete the submission. This is done
176
+
to avoid document hijacking. If none of the known previous authors will be able to confirm the
177
+
submission, please contact <a href="mailto:ietf-action@ietf.org">the secretariat</a> for action.
0 commit comments