The following issue has been SUBMITTED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=325 
====================================================================== 
Reported By:                piranha
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   325
Category:                   PIPE delivery (dbmail-smtp)
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             17-Apr-06 18:27 CEST
Last Modified:              17-Apr-06 18:27 CEST
====================================================================== 
Summary:                    Broken pipe delivery for off-site addresses
Description: 
Delivery to off-site address, f.e.:
dbmail-users -x [EMAIL PROTECTED] -t [EMAIL PROTECTED]
is done by pipe which is broken. 

Line 104 in forward.c:
snprintf(command, command_len, "%s -f %s %s", sendmail, from,
Command line for sendmail is unquoted and needed to be:
snprintf(command, command_len, "%s -f \"%s\" \"%s\"", sendmail, from,

Because delivery of message with From such "My Name <[EMAIL PROTECTED]>" is
impossible in command line like:
sendmail -f My Name <[EMAIL PROTECTED]> [EMAIL PROTECTED]

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
17-Apr-06 18:27 piranha        New Issue                                    
======================================================================

Reply via email to