1993-03-01 - anon.penet.fi hacking

Header Data

From: Eric Hughes <hughes@soda.berkeley.edu>
To: cypherpunks@toad.com
Message Hash: 8cd26488a8623caa792b43d976dabadc164c0dc5944006fbbb35c840eb9de4e4
Message ID: <9303011604.AA11556@soda.berkeley.edu>
Reply To: <9303010721.aa25945@penet.penet.FI>
UTC Datetime: 1993-03-01 16:07:18 UTC
Raw Date: Mon, 1 Mar 93 08:07:18 PST

Raw message

From: Eric Hughes <hughes@soda.berkeley.edu>
Date: Mon, 1 Mar 93 08:07:18 PST
To: cypherpunks@toad.com
Subject: anon.penet.fi hacking
In-Reply-To: <9303010721.aa25945@penet.penet.FI>
Message-ID: <9303011604.AA11556@soda.berkeley.edu>
MIME-Version: 1.0
Content-Type: text/plain



>> 	Body-Termination-Regex: ^--$

Julf writes:

>Ok... Now.. Show me the regex that strips anything starting with '--',
>such as '-----------------------------', except a PGP boundary line...

OK.  It's a mess.  The backslash means line continuance.  Remember that
concatenation binds higher that alternation (|).

^--...([^B]|B[^E]|BE[^G]|BEG[^I]|BEGI[^N]|BEGIN[^ ]|BEGIN [^P]|BEGIN P[^G]\
|BEGIN PG[^P])

Eric






Thread