dburkart / check-sieve

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

Use abstract syntax tree to "simulate" mail sorting #30

Open dburkart opened 9 years ago

dburkart commented 9 years ago

The idea is that we could pass an e-mail message to check-sieve, and walk over the AST, generating a list of actions we would have taken. This would allow true testing of the logic of a mail sieve script.

uweschaefer commented 8 years ago

+1

dburkart commented 1 year ago

I have a WIP version of this on a local branch. Gonna be a lot of work to get this to 100%.