Commit fc9a40b9 fc9a40b97e03e4a711e01d69ef11f945d69f1919 by Sergey Poznyakoff

(opt_handler): Force RCPT_ALL if --group is given.

1 parent d674c737
......@@ -176,6 +176,7 @@ opt_handler (int key, char *arg, void *unused, struct argp_state *state)
s = mh_expand_name (MHLIBDIR, "replgroupcomps", 0);
mh_read_formfile (s, &format_str);
free (s);
rcpt_mask |= RCPT_ALL;
}
else
{
......