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
0000375: IMAP spam training doesn't handle "," in password correctly - MantisBT Endian Issue Tracker
0000375: IMAP spam training doesn't handle "," in password correctly
Description
I wanted to add an imap account where I save my spam in. I want efw to read that imap server and train spamassassin.
So I filled in the form with my server address, username, password, spam folder etc. When I post sibmit I noticed something strange. EFW did not put all the field in the right place. I figured out the problem, I use this reading sign in my password: , (not sure if it is the right English word but I thing it’s called a comma).
This would cause efw to misread the input, so in the spam field efw puts my second part of my password (what comes after the comma). In the ham field is the name of my ham folder etc.
So I guess efw misses a encapsulation or something on that particular input.