From 2ebbec5d40e986d00f59ed3a61a8a42eade8a982 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sat, 22 Jul 2023 18:04:25 -0400 Subject: [PATCH] fix: Clarify no-action-needed (#5918) When a draft is submitted for manual processing, clarify that no action is needed; the Secretariat has the next steps. Fixes: #5918 --- ietf/templates/submit/manual_post_request.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/templates/submit/manual_post_request.txt b/ietf/templates/submit/manual_post_request.txt index 49ecb793aa..7b515fbeb0 100644 --- a/ietf/templates/submit/manual_post_request.txt +++ b/ietf/templates/submit/manual_post_request.txt @@ -2,6 +2,8 @@ Hi, Manual posting has been requested for the following Internet-Draft. +The IETF Secretariat will handle this request; no further action is +required at this time. {% if errors %}The problems found during automated submission were: {% for err in errors.values %} - {{ err }}{% endfor %}