-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Inbox rules that move or copy messages to shared account folders on NS7 report the destination as Shared/account@domain/folder.
Migrating these rules to NS8 stops them working because the destination has changed to Shared/account/folder (without @domain).
Steps to reproduce
- On NS7, share an entire mail account (e.g., info shared with user1)
- Create a sieve filter that moves messages from a specific sender to the shared account's INBOX.
- Migrate the mail module to NS8.
Expected behavior
- The migrated sieve filter continues to work.
Actual behavior
- The migrated sieve filter doesn't work and the log shows something like this:
sieve: info: started log at XXX
error: msgid=<XXXXXXX>: fileinto action: failed to store into mailbox 'Shared/info@domain.test/INBOX': Mailbox doesn't exist: Shared/info@domain.test/INBOX
Components
nethserver-ns8-migration-1.3.4-1.ns7.x86_64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done