Initialize rcpt_mask with RCPT_DEFAULT.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ size_t current_message = 0; | ... | @@ -24,7 +24,7 @@ size_t current_message = 0; |
24 | mh_context_t *context; | 24 | mh_context_t *context; |
25 | mh_context_t *profile; | 25 | mh_context_t *profile; |
26 | mh_context_t *sequences; | 26 | mh_context_t *sequences; |
27 | int rcpt_mask = RCPT_ALL; | 27 | int rcpt_mask = RCPT_DEFAULT; |
28 | 28 | ||
29 | /* Global profile */ | 29 | /* Global profile */ |
30 | 30 | ... | ... |
-
Please register or sign in to post a comment