<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>Incorrect day of week: <code>foo</code></p>
</div>
<div id='explanation'>
<p>If included, day-of-week must be the day implied by the date
specification.</p>
<p>As an example, the following is an incorrect date:</p>
<blockquote><code>&lt;pubDate&gt;<b>Sat</b>, 31 Dec 1999 23:59:59 EST&lt;/pubDate&gt;</code></blockquote>
<p>The following is a corrected example:</p>
<blockquote><code>&lt;pubDate&gt;<b>Fri</b>, 31 Dec 1999 23:59:59 EST&lt;/pubDate&gt;</code></blockquote>
<p>This may be indicative of a more significant software error in the
formatting of dates that needs to be corrected.</p>
</div>
<div id='solution'>
<p>If it turns out that computing the correct day of week is impractical
using the software you have available, then
<a href="http://www.sendmail.org/rfc/0822.html#5">RFC 822</a> permits omitting
both the day of the week and the subsequent comma from the value.</p>
</div>
</div>
</fvdoc>

