[PLUG] Politics on plug

Paul Heinlein heinlein at madboa.com
Sat Oct 23 15:30:57 UTC 2004


On Sat, 23 Oct 2004, Michael Rasmussen wrote:

> Your C heritage is showing, consider:
>
>  if( $posting =~ /$political_re/ ) {

Perhaps a negative assertion would better catch the breadth of 
nonsense that some feel entitle to post to this list:

   # perhaps needs seasoning
   $worth_our_time = join( '|',
     qw/
       linux gnu unix computing programming open-source
       beer hardware clinics scripting web
     /
   );
   delete() unless $posting =~ /\b(?:$worth_our_time)\b/i;

-- Paul Heinlein <heinlein at madboa.com>



More information about the PLUG mailing list