From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31400 Path: main.gmane.org!not-for-mail From: Toby Speight Newsgroups: gmane.emacs.gnus.general Subject: Re: Remove jive trailers from messages Date: 12 Jun 2000 18:05:43 +0100 Organization: Citrix Systems Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167813 13756 80.91.224.250 (21 Oct 2002 02:36:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:36:53 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id A9B8BD051E for ; Mon, 12 Jun 2000 13:06:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id MAC03790; Mon, 12 Jun 2000 12:06:25 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Jun 2000 12:05:38 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA27225 for ; Mon, 12 Jun 2000 12:05:27 -0500 (CDT) Original-Received: from gatekeeper.ctxuk.citrix.com (gatekeeper.ctxuk.citrix.com [195.153.38.114]) by mailhost.sclp.com (Postfix) with ESMTP id 30DB8D051E for ; Mon, 12 Jun 2000 13:05:53 -0400 (EDT) Original-Received: from sh.ctxuk.citrix.com (sh.ctxuk.citrix.com [10.30.224.4]) by gatekeeper.ctxuk.citrix.com (8.8.7/BSCF-1.7) with ESMTP id SAA08085 for ; Mon, 12 Jun 2000 18:05:46 +0100 (BST) Original-Received: from hwav01.ctxuk.citrix.com (hwav01.ctxuk.citrix.com [10.30.224.26]) by sh.ctxuk.citrix.com (8.8.7/BSCF-1.7) with SMTP id SAA22650 for ; Mon, 12 Jun 2000 18:05:46 +0100 (BST) Original-Received: from 10.30.224.23 by hwav01.ctxuk.citrix.com (InterScan E-Mail VirusWall NT); Mon, 12 Jun 2000 18:05:45 +0100 (GMT Daylight Time) Original-Received: from lanber.cam.eu.citrix.com ([10.70.1.235]) by hwmail01.ctxuk.citrix.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LR6K6ZDD; Mon, 12 Jun 2000 18:05:45 +0100 Original-To: ding@gnus.org Original-Lines: 29 In-Reply-To: Harry Putnam's message of "11 Jun 2000 18:51:46 -0700" X-Author-Info: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31400 Harry> Harry Putnam 0> In article , 0> Harry wrote: Harry> I want to get rid of the trailers that appear on `Onelist' Harry> hosted groups. Harry> Harry> Extra claptrap like this: Harry> Harry> ------------------------------------------------------------------------ Harry> Ever been spanked? Harry> Forgive & Forget by clicking below Harry> http://click.egroups.com/1/3661/3/_/123848/_/957300951/ Harry> ------------------------------------------------------------------------ Harry> Harry> Linux Users Los Angeles http://www.lula.org Harry> http://lalugs.org Harry> To unsubscribe (or modify your preferences) visit Harry> http://www.onelist.com/community/lula OR Harry> send mail to lula-unsubscribe@onelist.com I use the following regexp to match a pair of "---" lines around text with no blank lines in between: (banner . "^[ \n]*-------------------+\\( *ONElist Sponsor *-+\\)?\\\n\\([^-\n].*\n+\\)+-------------------+[ \n]*") You might need to add some extra for the stuff which follows the advert on your list.