procmail
[Top] [All Lists]

Re: deleting mailing list footer

2002-08-03 08:51:32
On Sat, Aug 03, 2002 at 05:12:08PM +0200, Hanspeter Roth wrote:
how can I delete the footer of the mailing list?

in my .procmailrc
:0fw
* ^To: (_dot_)*(_at_)yahoogroups(_dot_)com
| ~/.procmail/remove_yahoo_ads.pl

and remove_yahoo_ads.pl:
#!/usr/bin/perl

while (<>) {
        last if /Yahoo! Groups Sponsor ---------------------~-->$/ or
            /=====================================================$/;
        print;
}

Shouldn't be too hard to do what you wanted using this as a guide!

-- 
Brad Forschinger <bnjf(_at_)optusnet(_dot_)com(_dot_)au>
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail