1

Topic: Typo in iredadmin.sql

When upgrading from the Open Source Edition MySQL won't create the table "banned" due to the following typo (line 75):
INDEX expireddate_index (exireddate),
it should read
INDEX expireddate_index (expireddate),

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Typo in iredadmin.sql

Table 'banned' is not necessary and commented out. Why did you add it?

PS: I've removed this table after iRedAdmin-Pro-v1.1.0, so that users won't be confused.

3

Re: Typo in iredadmin.sql

ZhangHuangbin wrote:

Table 'banned' is not necessary and commented out. Why did you add it?


I saw 4 CREATE TABLE statements in the file but only two tables ware created. So I went looking for the problem.
It never occured to me to look for "/*"...