On Thu, 3 Oct 2002, Hubbard, Matt wrote:
> David Snowdon asked:
> > Has anyone else seen messages containing the Bugbear-A virus
>
> Yes, unfortunately I have. I believe it's because its using unquoted
> filenames containing spaces.
>
> (s/^K/C/) Example:
>
> Kontent-Type: audio/x-midi;
> name=Katie's Folder.doc.pif
> Kontent-Transfer-Encoding: base64
> Kontent-ID: <947zm5nJaHzaH>
Changing (\\\S+\\\.( to (.+\\\.( in the unquoted matcher seems to
trap this header for me.
>
> Cheers,
> Matt.
>
Hugh