The following issue has been set as RELATED TO issue 0000323. ====================================================================== 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] ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0000323 pipe to sendmail is opened incorrect ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 17-Apr-06 18:27 piranha New Issue 17-Apr-06 21:43 aaron Relationship added related to 0000323 ======================================================================
