Lines Matching defs:split
4271 case 's': /* split */
7802 ** and a bounce mail is sent that is split.
7938 /* return values from split functions, check also below! */
8067 /* only one address? nothing to split. */
8081 /* split into multiple envelopes, by queue group */
8279 /* split the envelope */
8350 "split: maxrcpts=%d, rcpts=%d, count=%d, id%s=%s",
8378 int split, n, i, j, l;
8444 sm_syslog(LOG_NOTICE, e->e_id, "split: count=%d, id%s=%s",
8448 split = split_within_queue(e) != SM_SPLIT_FAIL;
8449 if (split)
8451 return split;