On Tue, 20 Nov 2018 13:14:54 -0800 (PST) John Hardin wrote: > On Tue, 20 Nov 2018, RW wrote: > > > On Tue, 20 Nov 2018 13:36:52 -0500 > > micah anderson wrote: > >> > >> How can I do it without the fractions? > > > > meta LOCAL_EXCEEDED_PHISH __MAILBOX + __LOCAL_EXCEEDED + > > __LOCAL_STORAGE + __LOCAL_LIMIT >= 3 >
though I would do "> 2" A lot of people would, but IMO writing it as <expression> >= <threshold> is clearer than <expression> > <threshold minus one>