Re: choplist: one recipient per message
Cary Coutant <[email protected]> Mon, 23 Feb 2004 20:38:49 -0800
| Newsgroups | gmane.mail.smartlist.user |
|---|---|
| Message-ID | <[email protected]> |
> Hi, I've been trying to figure out how to get smartlist (choplist) to > pass just one recipient per message to sendmail. I've tried the > obvious in rc.init with the following settings: > > minnames = 1 # minimum number of names per call > mindiffnames = 1 # minimum for maxnames-minnames > maxnames = 2 # maximum number of names per call > maxsplits = 0 # maximum number of parts to split > dist in > maxsize = 200000 # maximal disk space to be taken up > per mail > maxconcur = 0 # maximum number of concurrent > sendmail calls Try setting maxsplits = 1 and maxsize = 0. No guarantees, but I think it will do what you want. As you've set it, maxsize will be used to determine the value of maxsplits, which will then force a larger value for maxnames and minnames. -cary