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 us...@gmail.com
> >   X-Delivered-To: us...@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: f...@bar.org' -h 'X-Hello: world'

Oh, and you could of course already do this with an ugly shell script:

(echo "X-Delivered-To: u...@domain"; grep -v "^X-Delivered-To:") | deliver

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to