Improved Sieve code and added rfc5435

This commit is contained in:
the-djmaze 2022-03-15 09:58:04 +01:00
parent f453abf149
commit b3c1723c5c
10 changed files with 165 additions and 65 deletions

View file

@ -30,7 +30,7 @@ export class EnvironmentTest extends GrammarTest
pushArguments(args)
{
this.name = args[args.length-2];
this.key_list = args[args.length-1];
this.key_list = args.pop();
this.name = args.pop();
}
}