and condition for message filter

Post Reply
zatar
Posts: 14
Joined: Mon Mar 17, 2003 4:05 am

and condition for message filter

Post by zatar »

i can't for the life of me figure out how to make a logical and condition w/ the message filter.

i want to select all messages that start w/ abc and are of length 1024 lines.

i've tried the following in the message filter:

started w/
subject starts w/ abc
select
lines = 1024, negate, apply to selected
reset

that didn't work.

can someone please provide instructions for logical and/or selection w/ the message filters.

thanks
Tha*Lunat!k
Posts: 117
Joined: Thu Feb 27, 2003 5:50 pm
Contact:

Post by Tha*Lunat!k »

You want messages that are exactly 1024 lines only?

The filter would be:

Subject Begins with abc
Select
Click the radio button for "Apply to selected" next
Lines = 1024
Extract

The "Apply to selected" is the "And" you're looking for because it takes the selection from the first filter and applies the second filter to only those headers.
[img]http://graphics.thalunatik.com/sig6.png[/img]
zatar
Posts: 14
Joined: Mon Mar 17, 2003 4:05 am

Post by zatar »

i only wanted to "select" the messages that began w/ abc and where exactly 1024.

can it be done w/out extracting the messages. i was doing this from a global query on all new messages. i wanted to select the above messages and then mark them as old so they wouldn't clutter up the global filter. they where a bunch of spam messages.
Tha*Lunat!k
Posts: 117
Joined: Thu Feb 27, 2003 5:50 pm
Contact:

Post by Tha*Lunat!k »

Simply change the final command to Select instead of Extract. This way the filter will select all headers with abc in the subject and then from those headers it will select all headers with a line count of 1024.
[img]http://graphics.thalunatik.com/sig6.png[/img]
Post Reply