You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
XenForo does accept invalid email adresses
- وضعیت
-
موضوع بسته شده است و نمیتوان پاسخ جدیدی فرستاد.
XenForo does accept email adresses like
1@1.1
.
Such an email ist invalid because
1.1
ist not an IPv4 address, not an IPv6 address and not a valid FQDN:
برای دیدن لینک ها باید ثبت نام کنید
There is an additional rule that essentially requires that top-level domain names not be all-numeric
Click to expand...
PHP's built-in filter methods would correctly reject such an email:
PHP:
var_dump(filter_var('1@1.1', FILTER_VALIDATE_EMAIL));
برای دیدن لینک ها باید ثبت نام کنید
- وضعیت
-
موضوع بسته شده است و نمیتوان پاسخ جدیدی فرستاد.