Peter
Joined: 07 Apr 2005 Posts: 1 Location: West Los Angeles, CA
|
Posted: Thu Apr 07, 2005 2:26 pm Post subject: Conditional AND on filters |
|
|
Question
I'm trying to set up filter so that only email from specific users that contains specific words in the subject line will kick off an action (so a conditional AND statement)
I have the statements listed in the order that I think they should be processed; the Sender filter on top, the Subject filter below - but it always processes as if it was a conditional OR statement - regardless of the order in which I put the filters..
Is it possible to get a conditional AND performed on the filters? If so, how do I do it?
Answer
The filters that you setup are 'conditional AND' statements. Therefore, for an action such as send email to happen all the filter statements must be true regardless of the order.
Each message is going to be checked by each filter condition, if one filter is false then the program will move to the next message to determine if it meets all the filter requirements. Only messages that satisfy all the filter conditions (AND) will cause the Action items to run.
I would need some additional information from you in order to help you setup your filters. Please send me the following
1. The debug script for the auto responder. How to print the 'Debug Script'
2. An explanation of what emails you want the autoresponder to reply to. |
|