There are some places in the code where fake email addresses are used.
Usually, the user is not supposed to ever see them, but sometimes, they
leak. For an example, see bug
<http://bugzilla.mozilla.org/show_bug.cgi?id=71121>.
Also, there are lots of example addresses.

Please see (the short) RFC2606 for such addresses. Excerpt / suggestion:
For fake/dummy email addresses (e.g. code, where an address must exist,
but no meaningful value is known), use <[EMAIL PROTECTED]>
For example adresses (e.g. in documentation, UI text), use
<[EMAIL PROTECTED]>.

If you find code that uses addresses other that those (e.g.
<[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> or similar
- It's hard to grep for them), please change it and check it in with
your next checkin in that area. Thanks.

Reply via email to