+1  A: 

Don't use the brackets:

\item foo foo foo foo foo 
System
I'm not able to change that, since it's an autogenerated LaTeX file.
Rory
+1  A: 

Changing the description environment in the preamble, using mdwlist: \usepackage{mdwlist}

\renewenvironment{description}%
{
\begin{basedescript}{
\desclabelstyle{\nextlinelabel}
\renewcommand{\makelabel}[1]{%
\parbox[b]{\textwidth}{\bfseries##1}%
}%
\desclabelwidth{2em}}}
{
\end{basedescript}
}
Stefan