Bug 192295 - filtering by message-id is nonfunctional
Summary: filtering by message-id is nonfunctional
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 08:58 UTC by Paul Bransford
Modified: 2009-05-11 21:41 UTC (History)
0 users

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 Paul Bransford 2009-05-11 08:58:27 UTC
Version:           0.99.01 (using 4.2.2 (KDE 4.2.2), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

Filters set based on the message ID do not appear to function.

The example rule:

Message-ID, contains substring: googlegroups

Does not effect a message with the following message-ID:
Message-ID: <7758d650-8c41-4273-a70c-f8df0cc6fedb@g31g2000pra.googlegroups.com>

This means that I cannot filter out much of the googlegroups spam.

(for clarity, the quotes are not a part of the rule.)
Comment 1 Olivier Trichet 2009-05-11 21:41:33 UTC
SVN commit 966712 by otrichet:

Fix filtering on message-id

c_header contained garbage and then no header for message-id was found
in match().

BUG: 192295

 M  +2 -3      kscoring.cpp  
 M  +0 -1      kscoring.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=966712