https://bugs.kde.org/show_bug.cgi?id=426472
Steffen W. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Steffen W. <[email protected]> --- I'm having the same issue Jure Repinc is reporting: Trying to find emails with this regex: [a-zA-Z0-9]+\.[a-zA-Z0-9]+@[a-z]+\.de also returns emails that were sent by addresses like [email protected]. This is also true for all other filters, anytime a point is entered KMail interprets it as being either a point or a minus, this is not correct and needs to be fixed. Another problem is that this regex pattern: [a-zA-Z0-9]+\.[a-zA-Z0-9]+@[a-z]+\.[a-z]+ does not return any emails. This one does: [a-zA-Z0-9]+\.[a-zA-Z0-9]+@[a-z]+\.de It seems like the email addresses are just not matched like an actual string but are split up into different parts or something. -- You are receiving this mail because: You are watching all bug changes.
