Bug 250230

Summary: Filters by address should not respect full-name
Product: [Applications] kmail Reporter: Kai Uwe Broulik <KaiUweBroulik2>
Component: filteringAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: montel
Priority: NOR    
Version: SVN trunk (KDE 4)   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Kai Uwe Broulik 2010-09-05 02:39:48 UTC
Version:           SVN trunk (KDE 4) (using KDE 4.5.0) 
OS:                Linux

I have set some filters for “example@example.com” (for example) to automatically move to a specific folder. But this does not happen as the sender has his full name attached “Example User <example@example.com>” is the mail address. So the filter using “matches” does not work, I have to use “contains“ xyz in order to make it filter.
It should not matter whether its full name is used, “e-mail address matches” should just care about the mail address, not anything around it

Reproducible: Sometimes
Comment 1 Laurent Montel 2011-09-23 10:03:10 UTC
matches == equal
=> we test all string.

So use contains here.