Hallo Tim,

On Fri, 7 Jan 2000 13:23:22 +0000 GMT (07.01.2000, 21:23 +0800 GMT),
Tim Fountain wrote:

TF> So, I created a filter with the following in the strings field:

TF>    'tim | acornarcade | iconbar | webmaster'

TF> That checks the recipient field and has 'no' ticked for 'present'.
TF> However, this filter doesn't seemt to be working as it moves /all/ my
TF> emails to the Junk box. Any ideas?

This ("|") is an "OR" operation. What you want is and "AND" operaton:
IF .NOT.tim .AND. .NOT.acornarcade .AND. .NOT.iconbar .AND.
.NOT.webmaster THEN move the mail to the spam folder.

You do this as follows (I think):
Make four Rules. They must all be under first tab, don't use
alternatives. Add the second, third fourth rule by clicking on "ADD".

Rules on the tab are considered as having been true at the same time,
to make the filter kick in.

-- 

Cheers,
Thomas                             mailto:[EMAIL PROTECTED]

Message reply created with The Bat! 1.38e
under Chinese Windows 98 4.10 Build 1998 
using an Intel Celeron 366 Mhz, 128MB RAM



-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

Reply via email to