From martin at uckwa.org Thu Jan 26 19:09:21 2006 From: martin at uckwa.org (Martin Burns) Date: Fri, 27 Jan 2006 01:09:21 +0000 Subject: [DesDev] Drupal Spam module update References: <976BE168-0EFB-4C39-B9D5-18AD80A29F40@easyweb.co.uk> Message-ID: <5D785E9E-B6C7-4B87-B931-081B6DDB83FE@uckwa.org> Hi folks Can we please update the Spam module? Recent versions have the following options that would be kinda handy (I've just waded through >2k spam trackbacks and have *no* intention of manually selecting a checkbox for each one to delete them): 1) Blacklist IP addresses from posting content after $configurable spam postings (we have *pages* of trackbacks from the same IPs) 2) Expire spam after $configurable interval (Content that is marked as spam for more than the selected amount of time will be automatically and permanently deleted.) On the plus side, I discovered quite a few non-spam trackbacks that are now published. Seems like the recent AJAX article did OK for circulation, including apparently hitting digg. Cheers Martin -- > Spammers: Send me email -> yumyum at easyweb.co.uk to train my filter > http://www.nuclearelephant.com/projects/dspam/ Sell Cloth Nappies from your website: http://www.purpur.co.uk/announcing-purpur-associates From dmah at shaw.ca Fri Jan 27 09:50:44 2006 From: dmah at shaw.ca (Dean Mah) Date: Fri, 27 Jan 2006 08:50:44 -0700 Subject: [DesDev] Drupal Spam module update In-Reply-To: <5D785E9E-B6C7-4B87-B931-081B6DDB83FE@uckwa.org> References: <976BE168-0EFB-4C39-B9D5-18AD80A29F40@easyweb.co.uk> <5D785E9E-B6C7-4B87-B931-081B6DDB83FE@uckwa.org> Message-ID: <43DA4154.5030805@shaw.ca> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Weird. I go in there everyday and check the trackbacks for spam. All of them seemed to be marked correctly.... Must be how I'm sorting the view. Anyway, you can use the bookmarklet: javascript:(function(){var tags = document.evaluate(%22(//input[@class='form-checkbox'])%22,document, null, 4, null);var nd; while (nd = tags.iterateNext()){nd.checked=true;}})() To check all of the boxes. Seems to help a little. Dean Martin Burns wrote: > Hi folks > > Can we please update the Spam module? > > Recent versions have the following options that would be kinda handy > (I've just waded through >2k spam trackbacks and have *no* intention > of manually selecting a checkbox for each one to delete them): > > 1) Blacklist IP addresses from posting content after $configurable > spam postings (we have *pages* of trackbacks from the same IPs) > > 2) Expire spam after $configurable interval (Content that is marked > as spam for more than the selected amount of time will be > automatically and permanently deleted.) > > On the plus side, I discovered quite a few non-spam trackbacks that > are now published. Seems like the recent AJAX article did OK for > circulation, including apparently hitting digg. > > Cheers > Martin > > -- > > Spammers: Send me email -> yumyum at easyweb.co.uk to train my filter > > http://www.nuclearelephant.com/projects/dspam/ > Sell Cloth Nappies from your website: > http://www.purpur.co.uk/announcing-purpur-associates > > > _______________________________________________ > DesDev mailing list > DesDev at lists.evolt.org > http://lists.evolt.org/mailman/listinfo/desdev > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) iD8DBQFD2kFUiM6T3GNfj8ERAqG4AJ9OEgArmPVouZF095USRLsj83NXqwCbBrSi tfqAYdZ7qMzbkBT+q370R4w= =7qmZ -----END PGP SIGNATURE----- From martin at uckwa.org Fri Jan 27 13:12:08 2006 From: martin at uckwa.org (Martin Burns) Date: Fri, 27 Jan 2006 19:12:08 +0000 Subject: [DesDev] Drupal Spam module update In-Reply-To: <43DA4154.5030805@shaw.ca> References: <976BE168-0EFB-4C39-B9D5-18AD80A29F40@easyweb.co.uk> <5D785E9E-B6C7-4B87-B931-081B6DDB83FE@uckwa.org> <43DA4154.5030805@shaw.ca> Message-ID: <71D53196-2651-4BFD-A2DD-EA7FE0D5C75D@uckwa.org> On 27 Jan 2006, at 15:50, Dean Mah wrote: > Weird. I go in there everyday and check the trackbacks for spam. > All of > them seemed to be marked correctly.... Must be how I'm sorting the > view. Anyway, you can use the bookmarklet: Yeah, pretty much all of them are (just a few good ones that escaped). I'd just like to avoid filling our db with HoT!!! VIcoD1Z Action!!! > javascript:(function(){var tags = > document.evaluate(%22(//input[@class='form-checkbox'])%22,document, > null, 4, null);var nd; while (nd = tags.iterateNext()) > {nd.checked=true;}})() > > To check all of the boxes. Seems to help a little. Cheers for that one. Martin -- > Spammers: Send me email -> yumyum at easyweb.co.uk to train my filter > http://www.nuclearelephant.com/projects/dspam/ Sell Cloth Nappies from your website: http://www.purpur.co.uk/announcing-purpur-associates