dburkart / check-sieve

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

Extend check-sieve to enable / disable extensions #10

Closed dburkart closed 2 years ago

dburkart commented 9 years ago

check-sieve should allow the user to 'enable' or 'disable' extensions via the command line. In this way, the user can simulate whatever is enabled on their particular mail server.

Perhaps one way to do this is to pass in the mail server, and check-sieve can figure out what the server's capabilities are.

dburkart commented 2 years ago

This is done. check-sieve now supports a --server flag, which will whitelist the capabilities advertised by the specified server.