Control Web Panel
WebPanel => CentOS-WebPanel Bugs => Topic started by: anandmys on April 27, 2023, 05:28:04 PM
-
If by mistake you create a forwarder which has an email I'd like abc@@xyz.com (@@), the customer email IDs, email forward screen will not load the list/emais
You have to login as root and correct this in order to fix this
Validation for a @@ in emails seperated by , will fix this
-
This is also true of other unescaped, illegal characters in the e-mail address. You can also fix this directly in the database if you need to. But it is very true the devs should give this some attention and sanitize the input and check for illegal characters.
(An interesting aside, on on LAMP server I tried to set a passphrase that ended with an ellipsis ... -- which the IMAP server interpreted as a full stop command -- so it would never accept the passphrase, even though it was typed correctly.)