[rt-users] RT deletes header information from body of messages

Mark D. Anderson mda at discerning.com
Fri Dec 1 13:28:37 EST 2000


> > Unfortunately RT seems to discard the header information that
> > is supposed to be in the body of the message to the abuse queue.

while tracking down another bug in rt, i noticed that in lib/rt/ui/web/support.pm,
there is this line:
        (($headers, $body) = split ('\n\n',$lines)) or

which is going to do the wrong thing if there is more than one double-return in the body.

-mda






More information about the rt-users mailing list