Commit 7b5f1106 7b5f1106b09745d457f5178dc1e6c7a360fc186d by Sergey Poznyakoff

Initialize rcpt_mask with RCPT_DEFAULT.

1 parent 6d1fc77c
......@@ -24,7 +24,7 @@ size_t current_message = 0;
mh_context_t *context;
mh_context_t *profile;
mh_context_t *sequences;
int rcpt_mask = RCPT_ALL;
int rcpt_mask = RCPT_DEFAULT;
/* Global profile */
......