(sieve_action_discard): Log output made compatible with that of CMU ported sieve.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -43,7 +43,7 @@ sieve_action_keep (sieve_machine_t mach, list_t args, list_t tags) | ... | @@ -43,7 +43,7 @@ sieve_action_keep (sieve_machine_t mach, list_t args, list_t tags) |
43 | int | 43 | int |
44 | sieve_action_discard (sieve_machine_t mach, list_t args, list_t tags) | 44 | sieve_action_discard (sieve_machine_t mach, list_t args, list_t tags) |
45 | { | 45 | { |
46 | sieve_log_action (mach, "DISCARD", NULL); | 46 | sieve_log_action (mach, "DISCARD", "marking as deleted"); |
47 | if (sieve_is_dry_run (mach)) | 47 | if (sieve_is_dry_run (mach)) |
48 | return 0; | 48 | return 0; |
49 | sieve_mark_deleted (mach->msg, 1); | 49 | sieve_mark_deleted (mach->msg, 1); | ... | ... |
-
Please register or sign in to post a comment