Implement move later functionality to prevent conflicts with filter actions needing the body (race condition)
Categories
(MailNews Core :: Filters, defect)
Tracking
(Not tracked)
People
(Reporter: rkent, Unassigned)
References
(Blocks 5 open bugs)
Details
(Keywords: dataloss, Whiteboard: [filterfails])
Reporter | ||
Updated•13 years ago
|
Comment 1•13 years ago
|
||
Reporter | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
Updated•10 years ago
|
Comment 6•6 years ago
|
||
Updated•1 years ago
|
Comment 7•1 years ago
|
||
It has been demonstrated at https://bugzilla.mozilla.org/show_bug.cgi?id=1781792#c23 that filter actions 1) copy to Imap sub-folder and 2) move to local folder within the same filter leads to dataloss
Problem (Filters with dataloss):
Filter (A) fails with
1. Copy the matching message to Imap Sub-Folder
2. Move the matching message to Local Folder
--> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder
Filter (B) fails with
1. Copy the matching message to Local Folder
2. Move the matching message to imap Sub-Folder
--> All mails are copied to Local Folder, but all mails lack body, except first mail. All mails are moved correctly to imap Sub-Folder.
Filter (C) fails with
1. Move the matching message to Local Folder
2. Copy the matching message to imap Sub-Folder
--> All mails are moved to Local Folder and the body is fine, but only ONE (the first) mail was copied to imap Sub-Folder
Solution (Filter without dataloss):
Details are at https://bugzilla.mozilla.org/show_bug.cgi?id=1781792#c25. Use following filter actions in given order:
1. "Move later" the matching message to Imap Sub-Folder
2. Copy the matching message to Local Folder
This solution depends on the Filtaquilla Addon.
Description
•