[LBBS-95] mod_mailscript: Add ADDFLAG action
- Develop ADDFLAG action for MailScript - e.g. mark read when moving to trash, etc.
- Add flag support for Sieve as well: https://github.com/InterLinked1/lbbs/blob/master/modules/mod_sieve.c#L221
The net_smtp tooling around this will also need to be extended to support this
Unrelated:
- Also should be able to do equivalent of Sieve "if anyof To/Cc recipients notin <list>" e.g. reject
- Add support for
ORconditions - Add better debugging support, i.e. if a rule fails, has a syntax error, is killed, etc. send an email to the user with the error message (we would need to ensure mail loops are prevented)
Comments
You must be logged in to leave a comment.