| Summary | Sieve script fileinto clause should have "INBOX.folder", not only "folder" |
| Queue | Ingo |
| Queue Version | 1.2-RC3 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | janne.peltonen (at) helsinki (dot) fi |
| Created | 5/21/08 (6533 days ago) |
| Due | |
| Updated | 5/28/08 (6526 days ago) |
| Assigned | 5/22/08 (6532 days ago) |
| Resolved | 5/28/08 (6526 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
IMP spam_folder), not a bug. My apologies for the confusion.
bug 6527- how are both of these possible open bugs at the same time?the folder list I believe INBOX. should be included automatically.
drop-down menu. And I also used INGO's Spam Filter -> Folder to
receive spam menu. Both resulted in a sieve script without any prefix.
I was also able to create new spam folders with both (with some
trouble, see
ticket #6640- IMP spam_folder appears to override INGOspam['folder'] upon login) - and the resulting script had no prefix in
the folder name.
app. Folder paths should never be hardcoded.
Priority ⇒ 2. Medium
State ⇒ Feedback
the folder list I believe INBOX. should be included automatically.
New Attachment: ingo_sieve_folder_under_inbox.patch
this patch might suffice...
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Ingo
Summary ⇒ Sieve script fileinto clause should have "INBOX.folder", not only "folder"
Type ⇒ Bug
Priority ⇒ 3. High
"folder". If there is a line in a sieve script such as 'fileinto
"junk4";', the script tries to insert the mail into a folder "junk4"
in the global namespace, not in "user.$userid.junk4". The line should
be 'fileinto "INBOX.junk4";'.