A part of the expression was left out. Actually, this makes no difference in the way Pine works since there stands a no-op there. Makes difference w.r.t. the verbose log. Ivan Zakharyaschev , 9 May 2003. --- pine4.53.Lev/pine/filter.c.Lev 2003-05-03 23:39:22 +0400 +++ pine4.53.Lev/pine/filter.c 2003-05-04 12:56:42 +0400 @@ -7298,7 +7298,7 @@ GF_FLUSH(f->next); (*f->next->f)(f->next, GF_EOD); } - else if(GF_RESET){ + else if(flg == GF_RESET){ dprint(9, (debugfile, "-- gf_reset local_nvtnl\n")); /* no op */ }