29 Oct
2009
29 Oct
'09
7:05 p.m.
On Thu, 2009-10-29 at 13:03 -0400, Timo Sirainen wrote:
On Wed, 2009-10-28 at 09:08 +0100, Andrzej Adam Filip wrote:
By specifying content of the header(s) via command line parameter(s)
e.g. deliver -d userx -x userx@gmail.com X-Delivered-To: userx@gmail.com
I guess there could be a new command line parameter that allows you to specify any header you want. Something like:
deliver -h 'X-Delivered-To: foo@bar.org' -h 'X-Hello: world'
Oh, and you could of course already do this with an ugly shell script:
(echo "X-Delivered-To: user@domain"; grep -v "^X-Delivered-To:") | deliver