Hello Stuart,

> Just lately I have found myself mailing 2 or 3 of these people at the
> same time. Is there a way I can set up the filers so that if there are
> multiple addressees a copy goes to each folder without me ending up
> with the original being left in my inbox?

I do this with a number of addresses. Let's call them A, B, C,...

I have a number of filters, one next to the other, and all the same:

  If Recipient = X then
    Move Inbox to Inbox
    COPY message to Folder X
  Continue processing with other filters

Obviously, in each filter X = A, B, C...
I use "Recipient" but it should work just the same with "Kludges"

And finally, at the end of the series of filters I have another one:

  If Recipient = A
  OR Recipient = B
  OR Recipient = C
  OR ....
     Move Inbox to Trash
     Mark message as read

(ORs are Alternatives)

It works just fine for me, no matter what combination of A, B, C, ...
etc., I get in a message.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v1.62i


________________________________________________
Current version is 1.62r | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to