[GH-ISSUE #540] import aliases csv with empty fields creates dlist instead of alias #516

Closed
opened 2026-02-27 11:12:10 +03:00 by kerem · 0 comments
Owner

Originally created by @themr0c on GitHub (Apr 3, 2014).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/540

Originally assigned to: @tonioo on GitHub.

While preparing in libreoffice a csv to import aliases, i ended up with a csv file where empty fields are delimited, like that:

alias;user.alias@domain.tld;True;user@domain.tld;;;;;;;;;;;;;;;;

During the import of this file into modoboa, the entry was converted into a dlist.

If i edit the imported entry in modoboa and save it, it is converted again into an alias.

IMHO, the converter should check if recipients csv fields are empty, and import as an alias en entry like the one shown above.

Originally created by @themr0c on GitHub (Apr 3, 2014). Original GitHub issue: https://github.com/modoboa/modoboa/issues/540 Originally assigned to: @tonioo on GitHub. While preparing in libreoffice a csv to import aliases, i ended up with a csv file where empty fields are delimited, like that: ``` alias;user.alias@domain.tld;True;user@domain.tld;;;;;;;;;;;;;;;; ``` During the import of this file into modoboa, the entry was converted into a dlist. If i edit the imported entry in modoboa and save it, it is converted again into an alias. IMHO, the converter should check if recipients csv fields are empty, and import as an alias en entry like the one shown above.
kerem 2026-02-27 11:12:10 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#516
No description provided.