Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 18067
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: rjbs [...] cpan.org
Requestors: pjs [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.00
Fixed in: (no value)



Subject: spurious eror if qmail not found
$ perl -MEmail::Send -e '$s = Email::Send->new; $s->send("To : peter\@psdt.com\nFrom:ps\@psdt.com\n\nHello there")' which: no qmail-inject in (/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/peter/bin:.) [...] The `which qmail` in the source should have a "2>/dev/null" in it to suppress this output. This is in 2.04, BTW; for some reason RT only gives me up to 2.00 as an option.
Subject: Re: [rt.cpan.org #18067] spurious eror if qmail not found
Date: Fri, 10 Mar 2006 09:16:20 +1100
To: bug-Email-Send [...] rt.cpan.org
From: Adam Kennedy <adam [...] phase-n.com>
Also, we probably shouldn't assume the presence of 'which', unless you check a C< requires_external_bin 'which' > line in the makefile.PL Adam K via RT wrote: Show quoted text
> Wed Mar 08 22:09:12 2006: Request 18067 was acted upon. > Transaction: Ticket created by PJS > Queue: Email-Send > Subject: spurious eror if qmail not found > Owner: Nobody > Requestors: PJS@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18067 > > > > $ perl -MEmail::Send -e '$s = Email::Send->new; $s->send("To > : peter\@psdt.com\nFrom:ps\@psdt.com\n\nHello there")' > which: no qmail-inject in > (/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/peter/bin:.) > [...] > > The `which qmail` in the source should have a "2>/dev/null" in it to > suppress this output. > > This is in 2.04, BTW; for some reason RT only gives me up to 2.00 as an > option.
Subject: Re: [rt.cpan.org #18067] spurious eror if qmail not found
Date: Sat, 18 Mar 2006 13:30:48 -0500
To: bug-Email-Send [...] rt.cpan.org
From: Casey West <casey [...] geeknest.com>
On Mar 9, 2006, at 5:19 PM, adam@phase-n.com via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=18067 > > > Also, we probably shouldn't assume the presence of 'which', unless you > check a C< requires_external_bin 'which' > line in the makefile.PL
The qmail code is going to be changed to reflect the Sendmail updates made by Dave Rolsky and myself, once we get a lot of good work out of the sendmail mailer. Using `which` isn't good, of course, and we've come up with a model suitable for replicating to qmail. -- Casey West