Header field too long (>1024)

RingToons

Verified User
Joined
Jul 28, 2003
Messages
51
Hi,

How can I set the header field for the mailinglist to a higher setting? Now I get most of the time the error: Header field too long (>1024)

Thanks
 
Hello,

Edit:
/usr/local/directadmin/data/templates/majordomo.cf

and set

$MAX_HEADER_LINE_LENGTH = 128;
and
$MAX_TOTAL_HEADER_LENGTH = 1024;

To whatever you need. Then just go into DA and save your changes, this will rewrite your config with the new template.

(and make a backup because it may get overwritten when a new version of DA comes out :))

John
 
Back
Top