[67655] in Cypherpunks
Re: unsubsribe
daemon@ATHENA.MIT.EDU (Igor Chudov @ home)
Wed Oct 9 00:07:58 1996
To: jamesd@echeque.com (James A. Donald)
Date: Tue, 8 Oct 1996 12:03:58 -0500 (CDT)
Cc: Goulding-PC@ulst.ac.uk, cypherpunks@toad.com
Reply-To: ichudov@algebra.com (Igor Chudov)
In-Reply-To: <199610071943.MAA16975@dns1.noc.best.net> from "James A. Donald" at Oct 7, 96 00:04:11 am
From: ichudov@algebra.com (Igor Chudov @ home)
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.