• newslink.js

    From Jas Hud@VERT to Digitalman on Fri Nov 30 12:51:30 2007
    To: DigitalmanãHello, could you please tell me what code to put into newslink to filterãout certain text strings from the entire message?ããi know you told me last year, and i had put that snippet of code someplace, ãand it got lost.. and i've replaced that .js file with one from the cvs.ããi'd like to use it to filter out typical spam and certain bbses that are ãbeing exploited by that guy. i think a lot of people would benefit form this ãif they'd switch their polling method to nntp instead of qwk and edited ãnewslink to block certain bbses from their tagline,etc.ããthanks!ãã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã+o edge of oblivion bbs þ eob-bbs.comã|04An underground bbs with tons of the best games+filesã|05a zer0net nodeã--- Synchronet 3.14a-Win32 NewsLink 1.85ã * Data Stream - garland texas - telnet://dsbbs.synchro.netã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Jas Hud on Fri Nov 30 19:19:02 2007
    Re: newslink.jsã By: Jas Hud to Digitalman on Fri Nov 30 2007 12:51 pmãã > To: Digitalmanã > Hello, could you please tell me what code to put into newslink to filterã > out certain text strings from the entire message?ããAdd something like:ãã if(body.indexOf('some text') >= 0)ã continue;ããSomewhere around this section of code:ãã if(truncsp(body).length==0) {ã printf("Message %lu not imported (blank)\r\n",ptr);ã continue;ã }ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #63:ãThe average human produces 10,000 gallons of saliva in a lifetime.ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT to Digital Man on Sat Dec 1 11:22:13 2007
    To: Digital Manã > Re: newslink.jsã > By: Jas Hud to Digitalman on Fri Nov 30 2007 12:51 pmãã > > To: Digitalman Hello, could you please tell me what code to put intoã > > newslink to filter out certain text strings from the entire message?ãã > Add something like:ãã > if(body.indexOf('some text') >= 0) continue;ãã > Somewhere around this section of code:ãã > if(truncsp(body).length==0) { printf("Message %lu not importedã > (blank)\r\n",ptr); continue; }ãã > digital man (xbox-live: digitlman)ããããthanks, saved it.ããdo you think this will noticably effect the speed of polling,etc since it's ãscanning each message for the string(S) ?ãã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã+o edge of oblivion bbs þ eob-bbs.comã|04An underground bbs with tons of the best games+filesã|05a zer0net nodeã--- Synchronet 3.14a-Win32 NewsLink 1.85ã * Data Stream - garland texas - telnet://dsbbs.synchro.netã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Digital Man@VERT to Jas Hud on Sun Dec 2 08:12:09 2007
    Re: newslink.jsã By: Jas Hud to Digital Man on Sat Dec 01 2007 11:22 amãã > do you think this will noticably effect the speed of polling,etc since it'sã > scanning each message for the string(S) ?ããI honestly don't know. Try it and see? :-)ãã digital man (xbox-live: digitlman)ããSnapple "Real Fact" #59:ãBrain waves can be used to power an electric train.ãNorco, CA WX: ---.-øF, --% humidity, NaN mph --- wind, --.-- inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Jas Hud@VERT to Digital Man on Sun Dec 2 11:30:16 2007
    To: Digital Manã > Re: newslink.jsã > By: Jas Hud to Digital Man on Sat Dec 01 2007 11:22 amãã > > do you think this will noticably effect the speed of polling,etc since itã > > scanning each message for the string(S) ?ãã > I honestly don't know. Try it and see? :-)ããããokay, i put in a filter for that ultramax site and a few newsgroup spammers.ãhavent got anything from them after that,but i'll let you know.ããi've been watching newslink run and i havent noticed any speed differences, ãbut i poll quite often, so that may be a factor.ãã .Ä.Ú Â Â ÂÂ.Ä. ÂÚ¿ã-³ ³Ã¿³ ³³ ³³³ ³³ ³À¿-ã `Ä'ÀÙÁÙÁ`\/'Á`Ä'À-ÙÀÙã+o edge of oblivion bbs þ eob-bbs.comã|04An underground bbs with tons of the best games+filesã|05a zer0net nodeã--- Synchronet 3.14a-Win32 NewsLink 1.85ã * Data Stream - garland texas - telnet://dsbbs.synchro.netã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã