diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 00b2d22bc..35ea627be 100644 --- a/src/main.h +++ b/src/main.h @@ -174,6 +174,7 @@ struct worker_task { struct custom_command *custom_cmd; /**< custom command if any */ int sock; /**< socket descriptor */ gboolean is_mime; /**< if this task is mime task */ + gboolean is_skipped; /**< whether message was skipped by configuration */ char *helo; /**< helo header value */ char *from; /**< from header value */ char *queue_id; /**< queue id if specified */ |