Dieser Artikel wurde automatisch erzeugt und wird auch automatisch wieder ausgelesen. Es ist deshalb wichtig, dass nur der Inhalt der gelben Code-Boxen verändert wird.

Es handelt sich dabei um eine Fehlermeldung des Feed-Validators, die eventuell noch ins Deutsche übersetzt werden muss. Wenn du kannst, hilf mit!

Status dieser Fehlermeldung: Noch nicht übersetzt

Meldung


<p><code>foo</code> must be an email address</p>

Erklärung


<p>MUST conform to the "addr-spec" production in <a href="http://www.faqs.org/rfcs/rfc2822.html">RFC 2822</a></p>

Lösung


<p>Convert the email address to a valid form.  Examples of valid email
addresses:</p>
<ul>
<li>joesmith@example.com</li>
<li>joesmith+nospamplease@nospam.example.com</li>
</ul>
<p>Note: addr-spec does not include a provision for a display-name.  Use
atom:name instead.  Examples of invalid email addresses:</p>
<ul>
<li>joesmith@example.com (Joe Smith)</li>
<li>Joe Smith &amp;lt;joesmith@example.com&amp;gt;</li>
</ul>