![]() |
How to create filter in KMail on "No Subject" messages
Hi all,
From some time I am having strange experience with my mail client.I am receiving messages with No Subject,date 1.1.1970,no sender,etc.Absolutely weird :) All of them are comming from my yahoo.com mail account.When I check the web based mail,the is empty box,and right after that when I check the same box with KMail I received those messages. How I can get rid of them?How to create filter on No Subject or date? Thanks in advance! I am using Mandriva 2007.0,KMail 1.9.4. |
You have several options. To empty subjects try this
Code:
Subject matches regular expression ^ *$For the date you could try Code:
<age in days> is greater than 365Either of those will do, or you could have an AND rule... depends what you want. |
Thanks a lot,matthewg42!
I applied both filters and they seems working.I am wondering if the No subject filter will block useful mail,that have No subject or Space between words in subject title? Thanks again |
Quote:
The regular expression will not trigger when there are spaces and other characters in the subject - the ^ and $ mean th beginning and end of the field, and between then only are mentioned spaces (0 or more spaces) - if there are any other characters it will not match. |
Thanks again!This is actually what I did.
Have a good one! Georgi Stoynev |
| All times are GMT -5. The time now is 02:39 AM. |