7 messages in net.sourceforge.lists.courier-maildrop[maildropl] Preserve original sender ...
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:[maildropl] Preserve original sender wehn using cc !addr@ess ?Actions...
From:Ralf Hildebrandt (Ralf@charite.de)
Date:Feb 8, 2005 6:15:31 am
List:net.sourceforge.lists.courier-maildrop

How can I preserve the original sender when using cc? Bonus question: Is there a way to avoid my ugly /bin/cat kludge?

Snippet from my /etc/maildroprc:

`/usr/bin/test -f /var/spool/forward/$LOGNAME` if ($RETURNCODE==0) { RECIPIENTS=`/bin/cat /var/spool/forward/$LOGNAME` log "forward" exception { cc "!$RECIPIENTS" } } else { log "No forward" }