Hello John, Tuesday, May 2, 2006, 7:14:01 AM, you wrote: > Another issue which puzzles me:-
> Write a new filter, it goes to the bottom of the heap, and it doesn't work. > Move it to the top, and Bingo, works. > Why is this and how to find / fix whatever is causing this problem? Since filters only work from the top down, if one of the filters above your newly created filter act on the message it will not be available to be acted on by the lower filter. Also if one of your filters does not have continue processing checked it will not proceed to the next filter. -- Stuart mailto:[EMAIL PROTECTED] Using The Bat! v3.80.03 on Windows 2000 5.0 Build 2195 Service Pack 4 ________________________________________________ Current version is 3.71.03 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

