7 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Preserve original sen...
FromSent OnAttachments
Ralf HildebrandtFeb 8, 2005 6:15 am 
Ralf HildebrandtFeb 8, 2005 6:20 am 
Sam VarshavchikFeb 8, 2005 4:03 pm 
Ralf HildebrandtFeb 9, 2005 12:13 am 
Milan ObuchFeb 9, 2005 12:28 am 
Sam VarshavchikFeb 9, 2005 4:11 am 
Ralf HildebrandtFeb 9, 2005 4:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Preserve original sender wehn using cc !addr@ess ?Actions...
From:Ralf Hildebrandt (Ralf@charite.de)
Date:Feb 9, 2005 4:15:35 am
List:net.sourceforge.lists.courier-maildrop

* Sam Varshavchik <mrs@courier-mta.com>:

The proper way to do this is to use quoting properly. In this case, it's:

cc '|$SENDMAIL -f "$FROM" -i "$RECIPIENTS"'

Maildrop does not do variable substitution inside apostrophes, so this string, verbatim, is passed to the shell to execute, with all maildrop variables as the environment for the shell command.

The shell will handle the variable expansion.

OK, I will try that. Thanks.