1996-10-09 - Re: unsubsribe

Header Data

From: ichudov@algebra.com (Igor Chudov @ home)
To: jamesd@echeque.com (James A. Donald)
Message Hash: e9d7c56a2ac113b06f1afb60a4b029aaae420ea5ad1d464f5c46e5816d5eb017
Message ID: <199610081703.MAA02275@manifold.algebra.com>
Reply To: <199610071943.MAA16975@dns1.noc.best.net>
UTC Datetime: 1996-10-09 06:53:45 UTC
Raw Date: Wed, 9 Oct 1996 14:53:45 +0800

Raw message

From: ichudov@algebra.com (Igor Chudov @ home)
Date: Wed, 9 Oct 1996 14:53:45 +0800
To: jamesd@echeque.com (James A. Donald)
Subject: Re: unsubsribe
In-Reply-To: <199610071943.MAA16975@dns1.noc.best.net>
Message-ID: <199610081703.MAA02275@manifold.algebra.com>
MIME-Version: 1.0
Content-Type: text


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.





Thread