On 1/23/2010 8:56 AM, Ray_Net wrote: > Rick Merrill wrote: >> Ray_Net wrote: >>> I am under WindowsXP SP3 with SM2.0.2 >>> Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; >>> rv:1.9.1.7) Gecko/20100104 NOT Firefox/3.5 SeaMonkey/2.0.2 >>> >>> For a newsgroup, i have positionned to "Mark As Read" >>> Applying filter when: "Checking Mail or Manually Run" >>> "Match any of the following": >>> From - contains - [email protected] >>> From - contains - [email protected] >>> From - contains - jmB <"jmB"@lion.org> >>> From - contains - jmB <"jmB"@Lion.org> >>> >>> And the posts are still marked as "Not Read" >>> >>> Any idea to solve this issue ? >> >> Have you tried "Contains any of the following" ? >> > The possibility you mention doesnot exist > The only possibilities are: > - Match all of the following > - Match any of the following > - Match all messages > > The only last test i can done is to use: > From - ends with - ion.org > From - ends with - ion.org> > or > From - begins with - jmB
"contains" means the object includes the text you provided somewhere within it. For example, if you use: contains "foo", it will match: "foo" "<foo>" "This is a long line with foo in it" If instead you use "is" (rather than "contains") then it must match exactly. is "foo" would only match the first example line above. Best Regards, _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

