Package: sendemail
Version: 1.52-2
Severity: important
Tags: patch

SendEmail creates an invalid MIME message when attaching files. This happens
because the "X-Mailer" header line is incorrectly formatted, leaving a line
with only "-1 Debian Package" following it. To fix the problem, change line
361 of /usr/bin/sendEmail from:

    print $SERVER 'X-Mailer: sendEmail '.$conf{'version'}.$CRLF.'-1 Debian 
package';    ## X-Mailer

to

    print $SERVER 'X-Mailer: sendEmail '.$conf{'version'}.'-1 Debian 
package'.$CRLF;    ## X-Mailer

(note the placement of $CRLF).

Regards,
Paga

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sendemail depends on:
ii  perl                          5.8.4-8    Larry Wall's Practical Extraction 

-- no debconf information


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

Reply via email to