#3804: HUGE_STRING is too short
-------------------------+----------------------
Reporter: richardp345 | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.5.24
Keywords: |
-------------------------+----------------------
in lib.h HUGE_STRING is set to 5120
this can cause at least too problems:
(1) header lines silently truncated
when using the attached "msg" to send new mail the To header is truncated
at "4102"
(2) SASL auth failures
in attached "auth.1" and "auth.2" the first session in each transcript
dies with a base64 encoding error. when mutt is recompiled with
HUGE_STRING set to 8192 the authentication succeeds, as shown in the
second session in each file
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3804>
Mutt <http://www.mutt.org/>
The Mutt mail user agent