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:

:0 bwf
* ^TOlist-name
|/home/user/bin/stripsig

Then create a script 'stripsig' in ~/bin

#!/usr/bin/perl
while (<>) {
    last if /^---/;
    print;
}

-- 
pgp key available from http://www.cs.hmc.edu/~me/elkins-pgp-key.asc

PGP signature

Reply via email to