5 messages in net.sourceforge.lists.courier-maildrop[maildropl] How do I append the outpu...
FromSent OnAttachments
Doc WalkerFeb 16, 2005 7:58 pm 
Thorsten HaudeFeb 16, 2005 10:52 pm 
Ron JohnsonFeb 17, 2005 5:40 am 
Doc WalkerFeb 17, 2005 7:34 am 
Doc WalkerFeb 17, 2005 7:35 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] How do I append the output from a shell command to the end of a messageActions...
From:Doc Walker (rx-m@wvfans.net)
Date:Feb 16, 2005 7:58:40 pm
List:net.sourceforge.lists.courier-maildrop

What would be the sequence of commands in a .mailfilter to append output from a shell command to a particular message?

This replaces my message with the result of uptime:

if ( /^Subject: uptime/ ) { xfilter '/usr/bin/uptime' to "$DEFAULT" }

How do I append the result?

Rx