On 03/18/2002 11:46 AM, Anthony Roy wrote: > Is it possible to write mail filters which match whole words? The > problem is I have two email addresses which come in, one containing > 'stell', the other containing 'kestell'. The message filters should > filter Stell into a folder, but not kestell. I cannot find a simple > way to do this, as neither stell or kestell appear at the beginning or > end of the address. > > Mail filters seem a little weak at present (unless I'm missing something). >
How about puuting a space before stell? contains " stell". That would work if stell isn't the first word in the subject. Also how about having your condition be contains "stell" AND doesn't contain "kestell". That should fix it. Pratik.
