dburkart / check-sieve

Syntax checker for mail sieves.
MIT License
35 stars 7 forks source link

[RFC 5229] Variable names aren't validated #43

Closed dburkart closed 5 years ago

dburkart commented 5 years ago

The first argument to the "set" action is a quoted string, but it actually needs to validate to these rules:

variable-name       =  num-variable / identifier
num-variable        =  1*DIGIT
dburkart commented 5 years ago

Reopening -- looks like this broke linux workers.

dburkart commented 5 years ago

For now I've disabled this checking on Linux, and filed issue #44 to track the ultimate fix.