>>>>> Craig Earls <[email protected]> writes:
> So, is that > apply NEW-ACCOUNT-ROOT > ... > end > > or > > apply account NEW-ACCOUNT-ROOT > ... > end The latter. There are several keywords accepted after the "apply" keyword now (and more to come in future); "account" is just one of them. There is also "rate" and "tag". This breaks compatibility with 2.x, and should be noted as such in the NEWS file, but I really wanted that directive for something else. I *could* make @account/!account be a synonym for "apply account". In fact, I'll do that, as it preserves compatibility and is a syntax no one should be using anymore for 3.x. John
