diff --git a/ietf/templates/doc/disclaimer.html b/ietf/templates/doc/disclaimer.html
index 31ce6c397e8..db4c42ed687 100644
--- a/ietf/templates/doc/disclaimer.html
+++ b/ietf/templates/doc/disclaimer.html
@@ -3,12 +3,18 @@
{% load ietf_filters %}
{% origin %}
{% if doc.type_id == "rfc" %}
- {% if doc.stream.slug != "ietf" and doc.std_level.slug|default:"unk" not in "bcp,ds,ps,std"|split:"," %}
+ {% if doc.stream.slug != "ietf" and doc.stream.desc != "Legacy" and doc.std_level.slug|default:"unk" not in "bcp,ds,ps,std"|split:"," %}
This RFC was published on the {{ doc.stream.desc }} stream.
This RFC is
not endorsed by the IETF and has
no formal standing in the
IETF standards process.
+ {% elif doc.stream.slug != "ietf" and doc.stream.desc == "Legacy" and doc.std_level.slug|default:"unk" not in "bcp,ds,ps,std"|split:"," %}
+
+ This RFC is labeled as "{{ doc.stream.desc }}"; it was published before a formal source was recorded.
+ This RFC is
not endorsed by the IETF and has
no formal standing in the
+
IETF standards process.
+
{% endif %}
{% elif doc|is_in_stream %}
{% if doc.stream.slug != "ietf" and doc.std_level.slug|default:"unk" not in "bcp,ds,ps,std"|split:"," %}
@@ -25,4 +31,4 @@
This I-D is not endorsed by the IETF and has no formal standing in the
IETF standards process.
-{% endif %}
\ No newline at end of file
+{% endif %}