chibenwa commented on code in PR #2419: URL: https://github.com/apache/james-project/pull/2419#discussion_r1771645783
########## mpt/impl/imap-mailbox/core/src/main/resources/org/apache/james/imap/scripts/Rights.test: ########## @@ -38,3 +38,12 @@ S: a6 NO DELETEACL failed. Mailbox not found. C: a7 SETACL INBOX bob lr S: a7 OK SETACL completed. + +C: a8 SETACL INBOX anyone p +S: a8 OK SETACL completed. + +C: a8 SETACL INBOX anyone -p +S: a8 OK SETACL completed. + +C: a8 SETACL INBOX -bob p +S: a8 OK SETACL completed. Review Comment: What if I `SETACL bob p` and then after `SETACL -bob p` what is the final state of the ACL? is bob allowed? Idem with the reverse. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org