Bug 34741 - right-click for spam-button (delete and filter)
Summary: right-click for spam-button (delete and filter)
Status: RESOLVED DUPLICATE of bug 46826
Alias: None
Product: kmail
Classification: Applications
Component: filtering (show other bugs)
Version: unspecified
Platform: Debian testing Other
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-10 11:33 UTC by oskadsem
Modified: 2007-09-14 12:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oskadsem 2001-11-10 11:25:25 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kmail
Version:           KDE 2.2.1 
Severity:          wishlist
Installed from:    Debian Packages
Compiler:          Not Specified
OS:                Not Specified
OS/Compiler notes: Not Specified

It would be nice with a right-click button to mark a mail as "spam". Clicking that button would filter all messages coming from that email-adress (or to that email-adress if it's not your own) and delete the message.

(Submitted via bugs.kde.org)
Comment 1 metrol 2001-12-23 10:08:43 UTC
Been wanting to see something along these lines myself.  I love the right 
click to filter that is presently there but I'm mostly using this for spam 
messages.

I'd like to see default folder called SpamBox or something of the sort.  
Dumping messages straight to trash can be a bit dangerous as a broad filter 
may grab the wrong stuff.

Spam filters should be the last to process.  For instance I filter out 
everything coming from @hotmail to a SpamBox.  If I start getting legitimate 
mail from a user on that service I'd want to filter him/her to my inbox 
before it's looked at as spam.

I believe that Spam filtering such as this should not be a part of the 
regular filtering dialog box.  For every normal filing rule I have there's 
at least 10-15 spam rules.  It's just too much to deal with in one dialog box.

The right click menu should offer the following options...

Spam Filters
 -> Filter on Domain...
 -> Filter on From...
 -> Filter on Subject...
 -> Filter on To...
Comment 2 Marc Mutz 2001-12-24 14:57:25 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 23 December 2001 17:16 Jerome Yuzyk wrote:
> I wish though that we could use more than a half-dozen test clauses
> per filter.
<snip>

If you compile yourself:
You can increase the numer of search pattern rules in kmsearchpattern.h:
// maximum number of filter rules per filter
#define FILTER_MAX_RULES 8
(up to a hard limit of 26 (a..z))

and the number of actions in kmfilter.h:
// maximum number of filter actions per filter
const int FILTER_MAX_ACTIONS =3D 8;
(There's no such limit there but > 8 hasn't been tested...)

Marc

- --=20
I am Bush of USA. You will be pacified. Resistance is futile.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8J0JW3oWD+L2/6DgRAjKnAJ9qi54/s+w/P+pE/HiVVJxBNB602ACguDnN
fIBpms8A2aBKM5tUAdAZTfI=3D
=3DLtXf
-----END PGP SIGNATURE-----
Comment 3 patrick 2003-07-03 05:51:13 UTC
CVS as of 26062003 allows ne to select Create Filter -> by Sender, by 
Subject, by Recipient and by Mailinglist (if appropriate Headers are 
present). This then brings up the normal filter dialog with the selected 
fields prefilled accordingly. You just have to choose what to do with the 
filtered messages... 
 
So this is somewhat fixed, but is it sufficient to close this bug? 
 
Patrick 
 
Comment 4 Gioele Barabucci 2004-02-09 20:43:42 UTC

*** This bug has been marked as a duplicate of 46826 ***