implement the ForceUnspam sieve action

This commit is contained in:
diroots 2024-03-22 11:21:00 +01:00
parent 4fc04648cf
commit c3c15ace16
43 changed files with 62 additions and 3 deletions

View file

@ -11,7 +11,8 @@ import {
DiscardCommand,
FileIntoCommand,
KeepCommand,
RedirectCommand
RedirectCommand,
ForceUnspamCommand
} from 'Sieve/Commands/Actions';
import {
@ -75,6 +76,7 @@ export const
FileIntoCommand,
KeepCommand,
RedirectCommand,
ForceUnspamCommand,
// Test commands
AddressTest,
AllOfTest,