dburkart / check-sieve

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

Add support for warnings #11

Open dburkart opened 9 years ago

dburkart commented 9 years ago

There are some things we may want to allow which is not technically correct syntax, but is allowed by most sieve software. For example, extraneous semicolons are sometimes allowed (particularly after blocks), however that is syntactically invalid.