SYSTEM WARNING: 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.' in '/usr/share/mantis/www/core.php' line 264
Notes |
|
(0005470)
|
baldy
|
2011-01-12 12:45
|
|
|
|
(0005471)
|
baldy
|
2011-01-12 12:46
(edited on: 2011-01-12 12:47) |
|
|
|
(0005475)
|
baldy
|
2011-01-13 14:43
(edited on: 2011-01-13 23:39) |
|
Did some testing, special characters which should be allowed are not.
When adding an emailaddress containing ! # $ % & ' * + / = ? ^ ` { | } ~ validation fails.
The only 2 special characters correctly validated are - (minus) and _ (underscore)
Happens on all fields in the SMTP Proxy->Black & Whitelists where you can enter an emailaddress.
Regards,
Baldy
|
|
|
|
Hi baldy,
you are right, the address is not accepted! BTW, checking the email addresses against the RFC 5322 is strictly impossible due to the fact that the definition is simply too complicated (for a quick reference, http://stackoverflow.com/questions/201323/what-is-the-best-regular-expression-for-validating-email-addresses [^]).
In any case I confirm this issue so that it will be checked by our development team in order to improve the email addresses validation, if it is possible.
In any case, thanks a lot for reporting this issue!
Have a nice day
Lorenzo |
|
|
(0005508)
|
baldy
|
2011-01-19 16:21
|
|
|