Author Topic: Email and email forwarders  (Read 1030 times)

0 Members and 1 Guest are viewing this topic.

Offline
**
Email and email forwarders
« 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

Offline
****
Re: Email and email forwarders
« Reply #1 on: June 03, 2023, 02:40:08 AM »
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.)