Summary | spam [un]learn |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 11/25/2011 (4969 days ago) |
Due | |
Updated | 08/29/2012 (4691 days ago) |
Assigned | |
Resolved | 12/20/2011 (4944 days ago) |
Milestone | |
Patch | Yes |
commit 44325f555a7ca9c3d91d117072a568c218d16574
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 19 22:12:17 2011 -0700
[mms] Added 'mbox_special' hook (
Request #10801; rsalmon@mbpgroup.com).imp/config/hooks.php.dist | 16 ++++++++++++++++
imp/docs/CHANGES | 1 +
imp/docs/UPGRADING | 7 +++++++
imp/lib/Mailbox.php | 29 +++++++++++++++++++++++++----
4 files changed, 49 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/44325f555a7ca9c3d91d117072a568c218d16574
Assigned to Michael Slusarz
State ⇒ Resolved
New Attachment: specialfoldersv2.patch
New Attachment: specialfolders.patch
attached is a patch that allows anyone to mark folders as special folders.
State ⇒ Rejected
configuration on the server to make viable. It does not seem
appropriate to add a configuration option for such a service that will
not work for anyone without significant behind-the-scenes work. (In
other words, this is too big of a hack to put into the mainline code).
Two thoughts instead:
1. Put this code on a wiki page.
2. Supply a patch that allows a user to define special mailboxes via a hook.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ spam [un]learn
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ Yes
New Attachment: spamlearn.patch
State ⇒ New
messages.
I've added 2 special folders to all mailboxes SpamLearn and SpamUnLearn.
When ever a user receives a (spam/not spam) message that has[n't] been
detected as such, he moves that message into the appropriate folder
(SpamLearn/SpamUnLearn).
We have then a script on the server (that run once in a while) that
goes through all SpamLearn (sa-learn --spam) and SpamUnLearn (sa-learn
--ham) folders.
attached is a patch that allow SpamLearn and SpamUnLearn to be
detected as special folders and therefore displayed first. This is
only useful if using DIMP as IMP doesn't have special folders
displayed first.