Change pattern order

: Function ereg_replace() is deprecated in /mozdev/sandbox/php/include/globals.h on line 95.

I have something along the lines of the following:
 
Rule 1 - https://server/* - Blacklist
Rule 2 - * - Whitelist
Rule 3 - *.domain.com* - Blacklist
 
In other words, all traffic should go through this proxy except for the following exceptions. However I think foxyproxy is processing the rules in order so traffic for domain.com is going through the proxy instead of bypassing it. I can't see a way to change the rule order without recreating rules. Something Move Up and Move Down feature would be very useful if I am correct in my assumption.

Hi,   The order of patterns

Hi,
 
The order of patterns doesn't matter. All blacklist patterns are tested, regardless of where they appear in the list. So if *.domain.com* if going through the proxy, something is wrong with your patterns. Please let me know how else I might help. If you'd like to post your patterns for advice, please do so.
 
Eric