On Thu, Sep 26, 2002 at 01:10:25AM +0530, H.S.Rai wrote: > Can some one tell me what is the practical limit on number of Email > IDs which may be used in To, cc or Bcc fields. I tried to put large > number of addresses in a Bcc field and when I tried to send it using > sendmail then sendmail complains regarding header size exceeding > limit. > ---end quoted text---
If you are using sendmail as the MTA, the route to go through is /etc/mail/sendmail.cf. I am not sure about other MTAs.Look out for these lines and change them to a reasonable value, or comment out for no limits. -------------------<snip>-------------------- # Maximum length of the sum of all headers #O MaxHeadersLength=32768 ------------------</snip>------------------- HTH Bish -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Random Numbers LOST #315 Want a random number for any purpose ? If your shell is bash, type in "echo $RANDOM". The variable RANDOM would always be there ready for your use. ####<[EMAIL PROTECTED]>################################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
