procmail
[Top] [All Lists]

Re: fine tuning...

1996-06-23 08:11:41
Guy Geens <Guy(_dot_)Geens(_at_)elis(_dot_)rug(_dot_)ac(_dot_)be> wrote:

On Sun, 23 Jun 1996, Mark Jared Nightingale wrote:

1. I would like to eliminate the "References" line.  Is this being added by
procmail?  If so, how do I get rid of it?

I think formail generates it. My version of formail (3.10) also adds an 
In-Reply-To: header. 
To remove it, you could do something like:

formail -r ... | sed -e '/References:/d'

Yes, formail generates it by default.

Just use:
        formail -r -IReferences: ...
and it should go away.  No need for that 'sed' process.

Works for me (also using 3.10 I think).  You can also get rid of that
In-Reply-To header in the same way if you don't want it:
        formail -r -IReferences: -IIn-Reply-To: ...

Cheers,
Stan Ryckman (stanr(_at_)tiac(_dot_)net)

<Prev in Thread] Current Thread [Next in Thread>