On Fri, 2006-05-12 at 09:20 +0200, Paolo wrote:
> On Fri, May 12, 2006 at 06:46:40AM +0930, Kevin Shanahan wrote:
> > far as I can tell, RFC2045 doesn't require a space between the
> > "Content-Transfer-Encoding:" and the mechanism. Does the attached patch
> > look okay?
>
> yes - and while we are at it, I'd change it to
>
> - elsif ($line =~ /^([^\s]+):\s(.*)$/)
> + elsif ($line =~ /^([^\s]+):\s*(.*)$/)
Yes, I think you're right. More than one tab/space is allowed.
Cheers,
Kevin.