Michael Elkins [[EMAIL PROTECTED]] 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:
>
> :0 bwf
> * ^TOlist-name
> |/home/user/bin/stripsig
>
> Then create a script 'stripsig' in ~/bin
>
> #!/usr/bin/perl
> while (<>) {
> last if /^---/;
> print;
> }
...or, if you want to see it in the mail but just not have it appear in
replies, set your $editor to invoke the above script (or something similar)
before you get to it.
--
Jeremy Blosser | [EMAIL PROTECTED] | http://jblosser.firinn.org/
-----------------+-------------------------+------------------------------
"If Microsoft can change and compete on quality, I've won." -- L. Torvalds
PGP signature