anon.penet.fi hacking

Eric Hughes hughes at soda.berkeley.edu
Mon Mar 1 08:07:18 PST 1993



>> 	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







More information about the cypherpunks-legacy mailing list