A NOTE has been added to this issue. ====================================================================== 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 21:43 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 ====================================================================== ---------------------------------------------------------------------- aaron - 17-Apr-06 21:43 ---------------------------------------------------------------------- I have a fix for this in my tree, but I haven't fully tested it yet. 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 17-Apr-06 21:43 aaron Note Added: 0001083 ======================================================================
