Skip to content

Commit fb462e1

Browse files
committed
Merged in [14575] from adam@nostrum.com:
: excessive author warning - Legacy-Id: 14578 Note: SVN reference [14575] has been migrated to Git commit 8a8f358
2 parents 7279440 + 8a8f358 commit fb462e1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ietf/templates/submit/submission_status.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ <h2>Submission checks</h2>
4444
Your draft has <b>NOT</b> been verified to pass the submission checks.
4545
{% endif %}
4646
</p>
47+
48+
{% if submission.authors|length > 5 %}<p class="alert alert-danger"><b>
49+
This document has more than five authors listed, which is considered excessive
50+
under normal circumstances.</b> If you plan to request publication as an RFC, this
51+
will require additional consideration by the stream manager (for example, the
52+
IESG), and publication may be declined unless sufficient justification is
53+
provided. See <a href="https://tools.ietf.org/html/rfc7322#section-4.1.1">
54+
RFC 7322, section 4.1.1</a> for details.</p>
55+
{% endif %}
56+
4757
{% for check in submission.latest_checks %}
4858
{% if check.errors %}
4959
<p class="alert alert-warning">

0 commit comments

Comments
 (0)