Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3
-
None
Description
There's no way to distinguish an implicit keep from an explicit keep in jSieve 0.3. The Zimbra code needs this distinction because implicit keeps are affected by spam filtering and explicit keeps are not. This was possible in jSieve 0.2 with CommandStateManager.getInstance().isImplicitKeep(), but no longer possible in 0.3 after the changes for JSIEVE-26.