Mail import problem with ispconfig 3.2

short description

Incorrect integer value for columm mail_user.purge_trash_days when importing data with ispc-import-csv-email.php

correct behaviour

New columns purge_trash_days and purge_junk_days should be initialized since their addition in mail_user table.

environment

Server OS: debian
Server OS version: 10

ISPConfig version: 3.2

proposed fix

Add this line in ispc-import-csv-email.php :

'purge_trash_days' => 0,
'purge_junk_days' => 0,

after

'autoresponder_text' => $record['autoresponder_text'],
Edited by David Delon