NODE c0d24fe5Re: unsubsribe
"James A. Donald" <jamesd@echeque.com>Tue, 8 Oct 1996 14:23:50 +0800
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
Declan McCullagh <declan@eff.org>Tue, 8 Oct 1996 23:56:46 +0800
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
ichudov@algebra.com (Igor Chudov @ home)Wed, 9 Oct 1996 14:53:45 +0800
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.