added an option to decide whether to archive messages without message-id header line

This commit is contained in:
SJ
2012-07-06 13:02:40 +02:00
parent 3a9b8a8ba0
commit 2d803e31d3
4 changed files with 13 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ struct _parse_rule {
struct _parse_rule config_parse_rules[] =
{
{ "archive_emails_not_having_message_id", "integer", (void*) int_parser, offsetof(struct __config, archive_emails_not_having_message_id), "0", sizeof(int)},
{ "backlog", "integer", (void*) int_parser, offsetof(struct __config, backlog), "20", sizeof(int)},
{ "clamd_addr", "string", (void*) string_parser, offsetof(struct __config, clamd_addr), "", MAXVAL-1},
{ "clamd_port", "integer", (void*) int_parser, offsetof(struct __config, clamd_port), "0", sizeof(int)},