Package: libphp-phpmailer
Version: 5.1-1
Severity: normal
Hi,
if you're going to sign an email with the sign method you currently receive
a "file-not-found" error.
this is the result of the line 1242 in class.phpmailer.php:
@unlink($file);
@unlink($signed);
$body = file_get_contents($signed);
As you can see: the var $body can't filled with the file_content of
$signed), because: the file doesn't exists anymore.
The file_get_contents-line have to move up one more line.
PS: This Bug was reported to the phpmailer project as well.
Best regards,
Rene
-- System Information:
Debian Release: 6.0.3
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) (ignored:
LC_ALL set to de_DE.utf8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libphp-phpmailer depends on:
ii libapache2-mod-php5 5.3.3-7+squeeze3 server-side, HTML-embedded
scripti
ii php5-cli 5.3.3-7+squeeze3 command-line interpreter
for the p
libphp-phpmailer recommends no packages.
Versions of packages libphp-phpmailer suggests:
ii exim4-daemon-light [mail 4.72-6+squeeze2 lightweight Exim MTA (v4)
daemon
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]