Re: Yahoo & AOL won't accept mailings
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
Quoting Charlie Smith <[email protected]>: > I'm still stumped on how to change buffer size. Really don't think I should > have to recompile sendmail, but > haven't any other instructions on how to do with the QUEUE_GROUP way. Charlie: LEARN SENDMAIL if you're going to use it. There are clear directions as to what should be in a sendmail.cf or sendmail.mc to be found at www.sendmail.org. As for how your particular OS manages those files, follow the documentation for your OS or distribution. > What about following entries in majordomo.cf file? Should these be change? > > # The maximum character length of the header lines for resend > # > $MAX_HEADER_LINE_LENGTH = 128; > > # The maximum character length of the _entire_ header for resend > # > $MAX_TOTAL_HEADER_LENGTH = 1024; No, these control how long a header should be accepted on incoming mail, not how many addresses should be generated in a single outbound message. The headers of your message don't change no matter how many recipients are in a single envelope. Do you understand the difference between headers and envelopes?