Bug 192295

Summary: filtering by message-id is nonfunctional
Product: knode Reporter: Paul Bransford <draeath>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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