RFC Errata
RFC 1524, "A User Agent Configuration Mechanism For Multimedia Mail Format Information", September 1993
Source of RFC: LegacySee Also: RFC 1524 w/ inline errata
Errata ID: 1755
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Samuel Bronson
Date Reported: 2009-04-03
Verifier Name: ron bonica
Date Verified: 2011-10-12
Section B says:
# Mailcap file for Bellcore lab 214. # # The next line sends "richtext" to the richtext program text/richtext; richtext %s; copiousoutput # # Next, basic u-law audio audio/*; showaudio; test=/usr/local/bin/hasaudio # # Next, use the xview program to handle several image formats image/*; xview %s; test=/usr/local/bin/RunningX # # The ATOMICMAIL interpreter uses curses, so needs a terminal application/atomicmail; /usr/local/bin/atomicmail %s; \ needsterminal # # The next line handles Andrew format, # if ez and ezview are installed x-be2; /usr/andrew/bin/ezview %s; \ print=/usr/andrew/bin/ezprint %s ; \ compose=/usr/andrew/bin/ez -d %s \; edit=/usr/andrew/bin/ez -d %s; \; copiousoutput # # The next silly example demonstrates the use of quoting application/*; echo "This is \"%t\" but \ is 50 \% Greek to me" \; cat %s; copiousoutput
It should say:
# Mailcap file for Bellcore lab 214. # # The next line sends "richtext" to the richtext # program text/richtext; richtext %s; copiousoutput # # Next, basic u-law audio audio/*; showaudio; test=/usr/local/bin/hasaudio # # Next, use the xview program to handle several image # formats image/*; xview %s; test=/usr/local/bin/RunningX # # The ATOMICMAIL interpreter uses curses, so needs a # terminal application/atomicmail; /usr/local/bin/atomicmail %s; \ needsterminal # # The next line handles Andrew format, # if ez and ezview are installed x-be2; /usr/andrew/bin/ezview %s; \ print=/usr/andrew/bin/ezprint %s ; \ compose=/usr/andrew/bin/ez -d %s \; edit=/usr/andrew/bin/ez -d %s; \; copiousoutput # # The next silly example demonstrates the use of # quoting application/*; echo "This is \"%t\" but \ is 50 \% Greek to me" \; cat %s; copiousoutput
Notes:
Some comment lines in the example termcap file appear to have improperly reformatted to fit the 78-character limit; the needed "# " was ommitted.