Package: svnmailer
Version: 1.0.8-7
Severity: normal

When diff's are stripped, there is a message indicating that fact;
unfortunately, that MIME part has the wrong Content-Disposition.

e.g.:

------=_NextPart_000_3FECF7_01C756CC.663BFE97
Content-Type: text/plain;
  charset="utf-8"
Content-Disposition: attachment
Content-Transfer-Encoding: base64

Wy4uLiAxIGRpZmZzIHN0cmlwcGVkIC4uLl0NCg==

------=_NextPart_000_3FECF7_01C756CC.663BFE97--

This should actually be:

------=_NextPart_000_3FECF7_01C756CC.663BFE97
Content-Type: text/plain;
  charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: base64

Wy4uLiAxIGRpZmZzIHN0cmlwcGVkIC4uLl0NCg==

------=_NextPart_000_3FECF7_01C756CC.663BFE97--

This only requires a trivial fix.

-- 
Wesley J. Landaker <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to