Re: embedding sed scripts in .procmailrc

2002-11-28 Thread Oliver Fuchs
On Thu, 28 Nov 2002, csj wrote: > I've checked that one out. It seems you still need some sed > tricks. Hi, I added your .procmailrc receipe and tested your configuration: :0 fwh | sed -e 's/^List-Post:/X-Mailing-List-Post-Address:/I ; s/mailto://' sedprocmail And it worked: X-Mailing-

Re: embedding sed scripts in .procmailrc

2002-11-28 Thread csj
On Wed, 27 Nov 2002 06:22:14 +0100, Oliver Fuchs wrote: > On Wed, 27 Nov 2002, csj wrote: > > > On Tue, 26 Nov 2002 06:24:11 +0100, Oliver Fuchs wrote: > > > > > > On Mon, 25 Nov 2002, csj wrote: > > > > > > > Why doesn't the following .procmailrc recipe work? > > > > > > > > :0fwh > > > > >

Re: embedding sed scripts in .procmailrc

2002-11-26 Thread Oliver Fuchs
On Wed, 27 Nov 2002, csj wrote: > On Tue, 26 Nov 2002 06:24:11 +0100, Oliver Fuchs wrote: > > > > On Mon, 25 Nov 2002, csj wrote: > > > > > Why doesn't the following .procmailrc recipe work? > > > > > > :0fwh > > > > it has to be > > > > :0 fwh > > > > > | sed -e 's/^List-Post:/X-Mailing-Lis

Re: embedding sed scripts in .procmailrc

2002-11-26 Thread csj
On Tue, 26 Nov 2002 06:24:11 +0100, Oliver Fuchs wrote: > > On Mon, 25 Nov 2002, csj wrote: > > > Why doesn't the following .procmailrc recipe work? > > > > :0fwh > > it has to be > > :0 fwh > > > | sed -e 's/^List-Post:/X-Mailing-List-Post-Address:/I ; s/mailto://' > > What exactly do you w

Re: embedding sed scripts in .procmailrc

2002-11-25 Thread Oliver Fuchs
On Mon, 25 Nov 2002, csj wrote: > Why doesn't the following .procmailrc recipe work? > > :0fwh it has to be :0 fwh > | sed -e 's/^List-Post:/X-Mailing-List-Post-Address:/I ; s/mailto://' What exactly do you want to do here? Oliver -- ... don't touch the bang bang fruit -- To UNSUBSCRIBE,

embedding sed scripts in .procmailrc

2002-11-24 Thread csj
Why doesn't the following .procmailrc recipe work? :0fwh | sed -e 's/^List-Post:/X-Mailing-List-Post-Address:/I ; s/mailto://' This is supposed to work on the following header: List-Post: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"