mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #3037] CSV Import conatining duplicates #1738
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1738
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dorsax on GitHub (Aug 3, 2023).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3037
Impacted versions
Steps to reproduce
Current behavior
Note: Even when checking to continue on duplicates (CLI and Web) creates the same issue
Expected behavior
Error handling which explains what to do, maybe even on which line the problem is.
Then to propagate this error on the cli as well as on the new admin.
@Spitfireap commented on GitHub (Aug 4, 2023):
Hi, the right format for alias csv import is
alias; alias@domain.tld, enabled, recipient, [more recipients,...]With enabled being : ["true", "1", "yes", "y"] or anything else to have the alias disabled.
@dorsax commented on GitHub (Aug 6, 2023):
Well, that was my mistake when I created the issue, but the missing column wasn't the cause.
Here is the 'testident.csv' which works to fail:
And this is the complete command and output from the cli:
@Spitfireap commented on GitHub (Aug 6, 2023):
oh crap my bad. Will fix it :)