// COMPLETE THREAD

Re: unsubsribe

3 expanded posts ยท every known parent and child

NODE c0d24fe5Re: unsubsribe
At 11:04 AM 10/2/96 GMT, GOULDING CP wrote:
>unsubsribe

How to unsubsribe is a closely guarded cypherpunk secret.

I will send you unsubsription information if you prove
you are a genuine cypherpunk by sending me the secret
code word in a PGP encrypted message.

 ---------------------------------------------------------------------
              				|  
We have the right to defend ourselves	|   http://www.jim.com/jamesd/
and our property, because of the kind	|  
of animals that we are. True law	|   James A. Donald
derives from this right, not from the	|  
arbitrary power of the state.		|   jamesd@echeque.com
NODE 156926afRe: unsubsribe
I, on the other hand, will unsubsribe you for just $50 in e-cash.

-Declan 

On Mon, 7 Oct 1996, James A. Donald wrote:

> At 11:04 AM 10/2/96 GMT, GOULDING CP wrote:
> >unsubsribe
> 
> How to unsubsribe is a closely guarded cypherpunk secret.
> 
> I will send you unsubsription information if you prove
> you are a genuine cypherpunk by sending me the secret
> code word in a PGP encrypted message.
> 
>  ---------------------------------------------------------------------
>               				|  
> We have the right to defend ourselves	|   http://www.jim.com/jamesd/
> and our property, because of the kind	|  
> of animals that we are. True law	|   James A. Donald
> derives from this right, not from the	|  
> arbitrary power of the state.		|   jamesd@echeque.com
> 


// declan@eff.org // I do not represent the EFF // declan@well.com //
NODE e9d7c56aRe: unsubsribe
James A. Donald wrote:
> 
> At 11:04 AM 10/2/96 GMT, GOULDING CP wrote:
> >unsubsribe
> 
> How to unsubsribe is a closely guarded cypherpunk secret.


How about this regexp in some perl code that checks for 
subscribe/unsubscribe requests [mis]posted to the list:

if( (some other conditions such as message size necessitate the check) 
    && $line =~ /(subs?ri?e|su?s?ri?e|unsu????be)/ ) {
  ... message goes to moderator ...
}

The trouble is that the word "unsubscribe" is really hard to spell
correctly. Even if you know how to spell it, it is too easy to 
mistype.

	- Igor.