On 20-Dec-1999, Michael Elkins wrote:
> On Sat, Dec 18, 1999 at 07:49:34AM -0500, Subba Rao wrote:
> > Is there anyway to delete this information with the
> > help of Mutt automatically?
> >
> > > ---
> > > You are currently subscribed to XYZ as: [EMAIL PROTECTED]
> > > To unsubscribe send a blank email to [EMAIL PROTECTED]
> > >
>
> This is clearly a problem for procmail. Try something like the
> following:
[... a procmail recipe ...]
If you use vim, you could do the following as well.
This is a suggestion to strip signatures when replying:
set editor="vi +'/^[ \t]*> -- $/,/^-- $/-2d'"
To capture the above exactly, modify it slightly:
set editor="vi +'/^[ \t]*> ---$/,/^---$/-2d'"
Another way, in vimrc put:
au BufRead mutt-* normal :g/^[ \t]*> ---$/,/^$/-1d
gg
The last method (slightly modified) is what I use to strip
signatures when replying. I have not tested the rest, you might need
to adjust it a bit.
--
Ronny Haryanto