On Wed, Jan 14, 2004 at 02:39:47PM -0500, Ryan Pavely wrote:
> Lets say I
> my $RedirectTo='[EMAIL PROTECTED]';
> print EIN "$sender\0$RedirectTo";
> 
> I get the error "Unable to open pipe to /var/qmail/bin/qmail-queue [54] 
> (#4.3.0) -"
> 

You need to read the manpage on qmail-queue to see how to fiddle with such
things.

" The envelope information is an envelope sender address followed by a list
of envelope recipient addresses.  The sender address is preceded by the
letter F and terminated by a 0 byte.  Each recipient address is preceded by
the letter T and terminated by a 0 byte.  The list of recipient addresses is
terminated by an extra 0 byte.  If qmail-queue sees end-of-file before the
extra 0 byte, it aborts without placing the message into the queue.
              
"


i.e.

my $RedirectTo='[EMAIL PROTECTED]';


-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1


-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to