On Wed, 15 Jul 2026, at 7:29 PM, [email protected] wrote: > Added #include "acl.h" to lmtp_sieve.c and compiles correctly
Yeah, that seems fine. On a larger scale, the problem is that the append API requires callers to use constants from acl.h. lmtp_sieve.c is correctly including append.h, but append.h alone isn't enough. My fix makes it so append.h is enough: https://github.com/cyrusimap/cyrus-imapd/pull/6142 Cheers, ellie ------------------------------------------ Cyrus: Info Permalink: https://cyrus.topicbox.com/groups/info/Ta23e8d2dc952dbc6-M8400690799fb3204c7131da3 Delivery options: https://cyrus.topicbox.com/groups/info/subscription
