]> source.dussan.org Git - gitea.git/commit
Fix validity of the FROM email address not being checked (#29347)
authorCarlos Felgueiras <carlosfelgueiras@tecnico.ulisboa.pt>
Fri, 23 Feb 2024 23:02:14 +0000 (00:02 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Feb 2024 23:02:14 +0000 (23:02 +0000)
commit6f6120dfa8d549d0b866eeb9317054fea831c844
treec53e23d8ea5c87e5f01ca6210bdd4ce216cc010c
parent08c1926e1c3e2487f207b5f225d8b0f2831d0708
Fix validity of the FROM email address not being checked (#29347)

Fixes #27188.
Introduces a check on the installation that tries to parse the FROM
address. If it fails, shows a new error message to the user.

---------

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
options/locale/locale_en-US.ini
routers/install/install.go