Reply to: RE>problem: "Message too long"
>From: Rebecca Littleton
> I have a message which I cannot send to a list which
>I manage. I am running Majordomo version 1.93 on a machine
>running Linux. The message bounces for the following reason:
> Subject: BOUNCE listName: Message too long (>40000)
>I have edited the file config_parse.pl and replaced the value
>40000 with 200000 in the following line:
> 'maxlength', '200000', # Set max article length
My first question is why are you editing config_parse? That's the skeleton
that Majordomo uses to build each list's config file. I suppose if you want
all further lists that get created to have the default of 200k characters,
this will do it for you.
You've changed config_parse.pl, but it sounds like you still haven't changed
your <listname>.config, in your listdir.
(ie) by e-mail: config <listname> <passwd>
or vi'ing /~/majordomo/lists/<listname>.config
|
|