diff options
Diffstat (limited to '')
-rw-r--r-- | dspam-exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dspam-exec.c b/dspam-exec.c index 7396d0e..fffb61b 100644 --- a/dspam-exec.c +++ b/dspam-exec.c @@ -180,6 +180,7 @@ int backend_commit(struct mailbox_transaction_context *ctx, if (call_dspam(item->sig, item->wanted)) { ret = -1; mail_storage_set_error(ctx->box->storage, + ME(NOTPOSSIBLE) "Failed to call dspam"); break; } |