mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 09:55:58 +03:00
[GH-ISSUE #700] Problems with distribution lists after CSV import #651
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#651
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 @bennidi on GitHub (Mar 13, 2015).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/700
I tried the csv import for identities and used it to create accounts. Then I decided to replace some of the accounts with distribution lists. I deleted the accounts in the admin interface and used the csv to import them as distribution lists.
The import always created them as aliases instead of distribution list. The same happens when I try to add a distribution list via admin interface. It is now not possible anymore to create distribution lists at all. It seems that the csv import broke the whole thing.
The option to delete accounts was turned off but since I never logged in they were never created and the directory where accounts are stored does not show them.
All of that happened with 1.2.0. I upgraded to 1.2.1 using pip but the problem persists.
@tonioo commented on GitHub (Mar 18, 2015):
Have you tried to manually remove remaining accounts? (since the option was turned off)
@bennidi commented on GitHub (Mar 18, 2015):
Yes, there are no unused/old accounts left. Neither in the database nor on the file system.
@tonioo commented on GitHub (Mar 18, 2015):
Can you provide the CSV file you used ?
@bennidi commented on GitHub (Mar 18, 2015):
No, I can't. I used different files with incorrect formats because I did
not understand the explanations. That's why I added a PR to include
examples :) I know that I had variations where I added a semicolon at the
end which caused the parser to hang.
Now the entire functionality of distribution lists and forwards seems to be
broken.
2015-03-18 13:07 GMT+01:00 Antoine Nguyen notifications@github.com:
@vingeni commented on GitHub (Mar 30, 2015):
i think that a distribution list with a single recipient is treated as an alias. If you have more than two recipient, then it is considered as a distribution list.
@tonioo commented on GitHub (Mar 31, 2015):
That's true. @bennidi Have you checked if there are more than one recipient inside the created distribution lists ?
@tonioo commented on GitHub (Jun 11, 2015):
This issue was moved to modoboa/modoboa-admin#23