To   : MRoblivious1bmf
From : Digital Man (digital.man@vert.synchro.net.remove-4il-this)
Date : Tue Jan 31 2006 01:13 am UTC

From Newsgroup: alt.bbs.synchronet

  To: MRoblivious1bmf
  Re: Easy Money
  By: MRoblivious1bmf to Digital Man on Tue Jan 31 2006 12:30 am

 > From Newsgroup: alt.bbs.synchronet
 > 
 >   To: Digital Man
 > ---------------------------------------------------------------------
 > hey, is there a way i could filter incoming msgs by scanning through
 > the msg text?


A modification to newslink.js would be easily. Example:

(somewhere around line 800):

if(body.search(/paypal/gi)>=0) {
        printf("Filtering paypal message from %s\r\n", hdr.from);
        continue;
}


                                                  digital man