I'm configuring the email filters on an x-skin install, but I'm not quite clear on the behavior of multiple filters.
Specifically, I have two filters set up that can both be positive for a given email:
1. "To" equals "user_test" -> discarded
2. "To" begins with "user_" -> "user" account
Right now when I use the filter test, I see that the message gets saved to /dev/null 0660, but also delivered to the user account. It appears that the filters are all basically processed in parallel, and that 'discarding' a message doesn't really discard it until all the filters have been evaluated.
How can I change this behavior so that the first filter discards the message and never gets to the second one?
Thanks,
Josh



LinkBack URL
About LinkBacks
Reply With Quote







