Package: php-apc
Version: 3.0.19-2
Severity: important
I've got a server which is randomly becoming unstable after a period of time.
After a lot of troubleshooting, I believe I've narrowed it down to APC. The
symptoms I encounter are Apache having a large number of threads in the
gracefully fin
Package: libmime-lite-perl
Version: 3.01-4
This is filed in CPAN as bug #21425.
From 3.01:
sub send_by_sendmail {
my $self = shift;
if (@_ == 1) { ### Use the given command...
my $sendmailcmd = shift @_;
### Do it:
open SENDMAIL, "|$sendmailcmd" or Carp::croak "open
|$sendmailcmd: $!\n";
$s
Package: libmime-lite-perl
Version: 3.01-4
This is basically a duplicate of CPAN #2759 [1]. I will be updating the CPAN
report as well.
From the documentation:
-- begin --
SetSender
Unless this is explicitly given as false, we attempt to automatically set the
-f argument to the first addr
You are correct, my apologies. We did not have Mail::Address installed and
furthermore we have modified MIME::Lite due to a different bug we have
experienced, which is causing us to execute extract_addrs(). Since I have made
the modifications across the board and it has been a while since I mad
in the CPAN sources. The following script runs against the CPAN-built
module, but errors out when run against the Debian module:
[EMAIL PROTECTED]:~$ more test
#!/usr/bin/perl -w
use MIME::Lite;
use strict;
my $name = "Shane Allen";
my $email = '[EMAIL PROTECTED]';
my $myn
5 matches
Mail list logo