From nobody at devnull.spamcop.net Sun Mar 1 16:57:51 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Sun Mar 1 17:00:07 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem References: Message-ID: Frog Prince wrote: > "Twayne" wrote in message > news:goc6av$oga$1@news.spamcop.net... >> Frog Prince wrote: >>> "Twayne" wrote in message >>> news:goc30j$ib1$1@news.spamcop.net... >>>> Indigo wrote: >>>>> "Indigo" wrote in message >>>>> news:goa6nl$d6g$1@news.spamcop.net... >>>>>>> >>>>>>> Maybe you just registered and downloaded but you didn't actually >>>>>>> pay for the license. >>>>>>> >>>>> >>>>> Just found an interesting piece of info -- I bought (and just >>>>> renewed) the paid version of RegCure, also produced by >>>>> ParentoLogic. I checked, and my license is valid until Jan, 2010. >>>>> So it *shouldn't* be that product that the nag screen is >>>>> complaining about, but I wonder....I downloaded the latest >>>>> version of "ParetoLogic Privacy Controls", which is the disk >>>>> cleaner I initially referred to....and like you mentioned, there >>>>> is no price or license information contained on that page. >>>>> Weird....there are so many variables within the disk cleaner app >>>>> that it might be easier just to deal with the nag screen than to >>>>> go thru all the effort of uninstall/reinstall and trying to >>>>> remember what settings I had for the app.....maybe there's a >>>>> config file somewhere that I can save re-use, I'll take a look. >>>> >>>> Actually, and I mean no disrespect, I try hard to avoid sites that >>>> won't give me a price until I hit the checkout. I might be curious >>>> enough to try the checkout to see what the price is, but I don't >>>> buy, and that's a helluva way to do business IMO. >>>> >>>> >>> I'm a bit bent by the ones that don't give an as shipped price until >>> you have entered all the data including CC. >> >> I don't mind the taxes so much because I can usually mentall estimate >> those; what really gets me though is the S&H when it shows up. Or, >> it used to anyway. If I don't see a filled out invoice by the time >> I have to enter my cc or go to Paypal, I look elsewhere. No one and >> no thing is indispensable, especially when Quality and Service is >> all they have left to distinguish themselves in this world. >> > > If I don;t know the as shipped price before they require CC etc I > drop the deal. I've written to the provider and usually get a 'it's > a programming requirement' or 'every body does it this way'. Yeah, they become black holes pretty quick too if you bother to respond that it doesn't have to be a programming requirement, and everybody does not do it that way. Fortunately I always have plenty of links available for them as samples. You have to be careful though; make sure they didn't already get your address before you do that of ... . Cheers, Twayne From nobody at spamcop.net Sun Mar 1 17:09:38 2009 From: nobody at spamcop.net (bar0) Date: Sun Mar 1 17:10:09 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem References: Message-ID: "Twayne" wrote in message news:gof0ct$le9$1@news.spamcop.net... ... > Yeah, they become black holes pretty quick too if you bother to respond > that it doesn't have to be a programming requirement, and everybody does > not do it that way. Fortunately I always have plenty of links available > for them as samples. You have to be careful though; make sure they didn't > already get your address before you do that of ... . I don't even talk to them, I shut down the session and route their site to 127.0.0.1, which doesn't have a server. If everyone did that, they'd figure it out soon enough. From loyal at spamcop.user Mon Mar 2 03:04:40 2009 From: loyal at spamcop.user (AndrewB) Date: Mon Mar 2 03:05:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: Twayne wrote: > That might work, but IME programs like that somehow keep a "tag" or > something somewhere on the disk that tells them it's already been > installed once. They always seem to know somehow and it's not IP or > 'net related, that much I know. So it has to be somethign stuck > somewhere on the disk. Even after long, detailed registry and disk > searches for anything related to the program and eliminating everything > I could find, they still always knew! I once found something living at > the very extreme end of the hard drive and thought I'd found it, but > nope; that wasn't it. Fortunately I ran out of spare time because it > was beginning to become an obsessive effort, but ... I've never heard of > how it's done. > It's not that it mattered, but it's the covertness of the thing that > bugged me. I still can't imagine how it's done. Even reimaging the > drive one time didn't get rid of it; all it accomplished was losing some > info by the timeframe I chose; so it might be writing to some normally > unwritten to part of the disk. And of course it was still there when I > reminaged back to the last evening's date. A couple random thoughts... Decades ago, I think PCMag had a nice utility (for Windows 3.1!) that would take a snapshot of the files on one's system, *.ini files, and the registry. After the snapshot is generated, one was supposed to install the intended application. When complete (sometimes even after a reboot), you could run the PCMag app and generate a report of what changed on your system. I found it very handy at that time to see what applications were doing, and to debug DOS system file changes (autoexec.bat, config.sys, and the like). Virtual machine technology can assist too, if you do a checkpoint of your system before the install. However, if one actively installs things, this approach can get confusing and tedious. Registry cleaners are not likely to work. Chances are something was hidden in the registry in an obfuscated way. If your reimage didn't help, the installer may have taken details of your computer (say, the amount of memory, the size of the disk, the serial number of the CPU or something like that, perhaps even a pair or triple) and sent that to homebase, which caused the re-install to not work as expected due to the collision between the initial and re-install. AndrewB From nobody at devnull.spamcop.net Mon Mar 2 14:44:25 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Mon Mar 2 14:45:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem References: Message-ID: AndrewB wrote: > Twayne wrote: > >> That might work, but IME programs like that somehow keep a "tag" or >> something somewhere on the disk that tells them it's already been >> installed once. They always seem to know somehow and it's not IP or >> 'net related, that much I know. So it has to be somethign stuck >> somewhere on the disk. Even after long, detailed registry and disk >> searches for anything related to the program and eliminating >> everything I could find, they still always knew! I once found >> something living at the very extreme end of the hard drive and >> thought I'd found it, but nope; that wasn't it. Fortunately I ran >> out of spare time because it was beginning to become an obsessive >> effort, but ... I've never heard of how it's done. >> It's not that it mattered, but it's the covertness of the thing >> that bugged me. I still can't imagine how it's done. Even >> reimaging the drive one time didn't get rid of it; all it >> accomplished was losing some info by the timeframe I chose; so it >> might be writing to some normally unwritten to part of the disk. And >> of course it was still there when I reminaged back to the last >> evening's date. > > > A couple random thoughts... > > Decades ago, I think PCMag had a nice utility (for Windows 3.1!) that > would take a snapshot of the files on one's system, *.ini files, and > the registry. After the snapshot is generated, one was supposed to > install the intended application. When complete (sometimes even > after a reboot), you could run the PCMag app and generate a report of > what changed on your system. I found it very handy at that time to > see what applications were doing, and to debug DOS system file changes > (autoexec.bat, config.sys, and the like). Yeah, I've thought about those. There are even programs that purport to do that for XP too, but ... have you ever SEEN the amount of registry reads/writes that goes on even when the machine is IDLE? IMO confusing and tedious wouldn't even begin to describe it! It also pointed out the usefulness of such programs. > > Virtual machine technology can assist too, if you do a checkpoint of > your system before the install. However, if one actively installs > things, this approach can get confusing and tedious. That's a thought; IMO the only way to know would be to minotor/catch every installation action during an install. A complete set of reads/writes. I can't think of any before/after comparisons that could work because of the large number of possibilities for such records. > > Registry cleaners are not likely to work. Chances are something was > hidden in the registry in an obfuscated way. Agreed. > > If your reimage didn't help, the installer may have taken details of > your computer (say, the amount of memory, the size of the disk, the > serial number of the CPU or something like that, perhaps even a pair > or triple) and sent that to homebase, which caused the re-install to > not work as expected due to the collision between the initial and > re-install. Maybe but I'm not so sure. I normally hit the power switch for my modem (have a power center) whenever I'm doing housekeeping simply because I don't like programs reporting home that I removed/revised them, etc.. but ... I can see some kind of hidden super-cookie possibly accomplishing that and it's just a place to read during the install; if it exists, it's been installed before. I'd be willing to bet all it is is a bit somewhere, that can be checked. Maybe even hidden within a byte for something else, maybe. I mean, it only has to be one bit, right? Damn, I think my OCD is kicking in again; now I AM curious! lol, thanks a lot! Cheers, Twayne > > > AndrewB From nobody at spamcop.net Mon Mar 2 19:42:48 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 2 19:45:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: "Twayne" wrote in message news:goc2t6$i5v$1@news.spamcop.net... > It's not that it mattered, but it's the covertness of the thing that > bugged me. I still can't imagine how it's done. Even reimaging the > drive one time didn't get rid of it; all it accomplished was losing some > info by the timeframe I chose; so it might be writing to some normally > unwritten to part of the disk. And of course it was still there when I > reminaged back to the last evening's date. That *is* pretty insidious! The method I proposed has worked for me in the past, guess it's worth a try, but I just noticed that I updated to a newer version of the app just a month ago. There's another updated version out there now that I downloaded over the weekend, I'll see how it goes. From nobody at spamcop.net Mon Mar 2 19:49:16 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 2 19:50:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: "Twayne" wrote in message news:goc6av$oga$1@news.spamcop.net... >> I'm a bit bent by the ones that don't give an as shipped price until >> you have entered all the data including CC. > > I don't mind the taxes so much because I can usually mentall estimate > those; what really gets me though is the S&H when it shows up. Or, it > used to anyway. If I don't see a filled out invoice by the time I have to > enter my cc or go to Paypal, I look elsewhere. To both you and FP: I also have a big problem with hiding the shipping & handling costs until you've already handed over CC info. That's one reason I rarely establish accounts at online sellers, I nearly always use the "once and done" payment method -- they are not supposed to save any personal info on you when you purchase something that way, but I suspect that some of them keep your email addy and share it with "affiliates". My s-word load has gone up dramatically over the last few weeks, I *think* I know who leaked it, but I can't prove it -- MCM Electronics. From nobody at spamcop.net Mon Mar 2 19:52:19 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 2 19:55:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: "Frog Prince" wrote in message news:goc7vo$r6a$1@news.spamcop.net... > If I don;t know the as shipped price before they require CC etc I drop the > deal. I've written to the provider and usually get a 'it's a programming > requirement' or 'every body does it this way'. > Yeah, right, what a cop-out. I can't stand it when you find a great deal on something online vs. a brick'n'mortar price but the S&H costs are huge. I bought something recently that had a price tag just barely higher than the S&H charges, which were a whopping $13.95! Pretty much wiped out most of the savings I thought I was getting, down to a couple bucks in fact. From loyal at spamcop.user Tue Mar 3 01:35:16 2009 From: loyal at spamcop.user (AndrewB) Date: Tue Mar 3 01:40:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: Twayne wrote: > AndrewB wrote: > >> Decades ago, I think PCMag had a nice utility (for Windows 3.1!) that >> would take a snapshot of the files on one's system, *.ini files, and >> the registry. After the snapshot is generated, one was supposed to >> install the intended application. When complete (sometimes even >> after a reboot), you could run the PCMag app and generate a report of >> what changed on your system. I found it very handy at that time to >> see what applications were doing, and to debug DOS system file changes >> (autoexec.bat, config.sys, and the like). > > Yeah, I've thought about those. There are even programs that purport to > do that for XP too, but ... have you ever SEEN the amount of registry > reads/writes that goes on even when the machine is IDLE? IMO confusing > and tedious wouldn't even begin to describe it! It also pointed out > the usefulness of such programs. Well, multi-tasking operating systems are never really idle. The scheduler is looking for the next thread/process to give some cycles to, your idle screensaver count is going up, the memory manager might be optimizing, paging memory out to disk or defragging memory (not the filesystem, but RAM), and the network stack is analyzing packets on your network to see if they should come in, and probably at least a dozen other things. >> Virtual machine technology can assist too, if you do a checkpoint of >> your system before the install. However, if one actively installs >> things, this approach can get confusing and tedious. > > That's a thought; IMO the only way to know would be to minotor/catch > every installation action during an install. A complete set of > reads/writes. I can't think of any before/after comparisons that could > work because of the large number of possibilities for such records. It can be a bit simpler with a virtual machine manager that lets you checkpoint your guest operating system. Something like: clean guest operating system -> take checkpoint #1 install security software -> take checkpoint #2 install your browser -> take checkpoint #3 install dubious software with license -> take checkpoint #4 install iTunes -> take checkpoint #5 So with the above, you have decent breadcrumbs (although probably not a lot of hard disk space) of what you have. If the dubious software license runs out, go back to checkpoint #3, install iTunes, take Checkpoint #6 (probably delete checkpoint #5 since it has the old dubious software), and move on. >> If your reimage didn't help, the installer may have taken details of >> your computer (say, the amount of memory, the size of the disk, the >> serial number of the CPU or something like that, perhaps even a pair >> or triple) and sent that to homebase, which caused the re-install to >> not work as expected due to the collision between the initial and >> re-install. > > Maybe but I'm not so sure. I normally hit the power switch for my modem > (have a power center) whenever I'm doing housekeeping simply because I > don't like programs reporting home that I removed/revised them, etc.. > but ... I can see some kind of hidden super-cookie possibly > accomplishing that and it's just a place to read during the install; if > it exists, it's been installed before. I'd be willing to bet all it is > is a bit somewhere, that can be checked. Maybe even hidden within a > byte for something else, maybe. I mean, it only has to be one bit, > right? Probably not a bit. Probably less than 1k, hashed, and probably encrypted. If you've ever seen a license key to active software, like what you see on the back of your Windows media, that might alone be 576 bits (36 potential chars * 16 chars), etc. > Damn, I think my OCD is kicking in again; now I AM curious! lol, > thanks a lot! Heh. I could go further, but as a software manager myself, with bills to pay, I need people to pay for commercial software they use. It keeps my kind in work and gives me a budget to hire and pay developers. :) AndrewB From nobody at spamcop.net Tue Mar 3 21:39:21 2009 From: nobody at spamcop.net (Indigo) Date: Tue Mar 3 21:40:08 2009 Subject: [Scgeeks] Free online Tax forms -- are they safe? Message-ID: I established free fed tax return accounts at the IRS recommended website https://www.freefilefillableforms.com/FFA/FreeFileForms.htm , and also one at TaxCut, which I bought last year: https://taxes.hrblock.com/hrblock/Login/LoginRegistration.hrbx?&taxtype=TCF&TaxYear=2008&FV=F&HT=F The state of MD also has a free online tax app, and all 3 services offer free e-files too. Since I have minimal info to enter this year, I don't feel like shelling out for the full fledged TaxCut premium software, but I am a tad concerned over the safety of all of these online apps. Has anyone heard any bad reviews/comments about these apps, and are there any safety concerns I should worry about? The way I see it, e-filing with a free app isn't any more dangerous than e-filing with a paid program. But then there *is* the issue of all of your personal data floating out there in the ether waiting for someone to grab it, either by intercepting it or by hacking the database. All I've done so far is to establish my accounts, I haven't started entering any data yet, I wanted a chance to ping this NG for opinions first before going any further. From nobody at spamcop.net Tue Mar 3 22:15:34 2009 From: nobody at spamcop.net (bar0) Date: Tue Mar 3 22:20:08 2009 Subject: [Scgeeks] Re: Free online Tax forms -- are they safe? References: Message-ID: "Indigo" wrote in message news:gokpkp$k44$1@news.spamcop.net... >I established free fed tax return accounts at the IRS recommended website >https://www.freefilefillableforms.com/FFA/FreeFileForms.htm , > > and also one at TaxCut, which I bought last year: > > https://taxes.hrblock.com/hrblock/Login/LoginRegistration.hrbx?&taxtype=TCF&TaxYear=2008&FV=F&HT=F > > The state of MD also has a free online tax app, and all 3 services offer > free e-files too. Since I have minimal info to enter this year, I don't > feel like shelling out for the full fledged TaxCut premium software, but I > am a tad concerned over the safety of all of these online apps. > > Has anyone heard any bad reviews/comments about these apps, and are there > any safety concerns I should worry about? The way I see it, e-filing with > a free app isn't any more dangerous than e-filing with a paid program. But > then there *is* the issue of all of your personal data floating out there > in the ether waiting for someone to grab it, either by intercepting it or > by hacking the database. > > All I've done so far is to establish my accounts, I haven't started > entering any data yet, I wanted a chance to ping this NG for opinions > first before going any further. I don't know anything about any of these applications, but the IRS web site (www.irs.gov) serves up editable PDF's of all the tax forms. I wouldn't get them anywhere else. I also would never fill out tax forms online unless I actually knew the brick and mortar accountancy I was dealing with. This is not to say these folks aren;t completely above board, but going to a >"IRS recommended website https://www.freefilefillableforms.com/FFA/FreeFileForms.htm" has a real bad smell to me. Where does IRS recommend them? I didn't know they made commercial recommendations. From nobody at spamcop.net Tue Mar 3 22:30:32 2009 From: nobody at spamcop.net (Indigo) Date: Tue Mar 3 22:35:08 2009 Subject: [Scgeeks] Re: Free online Tax forms -- are they safe? In-Reply-To: References: Message-ID: "bar0" wrote in message news:gokros$pqd$1@news.spamcop.net... I also would never fill out tax forms online unless I > actually knew the brick and mortar accountancy I was dealing with. One of the reasons I'm likely to use H&R Block's free Taxcut if I decide to file that way. This is > not to say these folks aren;t completely above board, but going to a > >"IRS recommended website > https://www.freefilefillableforms.com/FFA/FreeFileForms.htm" has a real > bad smell to me. Where does IRS recommend them? See: http://www.irs.gov/efile/article/0,,id=118986,00.html From nobody at devnull.spamcop.net Wed Mar 4 11:39:26 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 4 11:40:07 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem References: Message-ID: AndrewB wrote: > Twayne wrote: >> AndrewB wrote: >> ... > > Heh. I could go further, but as a software manager myself, with bills > to pay, I need people to pay for commercial software they use. It > keeps my kind in work and gives me a budget to hire and pay > developers. :) And rightfully so. If I use it, I pay for it; everyone should. Cheers, Twayne > > > AndrewB From user at domain.invalid Wed Mar 4 13:08:02 2009 From: user at domain.invalid (Farelf) Date: Wed Mar 4 13:10:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: Message-ID: <49AEC382.5080507@domain.invalid> Indigo wrote: > ...a nag screen saying "payup or discontinue use". I've clicked > "discontinue" multiple times and tried to create some inbound/outbound > firewall rules to prevent them from sending me the nag screen or from > know whether I've removed the software or not, but with no success. Well, you could try helpdesk@paretologic.com - I've found them completely useless but they must do something right, sometime, even if by mistake. Certainly RegCure is unlikely to fix the problem, though that would be a symmetrical sort of solution if it would - it couldn't even find, on successive scans & reboots, the 'orphan' registry data that was preventing print spooler from starting, this being the dreaded 'error 1068' which prevents setting up any further printer drivers. (Deleting the left-over data from a sloppy Lexus un-install in DependOnService under HKLM\SYSTEM\CurrentControlSet\Services\Spooler did the trick - the exact sort of thing RegCure is supposed to find and fix). I don't mind that but ParetoLogic support's insistence, in the face of all the facts, that it simply couldn't have been a registry problem if it wasn't fixed by RC is downright irksome. Yeah, and their marketing strategies are indistinguishable from outright shysterism in the eyes of this casual observer. But don't write off the helpdesk without trying it. From me at privacy.net Wed Mar 4 17:42:35 2009 From: me at privacy.net (anon) Date: Wed Mar 4 17:45:08 2009 Subject: [Scgeeks] stop annoying phone calls Message-ID: I once read about a certain phone key to push to tell the calling computer that this number is 'out of service' to keep the computer from dialing this number again. Anyone remember which key? I thought it was the * or # or was it something else? How many times to press? From me at privacy.net Wed Mar 4 19:29:17 2009 From: me at privacy.net (Frog Prince) Date: Wed Mar 4 19:45:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "anon" wrote in message news:gon04u$fc6$1@news.spamcop.net... :I once read about a certain phone key to push to tell the calling computer : that this number is 'out of service' to keep the computer from dialing this : number again. : : Anyone remember which key? : : I thought it was the * or # or was it something else? How many times to : press? It's a tone intersept sequenc. I don't have the specks but it quite recongnizable. Way back when (before the DNC list you could buy on at radio shack or on line) : : From Ag2000CO at Starband.net Wed Mar 4 20:25:34 2009 From: Ag2000CO at Starband.net (LKing) Date: Wed Mar 4 20:30:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: anon wrote, On 3/4/2009 5:42 PM: > I once read about a certain phone key to push to tell the calling > computer that this number is 'out of service' to keep the computer from > dialing this number again. > > Anyone remember which key? > > I thought it was the * or # or was it something else? How many times to > press? > > Good question. In the last 2-3 weeks I have been getting, and reporting, calls from "Card Services" offering reduced interest rate and "Warranty Services" car warranty scam. There does seem to be flood lately, 2 calls a week is more than I ever got before the DNC. The also call mid day to get older stay at home types, I guess. Lou From nobody at spamcop.net Wed Mar 4 21:10:54 2009 From: nobody at spamcop.net (Indigo) Date: Wed Mar 4 21:15:09 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: <49AEC382.5080507@domain.invalid> References: <49AEC382.5080507@domain.invalid> Message-ID: "Farelf" wrote in message news:49AEC382.5080507@domain.invalid... > Indigo wrote: > >> ...a nag screen saying "payup or discontinue use". I've clicked >> "discontinue" multiple times and tried to create some inbound/outbound >> firewall rules to prevent them from sending me the nag screen or from >> know whether I've removed the software or not, but with no success. > > Well, you could try helpdesk@paretologic.com - I've found them completely > useless but they must do something right, sometime, even if by mistake. Well, I completely blew it. Even though I got the daily nag screen, the disk cleaning app still worked. So I downloaded the latest version from ParentoLogic, un-installed the old version, wiped the disk clean with EasyCleaner and the registry with RegCure, then installed the new version of Privacy Controls. It ran, but wouldn't finish the job like the old app did -- I had to pay for a new license ($19.95) to get it to work. I guess I got the license for free when I originally purchased RegCure, like some kind of package deal special they were running at the time, because I couldn't find any email that was only connected to a Privacy Controls purchase. And even then, there was something screwy with the new version -- although the un-install *did* leave my old config file on my HD, which made me happy, there was something in the temp windows file scrubbing section that totally locked up the app, multiple times. I eventually gave up trying to figger out what was causing the issue, but I highly suspect it had something to do with the recycle bin -- opening the recycle bin via the normal desktop icon showed about 10 files, but Privacy Controls found a bunch of other "hidden" system files, I could tell by the filenames. So I rebooted and now everything is working fine again, and blazingly faster than the old version. Guess that's one reason to have an app like this, all those hidden system files that theoretically get deleted when you uninstall a program actually appear to get stuck in the recycle bin, undetectable to the naked eye. From dfmanno at mail.com Wed Mar 4 22:19:30 2009 From: dfmanno at mail.com (D.F. Manno) Date: Wed Mar 4 22:20:07 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: In article , "Frog Prince" wrote: > "anon" wrote: > > :I once read about a certain phone key to push to tell the calling computer > : that this number is 'out of service' to keep the computer from dialing this > : number again. > : > : Anyone remember which key? > : > : I thought it was the * or # or was it something else? How many times to > : press? > > It's a tone intersept sequenc. I don't have the specks but it quite > recongnizable. Way back when (before the DNC list you could buy on at radio > shack or on line) I have a .wav file of those tones. I'll e-mail it to anyone who asks. -- D.F. Manno dfmanno@mail.com From user at domain.invalid Wed Mar 4 22:48:35 2009 From: user at domain.invalid (Farelf) Date: Wed Mar 4 22:50:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: Indigo wrote: > > ... there was something in the temp windows file scrubbing > section that totally locked up the app, multiple times. I eventually > gave up trying to figger out what was causing the issue, but I highly > suspect it had something to do with the recycle bin -- opening the > recycle bin via the normal desktop icon showed about 10 files, but > Privacy Controls found a bunch of other "hidden" system files, I could > tell by the filenames. So I rebooted and now everything is working fine > again, and blazingly faster than the old version. Guess that's one > reason to have an app like this, all those hidden system files that > theoretically get deleted when you uninstall a program actually appear > to get stuck in the recycle bin, undetectable to the naked eye. Useful observations and conjecture. Glad you are getting good functionality out of RC, that's what you paid for. And in their latest response ParentoLogic helpdesk admitted to 'modest' success in clearing up print spooler issues, so that is honest at least (in contrast to the excessive fanboi or 'associate' claims that infest the internet). Just as a favorable though incidental indicator of corporate propriety to balance my previous curmudgeonliness (pause to educate spellchecker). RC seems to come with a default twice a week scan and fix (Mon & Thu at 3-something AM which might bear some relationship to when my - or, properly, SWMBO's - installation was activated). I disabled that auto action. I haven't checked Vista, but in XP the recycle bin can be set to show hidden files and folders (depending on access permissions, I suppose) and seems to use the same, current, 'all folders' settings as Win Explorer by default. [O/T] Hmm... (XP) there's only a heap of stuff in there from OE which I've hardly used anyway - can only be resulting from OE's compact/compress actions, being a separate topic elsewhere in these groups. Big files for little use on a new machine.[/O/T] I haven't downloaded or activated the ParetoLogic bundled privacy program and don't think I will now, if it is going to leave mysterious hooks of its own. I don't use Outlook and I make minimal use of IE7 so there's probably not much in the "really hidden Windows files" files anyway. And nothing to cause alarm, despondency, embarrassment or concern in any event (I even bore myself). From me at privacy.net Wed Mar 4 23:04:59 2009 From: me at privacy.net (anon) Date: Wed Mar 4 23:05:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "Frog Prince" wrote in message news:gon78j$j4$1@news.spamcop.net... > > "anon" wrote in message > news:gon04u$fc6$1@news.spamcop.net... > :I once read about a certain phone key to push to tell the calling > computer > : that this number is 'out of service' to keep the computer from dialing > this > : number again. > : > : Anyone remember which key? > : > : I thought it was the * or # or was it something else? How many times to > : press? > > It's a tone intersept sequenc. I don't have the specks but it quite > recongnizable. Way back when (before the DNC list you could buy on at > radio > shack or on line) > : What I remembered was that as soon as I answered the call, I would hit a key on the phone pad - no outside tone necessary. > : > > From me at privacy.net Wed Mar 4 23:06:21 2009 From: me at privacy.net (anon) Date: Wed Mar 4 23:10:07 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "D.F. Manno" wrote in message news:dfmanno-327891.22193004032009@news.cesmail.net... > In article , > "Frog Prince" wrote: > >> "anon" wrote: >> >> :I once read about a certain phone key to push to tell the calling >> computer >> : that this number is 'out of service' to keep the computer from dialing >> this >> : number again. >> : >> : Anyone remember which key? >> : >> : I thought it was the * or # or was it something else? How many times to >> : press? >> >> It's a tone intersept sequenc. I don't have the specks but it quite >> recongnizable. Way back when (before the DNC list you could buy on at >> radio >> shack or on line) > > I have a .wav file of those tones. I'll e-mail it to anyone who asks. > How would I use the tone -- make a recording of it and then play it back when I get the bad call? > -- > D.F. Manno > dfmanno@mail.com From me at privacy.net Wed Mar 4 23:10:49 2009 From: me at privacy.net (anon) Date: Wed Mar 4 23:15:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "LKing" wrote in message news:gon9ms$4al$1@news.spamcop.net... > anon wrote, On 3/4/2009 5:42 PM: >> I once read about a certain phone key to push to tell the calling >> computer that this number is 'out of service' to keep the computer from >> dialing this number again. >> >> Anyone remember which key? >> >> I thought it was the * or # or was it something else? How many times to >> press? >> >> > Good question. In the last 2-3 weeks I have been getting, and reporting, > calls from "Card Services" offering reduced interest rate and "Warranty > Services" car warranty scam. > > There does seem to be flood lately, 2 calls a week is more than I ever got > before the DNC. The also call mid day to get older stay at home types, I > guess. > > Lou These (******'s) are calling from out of state (I'm in CA.) I called phone co, FCC, etc. The only thing they cold suggest was to gat caller ID or have the phone co put a tap on my line and call them when I got a call. Both are too much trouble and/or expense for the good guy to exert to get the bad guy. From Ag2000CO at Starband.net Thu Mar 5 00:28:31 2009 From: Ag2000CO at Starband.net (LKing) Date: Thu Mar 5 00:30:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: anon wrote, On 3/4/2009 11:10 PM: > > Both are too much trouble and/or expense for the good guy to exert to > get the bad guy. > True story. What I find really scary is that they find enough suckers to pay the bills. The calls actually made the local news here in the D.C. area. From avoozl at spamcop.net Thu Mar 5 03:07:13 2009 From: avoozl at spamcop.net (Chris F. Willoughby) Date: Thu Mar 5 03:10:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: Too bad I hear a lot of the caller ID numbers are faked on those calls as well. Chris "LKing" wrote in message news:gonnuc$gnf$1@news.spamcop.net... > anon wrote, On 3/4/2009 11:10 PM: >> >> Both are too much trouble and/or expense for the good guy to exert to get >> the bad guy. >> > True story. What I find really scary is that they find enough suckers to > pay the bills. The calls actually made the local news here in the D.C. > area. From DLipman~nospam~ at Verizon.Net Thu Mar 5 06:55:36 2009 From: DLipman~nospam~ at Verizon.Net (David H. Lipman) Date: Thu Mar 5 07:00:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: From: "Chris F. Willoughby" | Too bad I hear a lot of the caller ID numbers are faked on those calls as | well. | Chris Yes. I have gotten a bunch using area code; 062 -- Dave http://www.claymania.com/removal-trojan-adware.html Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp From nobody at spamcop.net Thu Mar 5 07:44:53 2009 From: nobody at spamcop.net (bar0) Date: Thu Mar 5 07:45:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "David H. Lipman" wrote in message news:gooejo$7a0$1@news.spamcop.net... > From: "Chris F. Willoughby" > > | Too bad I hear a lot of the caller ID numbers are faked on those calls > as > | well. > > | Chris > > Yes. I have gotten a bunch using area code; 062 Probably a real code, but it's a country code, not area code. From me at privacy.net Thu Mar 5 16:48:35 2009 From: me at privacy.net (anon) Date: Thu Mar 5 16:50:09 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "David H. Lipman" wrote in message news:go7fss$ao0$1@news.spamcop.net... > From: "anon" > > > > | "anon" wrote in message > | news:gnn1r3$dgg$1@news.spamcop.net... > > >>> "David H. Lipman" wrote in message >>> news:gnl4em$8ta$1@news.spamcop.net... >>>> From: "anon" > >>>> | I posted this over a month ago, no response. > >>>> | Trying under different subject. > >>>> | When updating the task scheduler I get the following error - I am >>>> logged in >>>> | as administrator. > >>>> | Obviously task won't run > >>>> | How to fix > >>>> | --error message-- >>>> | "LiveUpdate.job" (LiveUpdate.lnk) 1/23/2009 11:13:29 AM ** ERROR ** >>>> | The attempt to retrieve account information for the specified task >>>> failed; >>>> | therefore, the task did not run. Either an error occurred, or no >>>> account >>>> | information existed for the task. >>>> | The specific error is: >>>> 0x8004130f:: No account information could be found in the Task >>>> Scheduler >>>> | security database for the task indicated. > > > >>>> Did you apply a local account and password to the JOB (it doesn't >>>> inherit >>>> your >>>> credentials) ? > > >>> None was requested - so did not supply any. > > > | Any other suggestions????? > > > Did you apply and account and password with the minimum level of > privileges ? > I am logged in as owner/with administrator privileges. I don't understand what I cannot do as admin. Why the error messages? > > -- > Dave > http://www.claymania.com/removal-trojan-adware.html > Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp > > From kenbrody at spamcop.net Fri Mar 6 14:08:30 2009 From: kenbrody at spamcop.net (Kenneth Brody) Date: Fri Mar 6 14:10:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: bar0 wrote: > "David H. Lipman" wrote in message > news:gooejo$7a0$1@news.spamcop.net... >> From: "Chris F. Willoughby" >> >> | Too bad I hear a lot of the caller ID numbers are faked on those calls >> as >> | well. >> >> | Chris >> >> Yes. I have gotten a bunch using area code; 062 > > Probably a real code, but it's a country code, not area code. I bet there's no such number as "000-000-0000" or "999-999-9999" as I have seen come by on my caller ID. (Though I, too, have seen "062" for the area code.) Is there any legitimate reason for the hardware which lets you generate fake caller ID information? There are also plenty of sites online where you can enter the caller ID information and see who else has been receiving (and reporting) such calls. The one I usually use is . -- Kenneth Brody From kenbrody at spamcop.net Fri Mar 6 14:11:03 2009 From: kenbrody at spamcop.net (Kenneth Brody) Date: Fri Mar 6 14:15:07 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: anon wrote: [...] > > I am logged in as owner/with administrator privileges. > > I don't understand what I cannot do as admin. > > Why the error messages? I missed the beginning of this thread. Are you on XP or Vista? Under Vista, even the admin account doesn't have full privileges unless you use "run as administrator" to start the program (or the program explicitly requests Vista to raise its privileges). And, unless you've turned off UAC, you'll get that "are you sure you want to do this" prompt. -- Kenneth Brody From dfmanno at mail.com Fri Mar 6 14:12:40 2009 From: dfmanno at mail.com (D.F. Manno) Date: Fri Mar 6 14:15:07 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: In article , "anon" wrote: > D.F. Manno wrote: > > "Frog Prince" wrote: > >> "anon" wrote: > >> > >> : I once read about a certain phone key to push to tell the > >> : calling computer that this number is 'out of service' to keep > >> : the computer from dialing this number again. > >> : > >> : Anyone remember which key? > >> : > >> : I thought it was the * or # or was it something else? How many > >> : times to press? > >> > >> It's a tone intersept sequenc. I don't have the specks but it > >> quite recongnizable. Way back when (before the DNC list you could > >> buy on at radio shack or on line) > > > > I have a .wav file of those tones. I'll e-mail it to anyone who > > asks. > > How would I use the tone -- make a recording of it and then play it > back when I get the bad call? I believe the idea is that you record an answering machine message that starts with the tones, and from then on screen your calls. Then, if a machine calls, it hears the tones and marks your number as disconnected. The tones will mean nothing to a human caller. I don't know if it's true that a machine dialer will respond to the tones as described; that's just the claim that I've read. -- D.F. Manno dfmanno@mail.com From nobody at spamcop.net Fri Mar 6 20:09:05 2009 From: nobody at spamcop.net (bar0) Date: Fri Mar 6 20:10:07 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "D.F. Manno" wrote in message news:dfmanno-090CD0.14124006032009@news.cesmail.net... > In article , "anon" > wrote: > >> D.F. Manno wrote: >> > "Frog Prince" wrote: >> >> "anon" wrote: >> >> >> >> ,,,, > > I don't know if it's true that a machine dialer will respond to the > tones as described; that's just the claim that I've read. Is it the "doodle-dah" from a disconnected or unavailable line or network? I can't imagine a phone spammer would care, after all, someone who wants to talk with the spammer will eventually acquire the line. From nobody at spamcop.net Fri Mar 6 21:31:22 2009 From: nobody at spamcop.net (Indigo) Date: Fri Mar 6 21:35:09 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: "Farelf" wrote in message news:goni2f$49q$1@news.spamcop.net... > > I haven't checked Vista, but in XP the recycle bin can be set to show > hidden files and folders (depending on access permissions, I suppose) I have my Vista recycle bin setup to show hidden and system files.....still those mystery files are found in there by PC and by no other app I have. From nobody at spamcop.net Fri Mar 6 21:38:46 2009 From: nobody at spamcop.net (Indigo) Date: Fri Mar 6 21:40:07 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: "anon" wrote in message news:gophbl$pg0$1@news.spamcop.net... > > I am logged in as owner/with administrator privileges. > > I don't understand what I cannot do as admin. > > Why the error messages? This happens to me when I install an app that needs to write to the c:/program data/microsoft/windows subdirectory. I get an error message from the installer saying it can't write the file, so I have to run a "take ownership" app on that directory, then click "retry", then it works. The big PITA is that every time an app wants to create a new subdirectory under c:/program data/microsoft/windows I have to run the "take ownership" app before proceeding. From me at privacy.net Fri Mar 6 21:55:54 2009 From: me at privacy.net (Frog Prince) Date: Fri Mar 6 22:00:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "Kenneth Brody" wrote in message news:gorsbg$7h9$1@news.spamcop.net... : bar0 wrote: : > "David H. Lipman" wrote in message : > news:gooejo$7a0$1@news.spamcop.net... : >> From: "Chris F. Willoughby" : >> : >> | Too bad I hear a lot of the caller ID numbers are faked on those calls : >> as : >> | well. : >> : >> | Chris : >> : >> Yes. I have gotten a bunch using area code; 062 : > : > Probably a real code, but it's a country code, not area code. : : I bet there's no such number as "000-000-0000" or "999-999-9999" as I have : seen come by on my caller ID. (Though I, too, have seen "062" for the area : code.) : : Is there any legitimate reason for the hardware which lets you generate fake : caller ID information? : : There are also plenty of sites online where you can enter the caller ID : information and see who else has been receiving (and reporting) such calls. : : The one I usually use is . : I simply punch in the 10 digit number to a search engine and get a lot of usually duplicate returns. X-No-Archive: Yes © 2008 all rights reserved; no portion of this post may be used anywhere else or archived without written permission From me at privacy.net Fri Mar 6 21:56:11 2009 From: me at privacy.net (Frog Prince) Date: Fri Mar 6 22:00:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "David H. Lipman" wrote in message news:gooejo$7a0$1@news.spamcop.net... : From: "Chris F. Willoughby" : : | Too bad I hear a lot of the caller ID numbers are faked on those calls as : | well. : : | Chris : : Yes. I have gotten a bunch using area code; 062 : It's a trivial to spoof a Caller ID. There is even an 800 # (cost the caller 10 cents per min) From user at domain.invalid Sat Mar 7 00:17:23 2009 From: user at domain.invalid (Farelf) Date: Sat Mar 7 00:20:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: Indigo wrote: > I have my Vista recycle bin setup to show hidden and system > files.....still those mystery files are found in there by PC and by no > other app I have. Interesting - the search engine phrase "really hidden files" in combination with 'windows' or 'microsoft' turns up all sorts of information, mostly about XP, I think. I first became (mildly) intrigued about these while watching SUPERAntiSpyware running a full scan, an activity I can accordingly recommend as being marginally superior to watching grass grow or paint drying. No surprise, I suppose, if Vista has the same/similar hidden panoramas to reveal, to any mastering the interface. Nice of M$ to set such challenges before us (and so to remind mere 'owners' of their proper place at the base of the pyramid) and woe betide any nefarious users of Windows coming up against the investigative forensics arrayed against them. But tough on us paranoiacs. I guess Privacy Control has its merits/uses. Here at Cygnis Insignis (Western Australia) we had a certain very senior Government bureaucrat or two who might have eked out their well-remunerated careers a little longer had evidence of their prevarications been truly as deleted as they believed (deletion itself being illegal anyway). IIUC their undoing was in certain of the the 'really hidden' files though detail is hard to find. Maybe it is all a myth/precautionary tale but recovered e-mails or parts thereof were apparently a real enough component of it, there being few other explanations and perhaps none more probable to explain the detail retrieved. It all feels a little like 'conspiracy theory' but I couldn't discount the apparent evidence at this stage. Obviously I'm at some inconvenient intermediate level of paranoia (or just laziness, belike). But I'm glad you started this thread. From loyal at spamcop.user Sat Mar 7 02:33:51 2009 From: loyal at spamcop.user (AndrewB) Date: Sat Mar 7 02:35:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: LKing wrote: > Good question. In the last 2-3 weeks I have been getting, and reporting, > calls from "Card Services" offering reduced interest rate and "Warranty > Services" car warranty scam. The car warranty people were calling me. One weekend day I was home, so I thought I'd play with them. I talked to an agent, gave them the specs of my 2000 car, and they told me that they couldn't warranty it. "But that's not what your message said. It said that my warranty was going to expire soon!". She then pulled something up, quoted me an outrageous rate to only protect the transmission and axle. I hemmed and hawed, told her I thought it was expensive. I asked who the warranty was underwritten by. Eventually talked to a supervisor. He got the agent back on line, and by then, I just hit the mute key on my handset and let her go on talking. They never did disconnect, however, she did go away. After a couple hours the battery handset died and the call ended. Ironically, I've never heard from them again. > There does seem to be flood lately, 2 calls a week is more than I ever > got before the DNC. The also call mid day to get older stay at home > types, I guess. If you are on the do-not-call list, the calls are illegal, except for the political ones. I believe the legislation that makes the other calls illegal makes political ones legal as well as calls from businesses with whom you have relationships with (banks, insurance, credit cards, Netflix, Blockbuster, etc) AndrewB From loyal at spamcop.user Sat Mar 7 02:39:12 2009 From: loyal at spamcop.user (AndrewB) Date: Sat Mar 7 02:40:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: Kenneth Brody wrote: > > I bet there's no such number as "000-000-0000" or "999-999-9999" as I > have seen come by on my caller ID. (Though I, too, have seen "062" for > the area code.) > > Is there any legitimate reason for the hardware which lets you generate > fake caller ID information? Sure. Medium to large companies don't have a 1:1 outgoing line ratio to desk phones. Usually they have a ratio to keep costs reasonable. So when you make a call out, say on circuit 345, the company's phone hardware/software can change the outgoing caller-id to your desk phone line. After you hang up, and the person three floors up calls home and re-uses your circuit 345, his caller-id gets assigned to the line. I think there is some VOIP equipment that lets you tweak the caller-id. Some phone companies might have a "* feature" where if you have a digital handset, you can hit the *{num}{num} sequence and might get the last caller's number on your handset. And maybe a small charge. Look in the front of your phone book. AndrewB From not at home.today Sat Mar 7 09:24:03 2009 From: not at home.today (Ant) Date: Sat Mar 7 09:25:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem References: <49AEC382.5080507@domain.invalid> Message-ID: "Indigo" wrote: > "Farelf" wrote: >> I haven't checked Vista, but in XP the recycle bin can be set to show >> hidden files and folders (depending on access permissions, I suppose) You won't see the full picture with the Explorer GUI. Use the command prompt: c: (or another drive letter) cd \recycler (or whatever the recycle-bin is called) dir /a /s > I have my Vista recycle bin setup to show hidden and system files.....still > those mystery files are found in there by PC and by no other app I have. I can't speak for Vista but it's probably similar to XP. The recycle- bin directory contains subdirectories for each user starting with something like S-1-5-21-... In those directories are at least two files: "desktop.ini" and "INFO2". The ini file controls how the GUI displays and operates the folder view in Explorer. The INFO2 file contains information about any deleted files including their original name and location. Any other files/folders will be the actual deleted objects but not with their original name. If you see other files not visible in the Explorer recycle-bin view they can be deleted from the command prompt. It's also possible that the INFO2 data has become corrupt and contains information about files that aren't really there. If none of the above helps to reveal anything then there could be a driver (or rootkit if malware is suspected) in control of what is visible. From Ag2000CO at Starband.net Sat Mar 7 09:55:50 2009 From: Ag2000CO at Starband.net (LKing) Date: Sat Mar 7 10:00:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: AndrewB wrote, On 3/7/2009 2:33 AM: > LKing wrote: > >> There does seem to be flood lately, 2 calls a week is more than I ever >> got before the DNC. The also call mid day to get older stay at home >> types, I guess. > > If you are on the do-not-call list, the calls are illegal, except for > the political ones. I believe the legislation that makes the other > calls illegal makes political ones legal as well as calls from > businesses with whom you have relationships with (banks, insurance, > credit cards, Netflix, Blockbuster, etc) > > > AndrewB In addition to excluding the politicians that wrote the law, there is also an exclusion for non-profits. You know the ones, 'We are going to have a truck in your neighborhood Thursday ...' Yes I am on the do-not-call (DNC) list, and every time I get a call I fill out the form at https://www.donotcall.gov/ IIRC that is used to see how effective the list is, not develop a legal case, but I do it anyway. Lou From me at privacy.net Sun Mar 8 19:53:28 2009 From: me at privacy.net (anon) Date: Sun Mar 8 19:55:09 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "Kenneth Brody" wrote in message news:gorsbg$7h9$1@news.spamcop.net... > bar0 wrote: >> "David H. Lipman" wrote in message >> news:gooejo$7a0$1@news.spamcop.net... >>> From: "Chris F. Willoughby" >>> >>> | Too bad I hear a lot of the caller ID numbers are faked on those calls >>> as >>> | well. >>> >>> | Chris >>> >>> Yes. I have gotten a bunch using area code; 062 >> >> Probably a real code, but it's a country code, not area code. > > I bet there's no such number as "000-000-0000" or "999-999-9999" as I have > seen come by on my caller ID. (Though I, too, have seen "062" for the > area code.) > > Is there any legitimate reason for the hardware which lets you generate > fake caller ID information? > > There are also plenty of sites online where you can enter the caller ID > information and see who else has been receiving (and reporting) such > calls. > > The one I usually use is . Out of curiosity, I went to that web page. It DID NOT tell me anything about the several numbers I entered - It ASKED for information about the numbers. > > -- > Kenneth Brody From me at privacy.net Sun Mar 8 20:01:33 2009 From: me at privacy.net (anon) Date: Sun Mar 8 20:05:07 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "AndrewB" wrote in message news:got80u$v59$1@news.spamcop.net... > LKing wrote: > >> Good question. In the last 2-3 weeks I have been getting, and reporting, >> calls from "Card Services" offering reduced interest rate and "Warranty >> Services" car warranty scam. > > The car warranty people were calling me. One weekend day I was home, so I > thought I'd play with them. I talked to an agent, gave them the specs of > my 2000 car, and they told me that they couldn't warranty it. "But that's > not what your message said. It said that my warranty was going to expire > soon!". She then pulled something up, quoted me an outrageous rate to > only protect the transmission and axle. I hemmed and hawed, told her I > thought it was expensive. I asked who the warranty was underwritten by. > Eventually talked to a supervisor. He got the agent back on line, and by > then, I just hit the mute key on my handset and let her go on talking. > They never did disconnect, however, she did go away. After a couple hours > the battery handset died and the call ended. > > Ironically, I've never heard from them again. > > >> There does seem to be flood lately, 2 calls a week is more than I ever >> got before the DNC. The also call mid day to get older stay at home >> types, I guess. > > If you are on the do-not-call list, the calls are illegal, except for the > political ones. I believe the legislation that makes the other calls > illegal makes political ones legal as well as calls from businesses with > whom you have relationships with (banks, insurance, credit cards, Netflix, > Blockbuster, etc) > > You are correct, the calls are illegal and the FCC will prosecute. All you have to do is furnish the calling phone number, time and date and the name of the person you talked to. Catch -you have to find out the calling number. Once upon a time, I asked for the calling number and was given one. I had the authorities call it and there was no such number - wasn't THAT a surprise? > AndrewB From me at privacy.net Sun Mar 8 20:08:34 2009 From: me at privacy.net (anon) Date: Sun Mar 8 20:10:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls References: Message-ID: "LKing" wrote in message news:gou1tr$erl$1@news.spamcop.net... > AndrewB wrote, On 3/7/2009 2:33 AM: >> LKing wrote: >> >>> There does seem to be flood lately, 2 calls a week is more than I ever >>> got before the DNC. The also call mid day to get older stay at home >>> types, I guess. >> >> If you are on the do-not-call list, the calls are illegal, except for the >> political ones. I believe the legislation that makes the other calls >> illegal makes political ones legal as well as calls from businesses with >> whom you have relationships with (banks, insurance, credit cards, >> Netflix, Blockbuster, etc) >> >> >> AndrewB > In addition to excluding the politicians that wrote the law, there is also > an exclusion for non-profits. You know the ones, 'We are going to have a > truck in your neighborhood Thursday ...' > > Yes I am on the do-not-call (DNC) list, and every time I get a call I fill > out the form at https://www.donotcall.gov/ IIRC that is used to see how > effective the list is, not develop a legal case, but I do it anyway. > Yes, that is fine - if you know what number called you. I do not have caller Id - more expense. Good guys pay, bad guys get away with anything. > Lou From Ag2000CO at Starband.net Sun Mar 8 23:40:19 2009 From: Ag2000CO at Starband.net (LKing) Date: Sun Mar 8 23:45:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: anon wrote, On 3/8/2009 8:08 PM: > > > "LKing" wrote in message > news:gou1tr$erl$1@news.spamcop.net... >> AndrewB wrote, On 3/7/2009 2:33 AM: >>> LKing wrote: >>> >>>> There does seem to be flood lately, 2 calls a week is more than I >>>> ever got before the DNC. The also call mid day to get older stay at >>>> home types, I guess. >>> >>> If you are on the do-not-call list, the calls are illegal, except for >>> the political ones. I believe the legislation that makes the other >>> calls illegal makes political ones legal as well as calls from >>> businesses with whom you have relationships with (banks, insurance, >>> credit cards, Netflix, Blockbuster, etc) >>> >>> >>> AndrewB >> In addition to excluding the politicians that wrote the law, there is >> also an exclusion for non-profits. You know the ones, 'We are going to >> have a truck in your neighborhood Thursday ...' >> >> Yes I am on the do-not-call (DNC) list, and every time I get a call I >> fill out the form at https://www.donotcall.gov/ IIRC that is used to >> see how effective the list is, not develop a legal case, but I do it >> anyway. >> > > Yes, that is fine - if you know what number called you. > OR the name of the company calling. I don't caller ID either. Lou From Ag2000CO at Starband.net Sun Mar 8 23:47:34 2009 From: Ag2000CO at Starband.net (LKing) Date: Sun Mar 8 23:50:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: anon wrote, On 3/8/2009 8:01 PM: > > > "AndrewB" wrote in message > news:got80u$v59$1@news.spamcop.net... >> LKing wrote: >> >>> Good question. In the last 2-3 weeks I have been getting, and >>> reporting, calls from "Card Services" offering reduced interest rate >>> and "Warranty Services" car warranty scam. >> >> The car warranty people were calling me. One weekend day I was home, >> so I thought I'd play with them. I talked to an agent, gave them the >> specs of my 2000 car, and they told me that they couldn't warranty >> it. "But that's not what your message said. It said that my warranty >> was going to expire soon!". She then pulled something up, quoted me >> an outrageous rate to only protect the transmission and axle. I >> hemmed and hawed, told her I thought it was expensive. I asked who >> the warranty was underwritten by. Eventually talked to a supervisor. >> He got the agent back on line, and by then, I just hit the mute key on >> my handset and let her go on talking. They never did disconnect, >> however, she did go away. After a couple hours the battery handset >> died and the call ended. >> >> Ironically, I've never heard from them again. >> >> >>> There does seem to be flood lately, 2 calls a week is more than I >>> ever got before the DNC. The also call mid day to get older stay at >>> home types, I guess. >> >> If you are on the do-not-call list, the calls are illegal, except for >> the political ones. I believe the legislation that makes the other >> calls illegal makes political ones legal as well as calls from >> businesses with whom you have relationships with (banks, insurance, >> credit cards, Netflix, Blockbuster, etc) >> >> > > You are correct, the calls are illegal and the FCC will prosecute. > > All you have to do is furnish the calling phone number, time and date > and the name of the person you talked to. > > Catch -you have to find out the calling number. > if you check https://www.donotcall.gov/ --> File a Complaint you will see that: "1. To file a complaint now, your phone number must have been on the registry for 31 days. 2. To file a complaint, we need the date you got the call, and either the name or telephone number of the company that called you." Note name OR phone number. Lou From me at privacy.net Mon Mar 9 18:03:02 2009 From: me at privacy.net (anon) Date: Mon Mar 9 18:05:09 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "Indigo" wrote in message news:gosmnm$aca$1@news.spamcop.net... > > "anon" wrote in message > news:gophbl$pg0$1@news.spamcop.net... >> >> I am logged in as owner/with administrator privileges. >> >> I don't understand what I cannot do as admin. >> >> Why the error messages? > > This happens to me when I install an app that needs to write to the > c:/program data/microsoft/windows subdirectory. I get an error message > from the installer saying it can't write the file, so I have to run a > "take ownership" app on that directory, then click "retry", then it works. > The big PITA is that every time an app wants to create a new subdirectory > under c:/program data/microsoft/windows I have to run the "take ownership" > app before proceeding. Explain in detail how I 'take ownership'? What app do I run? As you say, this sounds like a PITA, but I guess I will have to live with it. From me at privacy.net Mon Mar 9 18:05:22 2009 From: me at privacy.net (anon) Date: Mon Mar 9 18:10:07 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "Kenneth Brody" wrote in message news:gorsg9$7h9$2@news.spamcop.net... > anon wrote: > [...] >> >> I am logged in as owner/with administrator privileges. >> >> I don't understand what I cannot do as admin. >> >> Why the error messages? > > I missed the beginning of this thread. Are you on XP or Vista? > > Under Vista, even the admin account doesn't have full privileges unless > you use "run as administrator" to start the program (or the program > explicitly requests Vista to raise its privileges). And, unless you've > turned off UAC, you'll get that "are you sure you want to do this" prompt. > > -- > Kenneth Brody On XP. I'm still confused as to why, with admin priv., I still can't do things?? From nobody at spamcop.net Mon Mar 9 20:33:23 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 9 20:35:09 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: "Farelf" wrote in message news:got013$uur$1@news.spamcop.net... > > Here at Cygnis Insignis (Western Australia) we had a certain very senior > Government bureaucrat or two who might have eked out their > well-remunerated careers a little longer had evidence of their > prevarications been truly as deleted as they believed (deletion itself > being illegal anyway). IIUC their undoing was in certain of the the > 'really hidden' files though detail is hard to find. Maybe it is all a > myth/precautionary tale but recovered e-mails or parts thereof were > apparently a real enough component of it, there being few other > explanations and perhaps none more probable to explain the detail > retrieved. One of the options PC has is to delete email from the "deleted email" mailbox, and it also has a "shredder" option for deletion (of any file) that will overwrite the old HD data multiple times. That's pretty damn strong protection against snoopers, IMO. From nobody at spamcop.net Mon Mar 9 20:35:04 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 9 20:35:09 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: "Ant" wrote in message news:gou02q$995$1@news.spamcop.net... > I can't speak for Vista but it's probably similar to XP. The recycle- > bin directory contains subdirectories for each user starting with > something like S-1-5-21-... Yes, that type of subdirectory is exactly what I was talking about when I said "hidden files". From nobody at spamcop.net Mon Mar 9 20:38:32 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 9 20:40:08 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: "anon" wrote in message news:gp43mq$qqb$1@news.spamcop.net... > > Explain in detail how I 'take ownership'? What app do I run? See: http://www.technobeta.com/posts/add-take-ownership-option-to-the-windows-vista-context-menu/ From nobody at spamcop.net Mon Mar 9 20:40:59 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 9 20:45:08 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: "anon" wrote in message news:gp43r6$rb5$1@news.spamcop.net... > > On XP. I'm still confused as to why, with admin priv., I still can't do > things?? I wish I knew the answer to that for Vista too....I know that the Data Execution Provention (DEP) program that comes with Vista (not XP, AFAIK) interferes frequently while I'm installing new apps. From nobody at spamcop.net Tue Mar 10 01:13:52 2009 From: nobody at spamcop.net (RW) Date: Tue Mar 10 01:15:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: AndrewB wrote: > calls illegal makes political ones legal as well as calls from > businesses with whom you have relationships with (banks, insurance, > credit cards, Netflix, Blockbuster, etc) Hate to say it, but since you asked for a quote, they now have a business relationship with you and are free to call. Whether they will or not is another story. Nothing stopping them from keeping the lead and hitting you with other pitches though. Richard From user at domain.invalid Tue Mar 10 02:50:16 2009 From: user at domain.invalid (Farelf) Date: Tue Mar 10 02:55:08 2009 Subject: [Scgeeks] Re: ParentoLogic Nag Screen problem In-Reply-To: References: <49AEC382.5080507@domain.invalid> Message-ID: Indigo wrote: > > "Farelf" wrote in message > news:got013$uur$1@news.spamcop.net... >> >> Here at Cygnis Insignis (Western Australia) we had a certain very >> senior Government bureaucrat or two who might have eked out their >> well-remunerated careers a little longer had evidence of their >> prevarications been truly as deleted as they believed (deletion itself >> being illegal anyway). IIUC their undoing was in certain of the the >> 'really hidden' files though detail is hard to find. Maybe it is all >> a myth/precautionary tale but recovered e-mails or parts thereof were >> apparently a real enough component of it, there being few other >> explanations and perhaps none more probable to explain the detail >> retrieved. > > One of the options PC has is to delete email from the "deleted email" > mailbox, and it also has a "shredder" option for deletion (of any file) > that will overwrite the old HD data multiple times. That's pretty damn > strong protection against snoopers, IMO. Sssshh ... we don't those 'civil servants' finding out about this (there again, it would ultimately put them jail, so ...). But thanks - if I dispose of anything with a functional HDD I need to know this stuff. From me at privacy.net Tue Mar 10 20:20:27 2009 From: me at privacy.net (anon) Date: Tue Mar 10 20:25:08 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "Indigo" wrote in message news:gp4cq7$hk4$1@news.spamcop.net... > > "anon" wrote in message > news:gp43mq$qqb$1@news.spamcop.net... >> >> Explain in detail how I 'take ownership'? What app do I run? > > See: > > http://www.technobeta.com/posts/add-take-ownership-option-to-the-windows-vista-context-menu/ Problem, I am using XP not vista. Do you have an XP link? From nobody at spamcop.net Tue Mar 10 21:16:56 2009 From: nobody at spamcop.net (Indigo) Date: Tue Mar 10 21:20:08 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: "anon" wrote in message news:gp704g$e2c$1@news.spamcop.net... > > > "Indigo" wrote in message > news:gp4cq7$hk4$1@news.spamcop.net... >> >> "anon" wrote in message >> news:gp43mq$qqb$1@news.spamcop.net... >>> >>> Explain in detail how I 'take ownership'? What app do I run? >> >> See: >> >> http://www.technobeta.com/posts/add-take-ownership-option-to-the-windows-vista-context-menu/ > > Problem, I am using XP not vista. > > Do you have an XP link? Nope. Did you try googling for an XP version? > > From wb8tyw at qsl.network Tue Mar 10 22:02:45 2009 From: wb8tyw at qsl.network (John Malmberg) Date: Tue Mar 10 22:05:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: D.F. Manno wrote: > In article , "anon" > wrote: > >> D.F. Manno wrote: >>> "Frog Prince" wrote: >>>> It's a tone intersept sequenc. I don't have the specks but it >>>> quite recongnizable. Way back when (before the DNC list you could >>>> buy on at radio shack or on line) >>> I have a .wav file of those tones. I'll e-mail it to anyone who >>> asks. >> How would I use the tone -- make a recording of it and then play it >> back when I get the bad call? > > I believe the idea is that you record an answering machine message that > starts with the tones, and from then on screen your calls. Then, if a > machine calls, it hears the tones and marks your number as disconnected. > The tones will mean nothing to a human caller. When I had a wired line, we used caller id to screen the calls. The telemarketers would hang up as soon as the answering machine picked up, just before it started playing is message. This also means that they would never hear those tones. So I find it hard to believe that they actually work. Next time, explain to them that they have called a pay phone, and that after the last area code split, all phones with the same prefix as what they called are pay phones. You may be able to get them to update their records. They really do not want to be calling pay phones. You can tell them that you only answered this phone because they have been ringing in sequence at the bus stop and everyone else that has answered has been laughing afterwards. At one of my former homes, it got rid of all the out of town telemarketers before I got caller id. -John wb8tyw@qsl.network Personal Opinion Only From nobody at spamcop.net Wed Mar 11 01:36:00 2009 From: nobody at spamcop.net (RW) Date: Wed Mar 11 01:40:08 2009 Subject: [Scgeeks] Re: stop annoying phone calls In-Reply-To: References: Message-ID: John Malmberg wrote: > > Next time, explain to them that they have called a pay phone, and that > after the last area code split, all phones with the same prefix as what > they called are pay phones. You may be able to get them to update their > records. I like that. That's good! Richard From aunt.jemima at pancake.box Wed Mar 11 21:24:33 2009 From: aunt.jemima at pancake.box (dwacon) Date: Wed Mar 11 21:25:08 2009 Subject: [Scgeeks] Exchange Server Problem Message-ID: We are using journaling in Exchange 2008 to archive incoming and outgoing mail for a customer. The customer wants the ability to search the archives... but the problem is the FROM field is from "Microsoft Exchange" in behalf of "Joe Blow." Any attempts at searching shows all mail is from "Microsoft Exchange." Anyone know workarounds? Thanks! From me at privacy.net Fri Mar 13 20:05:27 2009 From: me at privacy.net (anon) Date: Fri Mar 13 20:10:07 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "Indigo" wrote in message news:gp73e7$m54$1@news.spamcop.net... > > "anon" wrote in message > news:gp704g$e2c$1@news.spamcop.net... >> >> >> "Indigo" wrote in message >> news:gp4cq7$hk4$1@news.spamcop.net... >>> >>> "anon" wrote in message >>> news:gp43mq$qqb$1@news.spamcop.net... >>>> >>>> Explain in detail how I 'take ownership'? What app do I run? >>> >>> See: >>> >>> http://www.technobeta.com/posts/add-take-ownership-option-to-the-windows-vista-context-menu/ >> >> Problem, I am using XP not vista. >> >> Do you have an XP link? > > Nope. Did you try googling for an XP version? >> >> > Read MS file about - How to take ownership of a file or a folder in Windows XP - very clear and applicable. Followed instructions TWO PROBLEMS (drive C: and scheduler.) Wanted to take possession of root of C: drive - NO SECURITY TAB to take ownership. Fixed all other partition/drives security tab there. Tried again to change scheduler - same error. From me at privacy.net Sat Mar 14 12:38:01 2009 From: me at privacy.net (anon) Date: Sat Mar 14 12:40:08 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "anon" wrote in message news:gpesc9$f9b$1@news.spamcop.net... > > > "Indigo" wrote in message > news:gp73e7$m54$1@news.spamcop.net... >> >> "anon" wrote in message >> news:gp704g$e2c$1@news.spamcop.net... >>> >>> >>> "Indigo" wrote in message >>> news:gp4cq7$hk4$1@news.spamcop.net... >>>> >>>> "anon" wrote in message >>>> news:gp43mq$qqb$1@news.spamcop.net... >>>>> >>>>> Explain in detail how I 'take ownership'? What app do I run? >>>> >>>> See: >>>> >>>> http://www.technobeta.com/posts/add-take-ownership-option-to-the-windows-vista-context-menu/ >>> >>> Problem, I am using XP not vista. >>> >>> Do you have an XP link? >> >> Nope. Did you try googling for an XP version? >>> >>> >> > > Read MS file about - How to take ownership of a file or a folder in > Windows XP - very clear and applicable. > > Followed instructions TWO PROBLEMS (drive C: and scheduler.) > > Wanted to take possession of root of C: drive - NO SECURITY TAB to take > ownership. > > Fixed all other partition/drives security tab there. > > Tried again to change scheduler - same error. > > Further question - can I change the registry to make the security tab appear? Can I copy the "take possession" string from a good drive to (somewhere) to make the c: drive think I have possession? > From me at privacy.net Sat Mar 14 17:40:35 2009 From: me at privacy.net (anon) Date: Sat Mar 14 17:45:08 2009 Subject: [Scgeeks] history not technology Message-ID: Maybe you have lining parents/grandparents who can answer this. I am reading a book about someone who lived in Galveston, Texas in 1900. Thought came to mind - What happens to the horse and wagon during the day and night when they are 'parked' and not in use. Are there stables in every block in a large town like Galveston or New York? How are the horses cared for when not in use? In this case it sounds like he owned them????? From DLipman~nospam~ at Verizon.Net Sat Mar 14 17:42:41 2009 From: DLipman~nospam~ at Verizon.Net (David H. Lipman) Date: Sat Mar 14 17:45:09 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: From: "anon" | Further question - can I change the registry to make the security tab | appear? | Can I copy the "take possession" string from a good drive to (somewhere) to | make the c: drive think I have possession? Red herring. Taking Possesion has NOTHING to do with your problem. -- Dave http://www.claymania.com/removal-trojan-adware.html Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp From me at privacy.net Sat Mar 14 20:16:42 2009 From: me at privacy.net (anon) Date: Sat Mar 14 20:20:08 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "David H. Lipman" wrote in message news:gph8cg$e3q$1@news.spamcop.net... > From: "anon" > > > | Further question - can I change the registry to make the security tab > | appear? > > | Can I copy the "take possession" string from a good drive to (somewhere) > to > | make the c: drive think I have possession? > > Red herring. > > Taking Possesion has NOTHING to do with your problem. WELL I'm glad to hear that!! Now tell me how to cure the scheduler problem. Here is the error again (No account information could be found in the Task Scheduler):: ---copy__ --error message-- "LiveUpdate.job" (LiveUpdate.lnk) 1/23/2009 11:13:29 AM ** ERROR ** The attempt to retrieve account information for the specified task failed; therefore, the task did not run. Either an error occurred, or no account information existed for the task. The specific error is: 0x8004130f: security database for the task indicated. --end error--- > > -- > Dave > http://www.claymania.com/removal-trojan-adware.html > Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp > > From DLipman~nospam~ at Verizon.Net Sun Mar 15 08:19:59 2009 From: DLipman~nospam~ at Verizon.Net (David H. Lipman) Date: Sun Mar 15 08:20:09 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: From: "anon" | WELL I'm glad to hear that!! | Now tell me how to cure the scheduler problem. | Here is the error again (No account information could be found in the Task | Scheduler):: | ---copy__ | --error message-- | "LiveUpdate.job" (LiveUpdate.lnk) 1/23/2009 11:13:29 AM ** ERROR ** | The attempt to retrieve account information for the specified task failed; | therefore, the task did not run. Either an error occurred, or no account | information existed for the task. | The specific error is: | security database for the task indicated. | --end error--- Read "...retrieve account information ..." This pertains to authentication, thus what I was trying to assist you with all along. -- Dave http://www.claymania.com/removal-trojan-adware.html Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp From nobody at devnull.spamcop.net Sun Mar 15 14:19:19 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Sun Mar 15 14:20:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: anon wrote: > Maybe you have lining parents/grandparents who can answer this. > > I am reading a book about someone who lived in Galveston, Texas in > 1900. > Thought came to mind - > > What happens to the horse and wagon during the day and night when > they are 'parked' and not in use. > > Are there stables in every block in a large town like Galveston or > New York? > How are the horses cared for when not in use? > > In this case it sounds like he owned them????? Interesting query, actually and one I've pondered, too. As I understand it, and this might relate to before 1900, towns weren't villages and towns as we know them today. All they were is a bunch of stores, church, a bank, salloons, sheriff, doctor and other gathering spots. So, at night the population was almost 0 except for the owners of the shops, who had their own stalls. People came, did their business, and went back home to their own stables when they were done. I have pictures that look like salloons provided covered areas out back for animals, the blacksmith seemed to have a large stable too, and there seems to be a place for "parking" rigs & such but little for the literal horses. So I'd guess that other than while folks were doing their banking, drinking or whatever, they just put them out front or wherever the tether posts were, and went home afterwards to their own stables. At night the population didn't seem to be anything but the sheriff, a doctor maybe, and business owners. Oh, and the photos never show those big watering tanks for the horses that you see on TV either in all those spaghetti westerns. One article talked about going to the town well to water his horse, but it's only one mention and brief at that. If you have the time, try to spend some time at the micro-fiche at your local library perusing the papers of the time. That's where I got most of my info from, but it did start with a Great-Uncle of my wife's who actually lived the life as a child. It's slow going, but I'm attempting to gather information about the places my ancestors lived for our geneaology pages. It's slow going as you can imagine. My 2 ¢; not worth much, I know, but ... fun to guess about Twayne From nobody at spamcop.net Sun Mar 15 16:57:30 2009 From: nobody at spamcop.net (Indigo) Date: Sun Mar 15 17:00:07 2009 Subject: [Scgeeks] Re: task scheduler problem In-Reply-To: References: Message-ID: "anon" wrote in message news:gpesc9$f9b$1@news.spamcop.net... > > Read MS file about - How to take ownership of a file or a folder in > Windows XP - very clear and applicable. > > Followed instructions TWO PROBLEMS (drive C: and scheduler.) > > Wanted to take possession of root of C: drive - NO SECURITY TAB to take > ownership. > > Fixed all other partition/drives security tab there. > > Tried again to change scheduler - same error. > #1: you cannot take ownership of ALL the directories on C:\, especially the C:\Windows directory, and possibly the Documents and Settings directory, and the entire Program Data directory, at least not all at once. #2 The app I have appears when I right-click on a directory in the context menu. Sometimes when I try to take ownership of a directory and every subdirectory and file underneath it, the app runs but doesn't actually change all of the rights like you wanted to do. Then you have to go to the subdirectories and re-run "take ownership" one by one until you fix the problem. It also chokes when the filenames become ungodly long, like over 135 characters. From nobody at spamcop.net Sun Mar 15 17:07:42 2009 From: nobody at spamcop.net (Indigo) Date: Sun Mar 15 17:10:08 2009 Subject: [Scgeeks] Re: history not technology In-Reply-To: References: Message-ID: "anon" wrote in message news:gph88m$dsu$1@news.spamcop.net... > Maybe you have lining parents/grandparents who can answer this. > > I am reading a book about someone who lived in Galveston, Texas in 1900. > > Thought came to mind - > > What happens to the horse and wagon during the day and night when they > are 'parked' and not in use. I'd assume that privately owned horses would stay in a stable or "wagon house" at their owners abode. Many such stables have been converted to quite nice houses over the years, especially in cities. In Baltimore, these traveling salesman called "Arabbers" still wander around the city streets daily selling their goods (mostly fresh veggies) using horse-drawn wagons. They keep their horses and wagons in a city-owned facility downtown (they pay rent to use the stable). How quaint, ain't it? How they got their name of Arabbers is an interesting history lesson on it's own, has nothing to do with Arabs ;-) From MikeE at ster.invalid Sun Mar 15 18:13:49 2009 From: MikeE at ster.invalid (Mike Easter) Date: Sun Mar 15 18:15:09 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: anon wrote: > How are the horses cared for when not in use? In the 20s when my mother was growing up in a rural area with a tiny schoolhouse a few miles away, she rode her 'pony' - horse named Shorty - to school most days. He grazed in the schoolyard until she got out of school, then she rode him home. They had a horse or 3, some cattle, some chickens, I don't know about pigs, and a barn. The cows came to the barn to get milked, the horses were more privileged to stay in the barn more often, the feral cat population was balanced by the number of rodent prey in the barn, the rodent prey was managed by the cats and the owls. Chickens were good for daily eggs and chicken dinners. I think I have a book on Galveston in about 1900. I saw a good show on the History channel recently about the big hurricane before the ground elevation of most of the buildings was raised and the seawall built. -- Mike Easter kibitzer, not SC admin From dfmanno at mail.com Sun Mar 15 20:42:39 2009 From: dfmanno at mail.com (D.F. Manno) Date: Sun Mar 15 20:45:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: In article , "anon" wrote: > Maybe you have lining parents/grandparents who can answer this. > > I am reading a book about someone who lived in Galveston, Texas in 1900. > > Thought came to mind - > > What happens to the horse and wagon during the day and night when they are > 'parked' and not in use. > > Are there stables in every block in a large town like Galveston or New York? > > How are the horses cared for when not in use? > > In this case it sounds like he owned them????? There were stables throughout big cities like New York. The last public stable in Manhattan, the Claremont Riding Academy, closed Apr. 29, 2007 after 115 years in business. or -- D.F. Manno dfmanno@mail.com From nobody at spamcop.net Tue Mar 17 11:36:46 2009 From: nobody at spamcop.net (Ellen) Date: Tue Mar 17 11:40:09 2009 Subject: [Scgeeks] Scheduled Maintenance Thursday March 19, 2009 Message-ID: The maintenance has been rescheduled from today to Thursday. I do not have the exact time yet -- I will update you when I do. Please propagate as needed. Ellen SpamCop From nobody at devnull.spamcop.net Tue Mar 17 22:02:05 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Tue Mar 17 22:05:08 2009 Subject: [Scgeeks] OE's Quote Marks Message-ID: Hi, I took this to a couple of the OE newsgroups and found nothing but a bunch of guessers and dummies there that couldn't agree whether a manhole was square or round if they were standing in it! I know a couple folk here have valid opinons and experience, so thought I'd pose the question here too. Somehow, my OE HTML settings got switched to "quoted printable". Probably about a month ago because that's when I first started noticing HTML mails coming up with the "|" for quoting text vs. the ">". I finally got fed up enough with it today to look into it. Apparently, if you use quoted printable for quoting mails, you get the "|" quote character, plus MS OE takes a paragraph stance vs a line stance for quotes, and that produces the side bars that cannot be easily broken into to snip or respond inline to them. A "feature" according to MS's site. But if I change it to either of the other two available options, either "none" or "base 64", the old, familiar ">" comes back and managing the quotes in a response again becomes workable. So, my question: "none" seems to work fine for now. Of the three possible options, none, quoted printable and base64, which is the best one to use, and why? And where did mime to to? Or is that the same as quoted printable? And while I'm at it: What would you consider the optimal line length setting for Sending? I have it set to 72 right now; I think I used to have it at 65 and I'm not sure how/why I would have changed it. Or is neither of those the preferred width for the "average" reader? And yes, I realize there is no such thing as average. It's like tinw. Oh, and I also have OEQuotefix installed. But baby steps; baby steps. Right now I'm not useing it. I miss the coloring and it's SO much work to press CTRL-END, but I guess I'll live . TIA, Twayne From DLipman~nospam~ at Verizon.Net Tue Mar 17 22:20:55 2009 From: DLipman~nospam~ at Verizon.Net (David H. Lipman) Date: Tue Mar 17 22:25:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: From: "Twayne" | Hi, | I took this to a couple of the OE newsgroups and found nothing but a | bunch of guessers and dummies there that couldn't agree whether a | manhole was square or round if they were standing in it! I know a | couple folk here have valid opinons and experience, so thought I'd pose | the question here too. | Somehow, my OE HTML settings got switched to "quoted printable". | Probably about a month ago because that's when I first started noticing | HTML mails coming up with the "|" for quoting text vs. the ">". I | finally got fed up enough with it today to look into it. | Apparently, if you use quoted printable for quoting mails, you get | the "|" quote character, plus MS OE takes a paragraph stance vs a line | stance for quotes, and that produces the side bars that cannot be easily | broken into to snip or respond inline to them. A "feature" according to | MS's site. | But if I change it to either of the other two available options, | either "none" or "base 64", the old, familiar ">" comes back and | managing the quotes in a response again becomes workable. | So, my question: | "none" seems to work fine for now. Of the three possible options, | none, quoted printable and base64, which is the best one to use, and | why? | And where did mime to to? Or is that the same as quoted printable? | And while I'm at it: | What would you consider the optimal line length setting for Sending? | I have it set to 72 right now; I think I used to have it at 65 and I'm | not sure how/why I would have changed it. Or is neither of those the | preferred width for the "average" reader? And yes, I realize there is | no such thing as average. It's like tinw. | Oh, and I also have OEQuotefix installed. But baby steps; baby steps. | Right now I'm not useing it. I miss the coloring and it's SO much work | to press CTRL-END, but I guess I'll live . | TIA, | Twayne That's why I use Fidolook ! Look in my headers... FL-Build: Fidolook 2007 (HV) 6.0.6000.97 - 24/12/2008 20:32:05 -- Dave http://www.claymania.com/removal-trojan-adware.html Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp From nobody at devnull.spamcop.net Tue Mar 17 22:43:35 2009 From: nobody at devnull.spamcop.net (Wazoo) Date: Tue Mar 17 22:45:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Twayne" wrote in message news:gppkmo$3bu$1@news.spamcop.net... > > Somehow, my OE HTML settings got switched to "quoted printable". Almost all of what you are looking for, asking abut still exists ... it's hiding under the "Plain Text" settings. > But if I change it to either of the other two available options, > either "none" or "base 64", the old, familiar ">" comes back and > managing the quotes in a response again becomes workable. Using "Plain Text" works so much better > So, my question: > "none" seems to work fine for now. Of the three possible > options, none, quoted printable and base64, which is the best one > to use, and why? "Plain Text" works better .. because one can use it everywhere!! > And where did mime to to? Or is that the same as quoted > printable? Consider "Quoted-Printable" a sub-set of MIME ... > What would you consider the optimal line length setting for > Sending? I have it set to 72 right now; I think I used to have it > at 65 and I'm not sure how/why I would have changed it. You changed it after one of Mike Easter's complaints about the "short lines" being seen in your "quoted" newsgroup postings. From not at home.today Tue Mar 17 22:49:19 2009 From: not at home.today (Ant) Date: Tue Mar 17 22:50:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Twayne" wrote: > So, my question: > "none" seems to work fine for now. Of the three possible options, > none, quoted printable and base64, which is the best one to use, and > why? Always use 'none'. Quoted-printable and base64 aren't quoted or rendered properly by some newsagents. Base64 is particularly unfriendly because it's not plain text. > And while I'm at it: > What would you consider the optimal line length setting for Sending? > I have it set to 72 right now; I've given up with letting OE manage quoting and wrapping. Mine is set to the maximum length so it won't introduce line-wraps where I don't want them (e.g. long URLs). I edit my posts and replies in a text editor which tells me the line length which I normally keep between 70 & 72. From MikeE at ster.invalid Tue Mar 17 23:32:53 2009 From: MikeE at ster.invalid (Mike Easter) Date: Tue Mar 17 23:35:09 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Twayne wrote: X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 > So, my question: > "none" seems to work fine for now. Of the three possible options, > none, quoted printable and base64, which is the best one to use, and > why? none; QP only works pretty good/functional with OE to OE, not well or consistently in 'mixed company'. I don't know how to comment on b64 except to say that it isn't a rational choice. > And where did mime to to? Or is that the same as quoted printable? mime is what you use instead of uuencoding > And while I'm at it: > What would you consider the optimal line length setting for Sending? > I have it set to 72 right now; I would say 72-74, but as long as OE is your editor, things are going to go wrong. OEQF (QuoteFix) does a lot to help, but your particular version of OE has some snags with OEQF. See http://home.in.tum.de/~jain/software/oe-quotefix/ Configuring Outlook Express - If you are using Windows XP SP2, please mind the following: > Oh, and I also have OEQuotefix installed. -- Mike Easter kibitzer, not SC admin From nobody at spamcop.net Wed Mar 18 08:42:44 2009 From: nobody at spamcop.net (bar0) Date: Wed Mar 18 08:45:09 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Mike Easter" wrote in message news:gppq0q$f5b$1@news.spamcop.net... > Twayne wrote: > X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 > >> So, my question: >> "none" seems to work fine for now. Of the three possible options, >> none, quoted printable and base64, which is the best one to use, and >> why? > > none; QP only works pretty good/functional with OE to OE, not well or > consistently in 'mixed company'. I don't know how to comment on b64 > except to say that it isn't a rational choice. > >> And where did mime to to? Or is that the same as quoted printable? > > mime is what you use instead of uuencoding > >> And while I'm at it: >> What would you consider the optimal line length setting for Sending? >> I have it set to 72 right now; > > I would say 72-74, but as long as OE is your editor, things are going to > go wrong. OEQF (QuoteFix) does a lot to help, but your particular version > of OE has some snags with OEQF. See > http://home.in.tum.de/~jain/software/oe-quotefix/ Configuring Outlook > Express - If you are using Windows XP SP2, please mind the following: > > >> Oh, and I also have OEQuotefix installed. > > > > -- > Mike Easter > kibitzer, not SC admin > If it was easy in OE, I'd KF QP posts, they don't get quote marks at all when replying, and I get pissed having to insert ">" manually. I also hate all the "=" signs in the text. I suppose I could get QF, but I don't feel like manageing another piece of software. Plain text works fine, why do people have to fsck with it? From nobody at devnull.spamcop.net Wed Mar 18 11:48:44 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 11:50:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Wazoo" wrote in message news:gppn4o$7lj$1@news.spamcop.net... > "Twayne" wrote in message > news:gppkmo$3bu$1@news.spamcop.net... >> >> Somehow, my OE HTML settings got switched to "quoted printable". > > Almost all of what you are looking for, asking abut still exists ... > it's hiding under the "Plain Text" settings. > >> But if I change it to either of the other two available options, >> either "none" or "base 64", the old, familiar ">" comes back and >> managing the quotes in a response again becomes workable. > > Using "Plain Text" works so much better Yeah, no arguement there! I have a couple people though who prefer to use inline images so they can save them to different folders/directories depending on their content. Saving attachments is more work for them . Everyone has their own little quirks, I guess. Including me. > >> So, my question: >> "none" seems to work fine for now. Of the three possible options, >> none, quoted printable and base64, which is the best one to use, and >> why? > > "Plain Text" works better .. because one can use it everywhere!! > >> And where did mime to to? Or is that the same as quoted printable? > > Consider "Quoted-Printable" a sub-set of MIME ... > >> What would you consider the optimal line length setting for >> Sending? I have it set to 72 right now; I think I used to have it at >> 65 and I'm not sure how/why I would have changed it. > > You changed it after one of Mike Easter's complaints about the "short > lines" being seen in your "quoted" newsgroup postings. lol, good memory! I still don't recall it, but it sounds plausible. It almost sounds like you're trying to suggest that Plain Text works better? < G > Cheers, Twayne > > From nobody at devnull.spamcop.net Wed Mar 18 11:53:17 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 11:55:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Ant" wrote in message news:gppnfr$99e$1@news.spamcop.net... > "Twayne" wrote: > >> So, my question: >> "none" seems to work fine for now. Of the three possible options, >> none, quoted printable and base64, which is the best one to use, and >> why? > > Always use 'none'. Quoted-printable and base64 aren't quoted or > rendered properly by some newsagents. Base64 is particularly > unfriendly > because it's not plain text. Ah, that's the kind of information I was looking for! None makes sense to me anyway. Base64 it seems I only see in spams anyway but I don't really keep close track. > >> And while I'm at it: >> What would you consider the optimal line length setting for >> Sending? >> I have it set to 72 right now; > > I've given up with letting OE manage quoting and wrapping. Mine is set > to the maximum length so it won't introduce line-wraps where I don't > want them (e.g. long URLs). I edit my posts and replies in a text > editor which tells me the line length which I normally keep between 70 > & 72. Yeah, I've been playing around with it a bit. No matter what one uses it seems that replies, because of the ">", ">>" messes it up anyway. And OEQuotefix doesn't seem to help anything that way except I keep forgetting who has actual control of the line length and have to check it every time, lol . Anyway, thanks! Twayne > > From nobody at spamcop.net Wed Mar 18 11:54:21 2009 From: nobody at spamcop.net (Indigo) Date: Wed Mar 18 11:55:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks In-Reply-To: References: Message-ID: "Wazoo" wrote in message news:gppn4o$7lj$1@news.spamcop.net... > You changed it after one of Mike Easter's complaints about the "short > lines" being seen in your "quoted" newsgroup postings. > Heh. I knew his name would pop up in someone's reply, with him being the resident NG guru/enforcer on the proper use of newsreaders, in particular OE ;-) From nobody at spamcop.net Wed Mar 18 11:57:36 2009 From: nobody at spamcop.net (Indigo) Date: Wed Mar 18 12:00:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks In-Reply-To: References: Message-ID: "bar0" wrote in message news:gpqq89$el$1@news.spamcop.net... > If it was easy in OE, I'd KF QP posts, they don't get quote marks at all > when replying, and I get pissed having to insert ">" manually. I also hate > all the "=" signs in the text. I suppose I could get QF, but I don't feel > like manageing another piece of software. Plain text works fine, why do > people have to fsck with it? Man, I WISH I could use QF! I really, really miss it. It's a tiny proggie, and you can set it up to automatically launch with OE. Wish someone would write a similar app for Vista's Windows Mail! From nobody at devnull.spamcop.net Wed Mar 18 12:04:56 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 12:05:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "bar0" wrote in message news:gpqq89$el$1@news.spamcop.net... > > "Mike Easter" wrote in message > news:gppq0q$f5b$1@news.spamcop.net... >> Twayne wrote: >> X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 >> >>> So, my question: >>> "none" seems to work fine for now. Of the three possible >>> options, >>> none, quoted printable and base64, which is the best one to use, and >>> why? >> >> none; QP only works pretty good/functional with OE to OE, not well >> or >> consistently in 'mixed company'. I don't know how to comment on b64 >> except to say that it isn't a rational choice. >> >>> And where did mime to to? Or is that the same as quoted >>> printable? >> >> mime is what you use instead of uuencoding >> >>> And while I'm at it: >>> What would you consider the optimal line length setting for >>> Sending? >>> I have it set to 72 right now; >> >> I would say 72-74, but as long as OE is your editor, things are going >> to >> go wrong. OEQF (QuoteFix) does a lot to help, but your particular >> version >> of OE has some snags with OEQF. See >> http://home.in.tum.de/~jain/software/oe-quotefix/ Configuring >> Outlook >> Express - If you are using Windows XP SP2, please mind the following: >> >> >>> Oh, and I also have OEQuotefix installed. >> >> >> >> -- >> Mike Easter >> kibitzer, not SC admin >> > > If it was easy in OE, I'd KF QP posts, they don't get quote marks at > all when replying, and I get pissed having to insert ">" manually. I > also hate all the "=" signs in the text. I suppose I could get QF, but > I don't feel like manageing another piece of software. Plain text > works fine, why do people have to fsck with it? > This is all assuming HTML mails of course; not Plain Text: I can understand where you're coming from but ... here at least, XP Pro SP3 & OE6, they both appear to quote properly. I did notice that sometimes they will not show properly until you click Reply though, even if there are already several respondents, IF the quotemark is the pipe symbol. Strange. From an MS article I found, the quoted printable treats text on a paragraph basis and uses only the pipe symbol "|" for its quotemark. That's why you can't break into the paragraphs easily to add an inline comment with that type of mail. Actually that's what got me going on these posts, though it was e-mails. I despise that kind of thing. The article didn't say so except to say it was ONLY quoted printable that used the paragraph distinction, and it's true that useing either none or base64 (not recommended) lets it revert to the ">" quote marks. There is a caveat that goes with it too: Apparently you have to close and reopen OE in order for the changes to "take", and if you have mail that already has the pipe symbol for the quotemarks, they remain there, overriding the programmed ">" quotemark. So, you need a new e-mail for it to be seen. I started with sending myself mails and then asked my sister to send me a mail. It all worked as expected then. Plain text of course does as the programmed character window says. Oh, and there's an interaction with responding in kind to emails if you have that set. Cheers, Twayne From nobody at devnull.spamcop.net Wed Mar 18 12:21:57 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 12:25:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Mike Easter wrote: > Twayne wrote: > X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 > >> So, my question: >> "none" seems to work fine for now. Of the three possible options, >> none, quoted printable and base64, which is the best one to use, and >> why? > > none; QP only works pretty good/functional with OE to OE, not well or > consistently in 'mixed company'. I don't know how to comment on b64 > except to say that it isn't a rational choice. lol, I agree! But just in case there was a legit use for it, I wanted to leave the window open. > >> And where did mime to to? Or is that the same as quoted >> printable? > > mime is what you use instead of uuencoding > >> And while I'm at it: >> What would you consider the optimal line length setting for >> Sending? I have it set to 72 right now; > > I would say 72-74, but as long as OE is your editor, things are going > to go wrong. OEQF (QuoteFix) does a lot to help, but your particular > version of OE has some snags with OEQF. See > http://home.in.tum.de/~jain/software/oe-quotefix/ Configuring Outlook > Express - If you are using Windows XP SP2, please mind the following: > > >> Oh, and I also have OEQuotefix installed. I checked the link you gave, but unless I just don't have enough caffeine yet, I'm not seeing anything there about my "particulare version of OE" having snags with OEQF. In fact, there is nothing about configuring OE. Could you be a little more specific? What am I missing? Regards, Twayne From nobody at devnull.spamcop.net Wed Mar 18 12:25:54 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 12:30:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Indigo wrote: > "bar0" wrote in message > news:gpqq89$el$1@news.spamcop.net... >> If it was easy in OE, I'd KF QP posts, they don't get quote marks at >> all when replying, and I get pissed having to insert ">" manually. I >> also hate all the "=" signs in the text. I suppose I could get QF, >> but I don't feel like manageing another piece of software. Plain >> text works fine, why do people have to fsck with it? > > Man, I WISH I could use QF! I really, really miss it. It's a tiny > proggie, and you can set it up to automatically launch with OE. Wish > someone would write a similar app for Vista's Windows Mail! Sounds like a good idea; post it on some of the developer groups & see if anyone bites. From MikeE at ster.invalid Wed Mar 18 12:56:45 2009 From: MikeE at ster.invalid (Mike Easter) Date: Wed Mar 18 13:00:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks In-Reply-To: References: Message-ID: Twayne wrote: > "bar0" >> "Mike Easter" >>> Twayne wrote: As long as we are discussing formatting and such, this reply^1 of Twayne to bar0's reply to my reply to Twayne is a great big mess which isn't remedied by any newsreaders I use; OEQF, Tbird, etc. ^1 news://news.spamcop.net/gpr632$7m4$1@news.spamcop.net The problem is a combination of shortlines introduced by Twayne's and bar0's replies, as well as the bottom posting by both Twayne and bar0. Bottom posting is/means untrimmed and non-contextualized. In that regard, it is 'just like' (untrimmed, no context) top posting, except that the bottompost reply is found without context way way down at the bottom of a lot of lines which weren't trimmed but should have been, instead of without context up at the top of a lot of lines which weren't trimmed but should have been. The only small advantage to bottom posting over top posting for the reader is that if s/he is motivated to _fix it_ by 're-editing' and reformatting, the bottom post can be remedied by going thru' and slashing out all of the extraneous lines which the previous bottomposters left in; whereas the reformatting of top posting requires cutting and pasting to restructure to restore order and attributions. The bottom post is no better than the top post in terms of the most important and severe deficiency of context. Communicating with each other in plaintext without the nuances of gestures and body language is 'difficult' at best -- for bottom and top posters to make everything more 'fuzzy' or indeterminate and ambiguous by giving the reader no context for their remarks is not good netiquette or good newsgroup communication. IMO of course. -- Mike Easter From MikeE at ster.invalid Wed Mar 18 13:04:45 2009 From: MikeE at ster.invalid (Mike Easter) Date: Wed Mar 18 13:05:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Twayne wrote: > Mike Easter wrote: >> Twayne wrote: >> X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 >> http://home.in.tum.de/~jain/software/oe-quotefix/ Configuring Outlook >> Express - If you are using Windows XP SP2, please mind the following: >> >> >>> Oh, and I also have OEQuotefix installed. > > I checked the link you gave, but unless I just don't have enough > caffeine yet, I'm not seeing anything there about my "particulare > version of OE" having snags with OEQF. In fact, there is nothing about > configuring OE. > Could you be a little more specific? What am I missing? Oh, I see. The address in the/my browser addressline (when reading in the page I cited) isn't really the address to use to link directly to the page I cited. I will outmaneuver the misleading browser addressline information and try again, and I can also paste the rest of the lines I snipped. http://home.in.tum.de/~jain/software/oe-quotefix/docs/usage.html Configuring Outlook Express If you are using Windows XP SP2, please mind the following: o OE-QuoteFix uses external files to color quoted material and to replace emoticons with icons. After installing WinXP SP2, OE is configured by default to block automatic downloads of external content. That means the coloring and icons features in OE-QuoteFix will not work. If you wish to use these features, you must disable the block in OE under [Tools | Options | Security]. o Furthermore, SP2 makes changes in OE's Read all messages in plain text feature. Instead of using an IE control, it now uses the RichEdit control. OE-QuoteFix' Viewing features will not function at all if you enable the plain text feature in OE under [Tools | Options | Read]. -- Mike Easter kibitzer, not SC admin From nobody at spamcop.net Wed Mar 18 13:36:52 2009 From: nobody at spamcop.net (Indigo) Date: Wed Mar 18 13:40:09 2009 Subject: [Scgeeks] Re: OE's Quote Marks In-Reply-To: References: Message-ID: "Twayne" wrote in message news:gpr7ac$cjk$1@news.spamcop.net... > Indigo wrote: >> Man, I WISH I could use QF! I really, really miss it. It's a tiny >> proggie, and you can set it up to automatically launch with OE. Wish >> someone would write a similar app for Vista's Windows Mail! > > Sounds like a good idea; post it on some of the developer groups & see if > anyone bites. > Got any links for those groups? From MikeE at ster.invalid Wed Mar 18 13:49:57 2009 From: MikeE at ster.invalid (Mike Easter) Date: Wed Mar 18 13:50:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Indigo wrote: > "Twayne" >> Indigo wrote: > >>> Man, I WISH I could use QF! I really, really miss it. It's a tiny >>> proggie, and you can set it up to automatically launch with OE. Wish >>> someone would write a similar app for Vista's Windows Mail! >> >> Sounds like a good idea; post it on some of the developer groups & see >> if anyone bites. >> > Got any links for those groups? You are chasing 2 dead ponies. QuoteFix's development ceased in 2003 Aug. I don't see any kind of progress happening there. QF has some 'developmental defects' which were never remedied during its active lifetime. Window's Mail is just another iteration of OE; which MS refractoriness to fixing all of the myriad things wrong with its editor has been apparent for all of the years since OE was first introduced. OE is not a 'good' much less great newsreader, but it works so-so with QF which is not without its own faults such as memory leak and other. Those who are very knowledgeable and experienced using and critiqueing newsreaders, such as the denizens of news.software.readers, have 'no use' for the likes of OE or its windowsmail progeny. They would recommend that you find some other newsreader. Of course, some of them would also recommend that you find some other OS, but that is another subject. As an OE user myself (more specifically a Win98se IEsp1 non-XP sp2 v. 6.00.2800.1106 + OEQF user/wrangler) I would also encourage you to explore other tools for newsreading. -- Mike Easter kibitzer, not SC admin From nobody at spamcop.net Wed Mar 18 15:25:06 2009 From: nobody at spamcop.net (Bar0) Date: Wed Mar 18 15:25:09 2009 Subject: [Scgeeks] Streamium Message-ID: G'day all, Is anyone familiar with Philips "Streamium" devices? It's a box that talks WiFi and connects as a upnp device to a PC/Mac via the local network, and is otherwise wired to your stereo. Apparently, on it's own it can connect to streaming audio (Internet radio) from the web, as well as access audio media on ones personal computer, and play it on ones stereo. I can choose one as an award, and wondered if anyone has used something similar or the same. My concerns (among others), are how would I enter my 512 bit (64 character) wpa password, would enabling Upnp enough to make it work put my PC in an insecure state? How well does it work? (fidelity etc.) Berny From nobody at devnull.spamcop.net Wed Mar 18 20:19:10 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 20:20:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Indigo wrote: > "Twayne" wrote in message > news:gpr7ac$cjk$1@news.spamcop.net... >> Indigo wrote: > >>> Man, I WISH I could use QF! I really, really miss it. It's a tiny >>> proggie, and you can set it up to automatically launch with OE. Wish >>> someone would write a similar app for Vista's Windows Mail! >> >> Sounds like a good idea; post it on some of the developer groups & >> see if anyone bites. >> > Got any links for those groups? Mmm, I didn't really have anything specific in mind, but now that you ask it strikes me that places like SourceForge and the like might be interested in something like that. Then there are the VB, C# etc. etc. groups; people there are oftten looking for new challenges. For VB you have all the versions from 6 classic up to the newest MS kidnapping efforts versions where people might be interested. At least that's what comes to my mind right now. Cheers, Twayne From nobody at devnull.spamcop.net Wed Mar 18 20:27:34 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 20:30:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Mike Easter wrote: > Indigo wrote: >> "Twayne" >>> Indigo wrote: >> >>>> Man, I WISH I could use QF! I really, really miss it. It's a tiny >>>> proggie, and you can set it up to automatically launch with OE. >>>> Wish someone would write a similar app for Vista's Windows Mail! >>> >>> Sounds like a good idea; post it on some of the developer groups & >>> see if anyone bites. >>> >> Got any links for those groups? > > You are chasing 2 dead ponies. > > QuoteFix's development ceased in 2003 Aug. I don't see any kind of > progress happening there. QF has some 'developmental defects' which > were never remedied during its active lifetime. I don't think anyone expects them to be doing anything. It's the kind of thing that would make an interesting project though, IMO, for others with such an interest. There are a LOT of developers trapped in the MS forever-obsoleting in favor of a new version world, who are still sticking with it. > > Window's Mail is just another iteration of OE; which MS > refractoriness to fixing all of the myriad things wrong with its > editor has been apparent for all of the years since OE was first > introduced. Soo, Mail could be a logical progression from OE, or vice-versa. > > OE is not a 'good' much less great newsreader, but it works so-so > with QF which is not without its own faults such as memory leak and > other. I don't think anyone is claiming it is. It is however, the most widely installed mail client in the world and the idea is to make it compliant a la OEQF, memory leak or not. For me, it was mostly an idle thought that could/would be useful were it to come about. IMO at least. > > Those who are very knowledgeable and experienced using and critiqueing > newsreaders, such as the denizens of news.software.readers, have 'no > use' for the likes of OE or its windowsmail progeny. They would > recommend that you find some other newsreader. Of course, some of > them would also recommend that you find some other OS, but that is > another subject. Well, OE is perfectly functional for my needs and purposes, stable and secure within XP when it's properly used. I could really not care less about those who want to use other clients; let them. It's like being queer: I don't care if you are, but do not try to enforce your lifestyle on me that's all, because I am not. I don't see those people you reference as being relevant to the thoughts I had. > > As an OE user myself (more specifically a Win98se IEsp1 non-XP sp2 v. > 6.00.2800.1106 + OEQF user/wrangler) I would also encourage you to > explore other tools for newsreading. No need to, for me anyway. I have a preference for avoiding 3rd party stuff where it's practical and when the native clients work perfectly well for me. I know this wasn't addressed to me, but I simply don't agree. There is nothing I am missing with OE that is a problem for me in any way except possibly that there are settings in it I don't understand, but there's nothing new about that. Just my 2 ¢ that's all. Twayne From nobody at devnull.spamcop.net Wed Mar 18 20:59:29 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Wed Mar 18 21:00:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Mike Easter wrote: > Twayne wrote: >> "bar0" >>> "Mike Easter" >>>> Twayne wrote: > > As long as we are discussing formatting and such, this reply^1 of > Twayne to bar0's reply to my reply to Twayne is a great big mess > which isn't remedied by any newsreaders I use; OEQF, Tbird, etc. > > ^1 news://news.spamcop.net/gpr632$7m4$1@news.spamcop.net preceding in this thread> The link won't work right now for some reason, so I called back the whole thread to look at and I don't see anything I'd call even a small "mess". > > The problem is a combination of shortlines introduced by Twayne's and > bar0's replies, as well as the bottom posting by both Twayne and bar0. I don't see those here at all in Bar 0's post or yours or mine. And I don't even have the window maximized, so I'm at a bit of a loss to understand what you're referring to. > > Bottom posting is/means untrimmed and non-contextualized. In that > regard, it is 'just like' (untrimmed, no context) top posting, except > that the bottompost reply is found without context way way down at the > bottom of a lot of lines which weren't trimmed but should have been, > instead of without context up at the top of a lot of lines which > weren't trimmed but should have been. > I still have to disagree. Perhaps some snippage would have been OK but none of those 3 mails are long enough that I see a problem with it, the context of the responses, including Bar0's is perfectly clear to me. In fact, my own opinion is that leaving the text untrimmed added to the overall context of the posts. > The only small advantage to bottom posting over top posting for the > reader is that if s/he is motivated to _fix it_ by 're-editing' and > reformatting, the bottom post can be remedied by going thru' and > slashing out all of the extraneous lines which the previous > bottomposters left in; whereas the reformatting of top posting > requires cutting and pasting to restructure to restore order and > attributions. lol, I always get a kick out of people when they feel they need to "fix" top posting. It's just not that hard to keep track of for a post with only two to three respondents in it at a time. Normally what I'll do is the "when in Rome" thing. If I'm the first responder, I'll either bottom post or inline/bottom post, whichever feels most relevant. But if I come to a thread that's had one response top postes, I'll continue the top post since it makes sens to do so. If there are both, it will depend on who I'm responding to which way I'd do it. Normally that ends up being an inline post i my case. What irritates me more than the posting styles is when people (like me on occasion) forget when to use para breaks. THAT, to me, is hard to read at times. In fact, and it's a personal opinion thing, I'll often skip a three-winow long single paragraph as just too much to mess around with. But that's a tangent; . > > The bottom post is no better than the top post in terms of the most > important and severe deficiency of context. Communicating with each > other in plaintext without the nuances of gestures and body language > is 'difficult' at best -- for bottom and top posters to make > everything more 'fuzzy' or indeterminate and ambiguous by giving the > reader no context for their remarks is not good netiquette or good > newsgroup communication. In some cases I could agree with you. But in most cases, I disagree as IMO it's mostly irrelevant and there is often little that's ambiguous in shorter posts, trimmed or not trimmed. To trim is sometimes to remove something I don't feel is relevant, but the person who posted to me may not agree, even if it's offset by multiple paragraphs. To me it's much more important to attend to the accuracy of a response than it is to remove seemingly moot information. I haven't done any trimming here either, because it's my opinion that to do so would take at least as much if not more time than to type this response. Ain't no future in it for anyone in this case. > > IMO of course. Of course. Same goes here. Human nature requires it to be thus, I guess. Cheers, Twayne From MikeE at ster.invalid Wed Mar 18 22:46:03 2009 From: MikeE at ster.invalid (Mike Easter) Date: Wed Mar 18 22:50:09 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Twayne wrote: > Mike Easter wrote: >> As long as we are discussing formatting and such, this reply^1 of >> Twayne to bar0's reply to my reply to Twayne is a great big mess >> which isn't remedied by any newsreaders I use; OEQF, Tbird, etc. >> >> ^1 news://news.spamcop.net/gpr632$7m4$1@news.spamcop.net > preceding in this thread> > > The link won't work right now for some reason, so I called back the > whole thread to look at and I don't see anything I'd call even a small > "mess". Here's a picture posted in .spam. Subject: Twayne & bar0 news://news.spamcop.net/gpsbfb$4ev$1@news.spamcop.net I don't know what else I can do to illustrate my point. -- Mike Easter kibitzer, not SC admin From nobody at devnull.spamcop.net Thu Mar 19 12:20:34 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Thu Mar 19 12:25:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Mike Easter wrote: ... > > http://home.in.tum.de/~jain/software/oe-quotefix/docs/usage.html > > Configuring Outlook Express > > If you are using Windows XP SP2, please mind the following: ... Ah, I see! That's a useful link for OEQF usage. Thanks much! Twayne From nobody at devnull.spamcop.net Thu Mar 19 13:21:23 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Thu Mar 19 13:25:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Mike Easter wrote: > Twayne wrote: >> Mike Easter wrote: > >>> As long as we are discussing formatting and such, this reply^1 of >>> Twayne to bar0's reply to my reply to Twayne is a great big mess >>> which isn't remedied by any newsreaders I use; OEQF, Tbird, etc. >>> >>> ^1 news://news.spamcop.net/gpr632$7m4$1@news.spamcop.net >>> >> >> The link won't work right now for some reason, so I called back the >> whole thread to look at and I don't see anything I'd call even a >> small "mess". > > Here's a picture posted in .spam. > > Subject: Twayne & bar0 > > news://news.spamcop.net/gpsbfb$4ev$1@news.spamcop.net > > I don't know what else I can do to illustrate my point. First, let me preface this by saying that in no way am I trying to be confrontational; I am simply a curious person but occasionally my "say what I mean" attitude is misinterpreted as an attack of some kind. Not so. OK, I see what you mean, I guess. I don't mean to beat dead horses, but what's interesting is that I don't seem to see what you see in the image you sent/included in .spam. Specifically I can't find the *exact* message you imaged for some reason. Bar 0's message [Message-ID: ] is the closest and last one I see however that would apparently have preceded whatever you imaged. Maybe the topmost line was clipped off or you had it in Reply state but didn't send it? Anyway ... The referenced message from Bar 0 appears perfectly fine here. The only stand-out "error" I see in it is a sentence that begins with a lower case letter vs upper case. I am assuming you are seeing the line overflows/short lines problem though. Right? I can of course create what you see by either widening the Folders column or narrowing the post body space. But at my normal viewing size it appears without what to you is a great big mess. And that brings me to the point of whether we are debating anything of substance or not? Or are we discussing apples & oranges somehow? Your grasp of this subject seems to be much wider than mine and this "stuff" has always been an annoyance to me in the sense that while I don't mind bugs if I know about them, but ... I do mind not understanding something. My not seeing a "great big mess" in your image as you do isn't the point; that's simply human nature. To me, the point is what causes the line overflows/short lines for you but not for me. I seldom see them in any post on an fo the groups. I can leave a screen capture over in .spam if you want to see it. I'll keep Bar 0's message marked unread in case we want to analyze it further. lol, we're not REALLY talking about you behind your back Bar; just sort of! Regards, Twayne From nobody at spamcop.net Thu Mar 19 15:27:06 2009 From: nobody at spamcop.net (Ellen) Date: Thu Mar 19 15:30:08 2009 Subject: [Scgeeks] Cancelled: SpamCop 4.5.0-084 Release Message-ID: This maintenance is going to be rescheduled. I do not have a new date/time yet. Subject: SpamCop 4.5.0-084 Release Ellen SpamCop From not at home.today Thu Mar 19 16:03:18 2009 From: not at home.today (Ant) Date: Thu Mar 19 16:05:08 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Twayne" wrote: > The referenced message from Bar 0 appears perfectly fine here. It is fine. Your quoting of the post caused the short lines. Example: bar0 quoting Mike E: [quote] > I would say 72-74, but as long as OE is your editor, things are going to > go wrong. OEQF (QuoteFix) does a lot to help, but your particular version [endquote] You quoting bar0's quote of Mike E: [quote] >> I would say 72-74, but as long as OE is your editor, things are going >> to >> go wrong. OEQF (QuoteFix) does a lot to help, but your particular >> version [endquote] Each line has been split in two because bar0's quoted lines were longer than your maximum line length. I believe this is the fault of OE, although it's an improvement on earlier versions where the wrapped lines would not have quote-marks. MS corrected it by implementing the "Format=Flowed" thingy I see in your headers but what they should also have done is re-formatted the entire quoted block (or simply not wrap quoted lines), not just add quote-marks to the chopped-off lines. There's not much you can do about it other than use a different news reader or manually reformat your posts in the way I do as described earlier. > To me, the point is what causes the line overflows/short lines for you > but not for me. I seldom see them in any post on an fo the groups. You need to look at *your* message as it appears in the group (on the news server). View it in a full window or view the message source if you still can't see it. From MikeE at ster.invalid Thu Mar 19 16:25:55 2009 From: MikeE at ster.invalid (Mike Easter) Date: Thu Mar 19 16:30:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: Twayne wrote: > Mike Easter wrote: >> I don't know what else I can do to illustrate my point. > > First, let me preface this by saying that in no way am I trying to be > confrontational; I am simply a curious person but occasionally my "say > what I mean" attitude is misinterpreted as an attack of some kind. Not > so. We are discussing something. Maybe we have different opinions or maybe we/I haven't pinned down exactly what we are discussing for us. I don't see a confrontation; that wasn't my intent and I don't see it as yours. I suspect in the final analysis we might have different opinions about the significance of bottom posting -- rather the importance of not. > OK, I see what you mean, I guess. I don't mean to beat dead horses, but > what's interesting is that I don't seem to see what you see in the image > you sent/included in .spam. I was trying to illustrate both shortlines and bottom posting. I'll paste some shortlines from the message here: >>> options, >> or >> to >> version >> Outlook None of those words should have been on a line all by itself. > Specifically I can't find the *exact* > message you imaged for some reason. It is your own message in which you are replying to bar0 who was replying to me who was replying to you. You should be able to click on this link: news://news.spamcop.net/gpr632$7m4$1@news.spamcop.net When I click that link, OE opens the message for me. > Bar 0's message [Message-ID: > ] is the closest and last one I see It is not a bar0 message. It is a Twayne message replying to a bar0 message. That's why the top line sez: "bar0" wrote in message news:gpqq89$el$1@news.spamcop.net... ... because that's the way your OE makes attributions. > The referenced message from Bar 0 appears perfectly fine here. We are talking about your Twayne message which I illustrated in .spam and which the news: link displays. > I am assuming you are seeing the line > overflows/short lines problem though. Right? Right. > I can of course create what you see by either widening the Folders > column or narrowing the post body space. But at my normal viewing size > it appears without what to you is a great big mess. So, perhaps you are saying that you don't see those one word lines which are illustrated in the .gif attachment in .spam and which are characterized/cited above? > And that brings me to the point of whether we are debating anything of > substance or not? Or are we discussing apples & oranges somehow? The shortline problem is 'one of those things' which is difficult to eliminate when the newsreader is OE. The bottom posting problem, like a top posting problem, is not caused by the newsreader. It is a posting style of the individuals; in this case bar0 and Twayne. It is my opinion that bottom posting and top posting interfere with the quality of the communication between the posters; and that both bottom posters and top posters should trim and contextualize instead of top posting or bottom posting. > Your grasp of this subject seems to be much wider than mine and this > "stuff" has always been an annoyance to me in the sense that while I > don't mind bugs if I know about them, but ... I do mind not > understanding something. > My not seeing a "great big mess" in your image as you do isn't the > point; that's simply human nature. OK. Maybe I should have said 'a mess' instead of 'a great big mess'; but the size of the mess, in terms of number of lines, was increased by two consecutive bottom posters; since there were a lot more lines in the 'mess' than there would have been if both bar0 and Twayne had both been trimming to provide context for their replies. > To me, the point is what causes the line overflows/short lines for you > but not for me. I seldom see them in any post on an fo the groups. I > can leave a screen capture over in .spam if you want to see it. I'll > keep Bar 0's message marked unread in case we want to analyze it > further. It is possible that your own OE is reformatting your own posts but my OE is not reformatting your posts. Your OE is characterized by these lines: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original ... but mine is not. So, maybe your OE is 'working with' the format flowed condition and mine is not. But, it isn't just my OE whichi isn't 'fixing' your shortlines, because Tbird doesn't fix your shortlines either. Perhaps we should get off the shortline topic or happenstance if it is diverting/distracting us from 'debating' the bottom posting behavior. -- Mike Easter kibitzer, not SC admin From nobody at devnull.spamcop.net Thu Mar 19 19:34:54 2009 From: nobody at devnull.spamcop.net (Wazoo) Date: Thu Mar 19 19:35:07 2009 Subject: [Scgeeks] Re: OE's Quote Marks References: Message-ID: "Twayne" wrote in message news:gptuuc$oa7$1@news.spamcop.net... > Mike Easter wrote: >> Twayne wrote: >>> Mike Easter wrote: >> >>>> As long as we are discussing formatting and such, this reply^1 >>>> of >>>> Twayne to bar0's reply to my reply to Twayne is a great big >>>> mess >>>> which isn't remedied by any newsreaders I use; OEQF, Tbird, >>>> etc. >>>> >>> The link won't work right now for some reason, so I called back >>> the >>> whole thread to look at and I don't see anything I'd call even a >>> small "mess". >> >> Here's a picture posted in .spam. >> >> Subject: Twayne & bar0 >> news://news.spamcop.net/gpsbfb$4ev$1@news.spamcop.net >> >> I don't know what else I can do to illustrate my point. > > OK, I see what you mean, I guess. I don't mean to beat dead > horses, but what's interesting is that I don't seem to see what > you see in the image you sent/included in .spam. Specifically I > can't find the *exact* message you imaged for some reason. Bar > 0's message [Message-ID: ] is the > closest and last one I see however that would apparently have > preceded whatever you imaged. Maybe the topmost line was clipped > off or you had it in Reply state but didn't send it? Anyway ... To offer up another "view" of the issue being discussed 'here' ... http://zeta.cesmail.net/pipermail/scgeeks/2009-March/003478.html The "threaded" view somewhat distorted due to only indenting a few levels. From me at privacy.net Sat Mar 21 16:27:19 2009 From: me at privacy.net (anon) Date: Sat Mar 21 16:30:08 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "Indigo" wrote in message news:gpjq3q$1hg$1@news.spamcop.net... > > "anon" wrote in message > news:gpesc9$f9b$1@news.spamcop.net... >> >> Read MS file about - How to take ownership of a file or a folder in >> Windows XP - very clear and applicable. >> >> Followed instructions TWO PROBLEMS (drive C: and scheduler.) >> >> Wanted to take possession of root of C: drive - NO SECURITY TAB to take >> ownership. >> >> Fixed all other partition/drives security tab there. >> >> Tried again to change scheduler - same error. >> > > #1: you cannot take ownership of ALL the directories on C:\, especially > the C:\Windows directory, and possibly the Documents and Settings > directory, and the entire Program Data directory, at least not all at > once. > Actually, NONE of the directories in C: drive had the security tab. Therefore I could not take ownership of anything on drive C: > #2 The app I have appears when I right-click on a directory in the context > menu. Sometimes when I try to take ownership of a directory and every > subdirectory and file underneath it, the app runs but doesn't actually > change all of the rights like you wanted to do. Then you have to go to the > subdirectories and re-run "take ownership" one by one until you fix the > problem. It also chokes when the filenames become ungodly long, like over > 135 characters. From me at privacy.net Sat Mar 21 16:28:47 2009 From: me at privacy.net (anon) Date: Sat Mar 21 16:30:09 2009 Subject: [Scgeeks] Re: task scheduler problem References: Message-ID: "David H. Lipman" wrote in message news:gpirpf$8af$1@news.spamcop.net... > From: "anon" > > > | WELL I'm glad to hear that!! > > | Now tell me how to cure the scheduler problem. > > | Here is the error again (No account information could be found in the > Task > | Scheduler):: > > | ---copy__ > | --error message-- > | "LiveUpdate.job" (LiveUpdate.lnk) 1/23/2009 11:13:29 AM ** ERROR ** > | The attempt to retrieve account information for the specified task > failed; > | therefore, the task did not run. Either an error occurred, or no account > | information existed for the task. > | The specific error is: > > | security database for the task indicated. > | --end error--- > > Read "...retrieve account information ..." Where do I find this? Is there a link?? > > This pertains to authentication, thus what I was trying to assist you with > all along. > > > -- > Dave > http://www.claymania.com/removal-trojan-adware.html > Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp > > From me at privacy.net Sat Mar 21 20:52:22 2009 From: me at privacy.net (anon) Date: Sat Mar 21 20:55:07 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: "Twayne" wrote in message news:gpjgr7$6gi$1@news.spamcop.net... > anon wrote: >> Maybe you have lining parents/grandparents who can answer this. >> >> I am reading a book about someone who lived in Galveston, Texas in >> 1900. >> Thought came to mind - >> >> What happens to the horse and wagon during the day and night when >> they are 'parked' and not in use. >> >> Are there stables in every block in a large town like Galveston or >> New York? >> How are the horses cared for when not in use? >> >> In this case it sounds like he owned them????? > > Interesting query, actually and one I've pondered, too. > > As I understand it, and this might relate to before 1900, towns weren't > villages and towns as we know them today. All they were is a bunch of > stores, church, a bank, salloons, sheriff, doctor and other gathering > spots. > So, at night the population was almost 0 except for the owners of the > shops, who had their own stalls. People came, did their business, and > went back home to their own stables when they were done. I have pictures > that look like salloons provided covered areas out back for animals, the > blacksmith seemed to have a large stable too, and there seems to be a > place for "parking" rigs & such but little for the literal horses. This is sort of what is shown in the wild west movies - usually real small towns. My curiosity was about a larger town - where were the stables thee. Did each block have one or were they more scattered than that? > So I'd guess that other than while folks were doing their banking, > drinking or whatever, they just put them out front or wherever the tether > posts were, and went home afterwards to their own stables. At night the > population didn't seem to be anything but the sheriff, a doctor maybe, and > business owners. Oh, and the photos never show those big watering tanks > for the horses that you see on TV either in all those spaghetti > westerns. One article talked about going to the town well to water his > horse, but it's only one mention and brief at that. > > If you have the time, try to spend some time at the micro-fiche at your > local library perusing the papers of the time. That's where I got most of > my info from, but it did start with a Great-Uncle of my wife's who > actually lived the life as a child. > It's slow going, but I'm attempting to gather information about the > places my ancestors lived for our geneaology pages. It's slow going as > you can imagine. > > My 2 ?; not worth much, I know, but ... fun to guess about > > Twayne > > From me at privacy.net Sat Mar 21 20:54:03 2009 From: me at privacy.net (anon) Date: Sat Mar 21 20:55:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: "Indigo" wrote in message news:gpjqmv$3sh$1@news.spamcop.net... > > "anon" wrote in message > news:gph88m$dsu$1@news.spamcop.net... >> Maybe you have lining parents/grandparents who can answer this. >> >> I am reading a book about someone who lived in Galveston, Texas in 1900. >> >> Thought came to mind - >> >> What happens to the horse and wagon during the day and night when they >> are 'parked' and not in use. > > I'd assume that privately owned horses would stay in a stable or "wagon > house" at their owners abode. Many such stables have been converted to > quite nice houses over the years, especially in cities. The particular lot mentioned in the story was an ordinary house on a city lot - did not seem to be large enough for its own stable. > > In Baltimore, these traveling salesman called "Arabbers" still wander > around the city streets daily selling their goods (mostly fresh veggies) > using horse-drawn wagons. They keep their horses and wagons in a > city-owned facility downtown (they pay rent to use the stable). How > quaint, ain't it? How they got their name of Arabbers is an interesting > history lesson on it's own, has nothing to do with Arabs ;-) From me at privacy.net Sat Mar 21 20:56:05 2009 From: me at privacy.net (anon) Date: Sat Mar 21 21:00:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: "Mike Easter" wrote in message news:gpjuim$as3$1@news.spamcop.net... > anon wrote: > >> How are the horses cared for when not in use? > > In the 20s when my mother was growing up in a rural area with a tiny > schoolhouse a few miles away, she rode her 'pony' - horse named Shorty - > to school most days. He grazed in the schoolyard until she got out of > school, then she rode him home. > > They had a horse or 3, some cattle, some chickens, I don't know about > pigs, and a barn. The cows came to the barn to get milked, the horses > were more privileged to stay in the barn more often, the feral cat > population was balanced by the number of rodent prey in the barn, the > rodent prey was managed by the cats and the owls. Chickens were good for > daily eggs and chicken dinners. > > I think I have a book on Galveston in about 1900. I saw a good show on > the History channel recently about the big hurricane before the ground > elevation of most of the buildings was raised and the seawall built. > That is the hurricane (1900) that brought the question to mink. The man in the story lived in a smaller house on a city lot - I doubt there was room for a stable there. > -- > Mike Easter > kibitzer, not SC admin > From user at domain.invalid Sat Mar 21 22:14:20 2009 From: user at domain.invalid (Farelf) Date: Sat Mar 21 22:15:07 2009 Subject: [Scgeeks] Re: history not technology In-Reply-To: References: Message-ID: anon wrote: > Maybe you have lining parents/grandparents who can answer this. > > I am reading a book about someone who lived in Galveston, Texas in 1900. > > Thought came to mind - > > What happens to the horse and wagon during the day and night when they > are 'parked' and not in use. > > Are there stables in every block in a large town like Galveston or New > York? > > How are the horses cared for when not in use? > > In this case it sounds like he owned them????? You may get some idea looking at the better-documented example of London (UK). The Wikipedia article on "mews", etc. might be helpful. Another antiquated feature of cities and suburbs then were the 'sanitation' (human) arrangements and here in the antipodes the alleys and service roads that supported the 'night cart' collections (and in the case of some suburbs, the services themselves) persisted well into living memory, even so the stables and longer-term arrangements for horses were long-gone from even smaller cities by about the start of the 20th century. Trains and (horse-drawn, then electric) trams provided most of the public transportation. I don't think public inner-city stabling was ever provided in great (or any?) quantity though hotels along the main thoroughfares would presumably make at least limited provisions (journeys were necessarily well-planned in those days). Public watering troughs were well provided nearly everywhere (hot climate), the few that remain are treasured relics, restorations and replicas. Street cleaning was a priority in those days and people tended to watch where they put their feet and they were more inured to ordure than are we. Ah, progress! From not at home.today Sat Mar 21 23:14:22 2009 From: not at home.today (Ant) Date: Sat Mar 21 23:15:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: "Farelf" wrote: > Another > antiquated feature of cities and suburbs then were the 'sanitation' > (human) arrangements and here in the antipodes the alleys and service > roads that supported the 'night cart' collections Mmm... night-soil! > Public watering > troughs were well provided nearly everywhere (hot climate), the few that > remain are treasured relics, restorations and replicas. As a lad growing up in the fifties I recall many horse troughs in and around London UK (miserable dull damp temperate climate usually). I think they were often carved out of granite. There is or was one a few miles from where I live now. I sometimes drive past the location but have taken these troughs so much for granted that I haven't noticed if it's still there. From me at privacy.net Sat Mar 21 23:15:46 2009 From: me at privacy.net (anon) Date: Sat Mar 21 23:20:08 2009 Subject: [Scgeeks] Re: history not technology References: Message-ID: "Farelf" wrote in message news:gq46tr$6pf$1@news.spamcop.net... > anon wrote: >> Maybe you have lining parents/grandparents who can answer this. >> >> I am reading a book about someone who lived in Galveston, Texas in 1900. >> >> Thought came to mind - >> >> What happens to the horse and wagon during the day and night when they >> are 'parked' and not in use. >> >> Are there stables in every block in a large town like Galveston or New >> York? >> >> How are the horses cared for when not in use? >> >> In this case it sounds like he owned them????? > > You may get some idea looking at the better-documented example of London > (UK). The Wikipedia article on "mews", etc. might be helpful. Another > antiquated feature of cities and suburbs then were the 'sanitation' > (human) arrangements and here in the antipodes the alleys and service > roads that supported the 'night cart' collections (and in the case of some > suburbs, the services themselves) persisted well into living memory, even > so the stables and longer-term arrangements for horses were long-gone from > even smaller cities by about the start of the 20th century. > I looked up 'mews' - it is a passageway or alley where the stables were. > Trains and (horse-drawn, then electric) trams provided most of the public > transportation. I don't think public inner-city stabling was ever > provided in great (or any?) quantity though hotels along the main > thoroughfares would presumably make at least limited provisions (journeys > were necessarily well-planned in those days). Public watering troughs > were well provided nearly everywhere (hot climate), the few that remain > are treasured relics, restorations and replicas. Street cleaning was a > priority in those days and people tended to watch where they put their > feet and they were more inured to ordure than are we. Ah, progress! In this particular story (Isaac's storm) the principle lived within city of Galveston, TX and worked in downtown Galveston. He took his horse and wagon from home to work, worked all day and rode them home again. Sometimes he went to other offices via horse and wagon. Seems that the horse would NOT have been 'parked' at the curb all day without food and/or water. No mention of what happened to horse during the day (or night when principle was at home.) Were there stables in every block in a city the size of Galveston (I think about 20000 pop).? From user at domain.invalid Sat Mar 21 23:46:30 2009 From: user at domain.invalid (Farelf) Date: Sat Mar 21 23:50:09 2009 Subject: [Scgeeks] Re: history not technology In-Reply-To: References: Message-ID: anon wrote: > > > > In this particular story (Isaac's storm) the principle lived within city > of Galveston, TX and worked in downtown Galveston. > > He took his horse and wagon from home to work, worked all day and rode > them home again. > > Sometimes he went to other offices via horse and wagon. > > Seems that the horse would NOT have been 'parked' at the curb all day > without food and/or water. No mention of what happened to horse during > the day (or night when principle was at home.) > > Were there stables in every block in a city the size of Galveston (I > think about 20000 pop).? > > More likely than in a major city I guess - somewhat dependent on the size of the hinterland serving the city/served by the city. Sounds like an excellent question to ask the Galveston Historical Foundation - http://www.galvestonhistory.org/ (if they're at all like the historical societies hereabouts, pleased to answer queries from the general public). Also genealogy groups will often have members with anecdotal material and resources/records they are (probably) happy to share. From MikeE at ster.invalid Sun Mar 22 22:28:26 2009 From: MikeE at ster.invalid (Mike Easter) Date: Sun Mar 22 22:30:08 2009 Subject: [Scgeeks] Rebate mania Message-ID: Posted to geeks and social; f/ups to geeks, I guess. Rebates make me crazy. I like to buy computer pieces and parts at dynamite sale prices, which often involves mailin rebates instead of the simplicity of 'instant savings'. I have a 'formal' process by which I prepare for the worst when I get involved with a mail-in rebate. Typically these are from $20-$50 and relate to computer parts which were typically a good deal even without the rebate, but a fantastic deal if you can actually count the rebate. Sometimes one has to question whether or not the 'process' is worth the rebate -- but I think it is if the process itself can be made most efficient -- if I have a regular routine so that my process isn't actually a chore. The typical scenario is that the merchant is Fry's. The rest of the scenario is that there is an online .pdf form which needs to be printed and completed and signed (no notary necessary :-) and a copy of the receipt as well as the excised UPC from the product packaging. For various reasons I routinely make photocopies of all of my Fry's receipts, as well as a 'rough' database or index (a simple text file really) of all of those graphic files for organization. That enables me to easily recover any 'elderly' receipts in case something goes bad way down the road. Sidebar: recent case in point. I purchased a Maxtor 500G SATA/300 drive for a build about a year ago, which was very much on sale. It acted a little funky under various circumstances from the gitgo, but performed and served to install numerous different operating systems over the past year. Its performance gradually deteriorated to the point that eventually (all of a sudden; gradually) it was only being recognized by the BIOS about 20% of the time, and it wouldn't format or perform worth a sh*t. I figgered it was time to figure out my warranty situation. According to Seagate's (Seagate absorbed various things that had absorbed Maxtor) online web gizmo, the drive was out of warranty. But according to my reckoning, I should have at least a year from purchase, and maybe 3. So I began to interact with customer service who immediately wanted me to email them a copy of my receipt. Because of my 'system' or process, that was no problem. Not only did I have a photocopy, but I was actually able to put my hands on the original receipt, which allowed me to rescan it with some gamma correction for clarity. I never would have been able to put my hands on a year old receipt for a computer part without a scanning and filing system. Sure enough, Seagate CS actually granted me a 3 year warranty; and I just sent the drive back in to them. Back to the rebate problem. So rebates involve sending in a pdf, a copy of the receipt, the original UPC carefully dissected from the packaging and then you have to worry about either the postal service losing the mail or the recipient processing service being funky and unreliable. According to all of the literature on the subject, it is definitely not the intention of those who offer rebate deals to actually be paying out rebates. The rebate is supposed to be a come-on, not something the rebater is supposed to have to pay out cold hard cash eventually. They expect the customer to drop the ball one way or the other -- forget to do a process - try to do a process, but f*ck it up - or, if worse comes to worst, the rebate center can always 'lose' that original unreplaceable documentation. Naturally there is still yet *another* /very/ prolonged process that the customer has to perform satisfactorily which is to remember for a great many weeks that they sent off all of this process process 6, 8 or even 12 weeks ago. That means that the customer also has to have yet another process to tickle his recollection that far into the future. My current homemade desk calendar doesn't even have a 12 week advance date on it, as I made it to have 12 months ending in May 2009 -- and/but 12 weeks from now is into June. In addition to all of my other processing, on sizeable rebates such as $50, I consider it to be worth the investment to get a postal proof of mail delivery process. That is not the same as requiring a receipt, which I consider a very very bad idea. That receipt business just screws up the delivery process. If you think not, I'll explain that receipt 'condition' to you in more detail. In any case, what is a lot cheaper and more 'meaningful' (in this instance) than a receipt is simply the post office's process by which they scan the missive and you are able to 'see' (online) that the scanned item has been delivered. And print out that delivery confirmation process which also has an identification number. Except; the cost of that process is 'worthwhile' for a $50 rebate. What about a $7 rebate? Now there's something that will make you crazy. What kind of, how much of, a process of jumping thru' hoops should one have to do for a $7 rebate? Nothing? Don't bother? That doesn't work for me. OTOH, I'm not going to pay for delivery confirmation for a $7 rebate. My newest trick is to mail a duplicate submission; for the cost of a 43cent stamp. Naturally it is missing the original UPC, but it has a copy of that. Plus, it has written all over it in red or blue handwriting that it is a duplicate only to be used in the event of a lost original and not intended to be a request for 2 rebates. Details of the dupe available on request. Clearly I'm taking this rebate game playing way too seriously. -- Mike Easter kibitzer, not SC admin From me at privacy.net Sun Mar 22 22:37:33 2009 From: me at privacy.net (anon) Date: Sun Mar 22 22:40:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Mike Easter" wrote in message news:gq6s4a$988$1@news.spamcop.net... > Posted to geeks and social; f/ups to geeks, I guess. > > Rebates make me crazy. > > I like to buy computer pieces and parts at dynamite sale prices, which > often involves mailin rebates instead of the simplicity of 'instant > savings'. > > I have a 'formal' process by which I prepare for the worst when I get > involved with a mail-in rebate. Typically these are from $20-$50 and > relate to computer parts which were typically a good deal even without the > rebate, but a fantastic deal if you can actually count the rebate. > Sometimes one has to question whether or not the 'process' is worth the > rebate -- but I think it is if the process itself can be made most > efficient -- if I have a regular routine so that my process isn't actually > a chore. > > The typical scenario is that the merchant is Fry's. The rest of the > scenario is that there is an online .pdf form which needs to be printed > and completed and signed (no notary necessary :-) and a copy of the > receipt as well as the excised UPC from the product packaging. > > For various reasons I routinely make photocopies of all of my Fry's > receipts, as well as a 'rough' database or index (a simple text file > really) of all of those graphic files for organization. That enables me > to easily recover any 'elderly' receipts in case something goes bad way > down the road. > > > Sidebar: recent case in point. I purchased a Maxtor 500G SATA/300 drive > for a build about a year ago, which was very much on sale. It acted a > little funky under various circumstances from the gitgo, but performed and > served to install numerous different operating systems over the past year. > > Its performance gradually deteriorated to the point that eventually (all > of a sudden; gradually) it was only being recognized by the BIOS about 20% > of the time, and it wouldn't format or perform worth a sh*t. I figgered > it was time to figure out my warranty situation. According to Seagate's > (Seagate absorbed various things that had absorbed Maxtor) online web > gizmo, the drive was out of warranty. But according to my reckoning, I > should have at least a year from purchase, and maybe 3. So I began to > interact with customer service who immediately wanted me to email them a > copy of my receipt. > > Because of my 'system' or process, that was no problem. Not only did I > have a photocopy, but I was actually able to put my hands on the original > receipt, which allowed me to rescan it with some gamma correction for > clarity. I never would have been able to put my hands on a year old > receipt for a computer part without a scanning and filing system. Sure > enough, Seagate CS actually granted me a 3 year warranty; and I just sent > the drive back in to them. > > > Back to the rebate problem. > > So rebates involve sending in a pdf, a copy of the receipt, the original > UPC carefully dissected from the packaging and then you have to worry > about either the postal service losing the mail or the recipient > processing service being funky and unreliable. According to all of the > literature on the subject, it is definitely not the intention of those who > offer rebate deals to actually be paying out rebates. The rebate is > supposed to be a come-on, not something the rebater is supposed to have to > pay out cold hard cash eventually. > > They expect the customer to drop the ball one way or the other -- forget > to do a process - try to do a process, but f*ck it up - or, if worse comes > to worst, the rebate center can always 'lose' that original unreplaceable > documentation. Naturally there is still yet *another* /very/ prolonged > process that the customer has to perform satisfactorily which is to > remember for a great many weeks that they sent off all of this process > process 6, 8 or even 12 weeks ago. That means that the customer also has > to have yet another process to tickle his recollection that far into the > future. My current homemade desk calendar doesn't even have a 12 week > advance date on it, as I made it to have 12 months ending in May 2009 -- > and/but 12 weeks from now is into June. > > In addition to all of my other processing, on sizeable rebates such as > $50, I consider it to be worth the investment to get a postal proof of > mail delivery process. That is not the same as requiring a receipt, which > I consider a very very bad idea. That receipt business just screws up the > delivery process. If you think not, I'll explain that receipt 'condition' > to you in more detail. > > In any case, what is a lot cheaper and more 'meaningful' (in this > instance) than a receipt is simply the post office's process by which they > scan the missive and you are able to 'see' (online) that the scanned item > has been delivered. And print out that delivery confirmation process > which also has an identification number. > > Except; the cost of that process is 'worthwhile' for a $50 rebate. What > about a $7 rebate? Now there's something that will make you crazy. What > kind of, how much of, a process of jumping thru' hoops should one have to > do for a $7 rebate? Nothing? Don't bother? That doesn't work for me. > OTOH, I'm not going to pay for delivery confirmation for a $7 rebate. > > > My newest trick is to mail a duplicate submission; for the cost of a > 43cent stamp. Naturally it is missing the original UPC, but it has a copy > of that. Plus, it has written all over it in red or blue handwriting that > it is a duplicate only to be used in the event of a lost original and not > intended to be a request for 2 rebates. Details of the dupe available on > request. > RE: duplicate submittal. I tried sending a UPC copy and requesting the rebate. lost original. Their automatic response is 'no original UPC' forget it. we do not read anything - we are looking the an original UPC! > > Clearly I'm taking this rebate game playing way too seriously. > > > -- > Mike Easter > kibitzer, not SC admin > From nobody at spamcop.net Mon Mar 23 00:04:39 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 23 00:05:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: "anon" wrote in message news:gq6slh$aaq$1@news.spamcop.net... > RE: duplicate submittal. > > I tried sending a UPC copy and requesting the rebate. lost original. > > Their automatic response is 'no original UPC' forget it. we do not read > anything - we are looking the an original UPC! > >> >> Clearly I'm taking this rebate game playing way too seriously. Ok, in the spirit of the latest "proper" way to respond to a message debate between Mike and Twayne, your post was WAY overdone on anyones's scale. You didn't delete a single word from the multiple paragraphs from the post you were replying to, and only added a few sentences in response. Now _that's_ poor netiquette! From qcorrell at pacNObell.net Mon Mar 23 12:50:58 2009 From: qcorrell at pacNObell.net (Q Correll) Date: Mon Mar 23 12:55:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike, | Rebates make me crazy. Me too! So much so that I refuse to buy any product with a "mail-in rebate!" -- Q 03/23/2009 09:50:17 XanaNews Version 1.18.1.52 [Everyone's & Q's Mods] From qcorrell at pacNObell.net Mon Mar 23 12:52:50 2009 From: qcorrell at pacNObell.net (Q Correll) Date: Mon Mar 23 12:55:09 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Indigo, | Now that's poor netiquette! What do you expect from someone who is "anon?" -- Q 03/23/2009 09:52:19 XanaNews Version 1.18.1.52 [Everyone's & Q's Mods] From kenbrody at spamcop.net Mon Mar 23 15:16:56 2009 From: kenbrody at spamcop.net (Kenneth Brody) Date: Mon Mar 23 15:20:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: anon wrote: > > > "Mike Easter" wrote in message > news:gq6s4a$988$1@news.spamcop.net... >> Posted to geeks and social; f/ups to geeks, I guess. >> >> Rebates make me crazy. >> >> I like to buy computer pieces and parts at dynamite sale prices, which >> often involves mailin rebates instead of the simplicity of 'instant >> savings'. [... megasnip ...] > RE: duplicate submittal. > > I tried sending a UPC copy and requesting the rebate. lost original. > > Their automatic response is 'no original UPC' forget it. we do not read > anything - we are looking the an original UPC! [...] On the other hand, sometimes the rebate companies just randomly reject some percentage of "we jumped through all the hoops" submissions. We've gotten postcards from rebate submissions saying they were rejected for something that we supposedly didn't do. One time, it was an upgrade rebate, where you need to include proof of ownership of a previous version. I had included the CD (one of their "acceptable" proofs), and the postcard claimed I didn't include "proof of ownership". (How they got everything else -- receipt, UPC, etc. -- but not the CD, I find hard to imagine.) I called the 800 number on the postcard, told them I had included the CD, was put on hold for a minute, and was then told that the rebate was accepted. Apparently, "call our 800 number" is the final hoop in the process. -- Kenneth Brody From MikeE at ster.invalid Mon Mar 23 15:32:19 2009 From: MikeE at ster.invalid (Mike Easter) Date: Mon Mar 23 15:35:07 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Kenneth Brody wrote: > anon wrote: >> "Mike Easter" >>> Rebates make me crazy. >> I tried sending a UPC copy and requesting the rebate. lost original. >> >> Their automatic response is 'no original UPC' forget it. we do not read >> anything - we are looking the an original UPC! > On the other hand, sometimes the rebate companies just randomly reject > some percentage of "we jumped through all the hoops" submissions. > We've gotten postcards from rebate submissions saying they were > rejected for something that we supposedly didn't do. One time, it was > an upgrade rebate, where you need to include proof of ownership of a > previous version. I had included the CD (one of their "acceptable" > proofs), and the postcard claimed I didn't include "proof of > ownership". (How they got everything else -- receipt, UPC, etc. -- but > not the CD, I find hard to imagine.) I called the 800 number on the > postcard, told them I had included the CD, was put on hold for a > minute, and was then told that the rebate was accepted. > > Apparently, "call our 800 number" is the final hoop in the process. So far I have never failed to receive a rebate, except for one a very very long time/years ago which I completely forgot to submit at all (leading to my current overkill as atonement for my rebate sin). Once upon a time, a couple of years ago, I was getting some kind of 'static' - right now I'm forgetting exactly what the details were - and I opened a second line of communication with the online BBB betterbusiness system, so that I could copy them the correspondence process. 'All of a sudden' my rebate correspondents started saying they were planning on sending the rebate all along, they just needed this 'additional' correspondence (on top of everything else). Another sidebar having nothing to do with rebates, but 'beefs' - successful and unsuccessful. It would take way too long for the background, but recently I had occasion to communicate with the CPUC California Public Utilities Commission about an issue with some completely unknown online merchant being able to bill a bogus transaction onto my AT&T landline telno bill. I was able to get the charge promptly reversed, but in all of my communications with the online billing system and the ATT rep, I found a very insecure and unsatisfactory structure which the ATT people didn't seem too happy with, and suggested that if I didn't like the interpretation of the law or regulation, I should take it up with the cpuc. Essentially all the cpuc said was, 'we've referred your (beef) to att (and we're letting them take care of it). They didn't 'get it' at all. An unsuccessful beef, except for the part about getting the bogus charges reversed, which process the cpuc should never have allowed at all in the first place, unless a customer makes such a prearrangement with their 'phone service carrier. -- Mike Easter kibitzer, not SC admin From me at privacy.net Mon Mar 23 17:01:53 2009 From: me at privacy.net (anon) Date: Mon Mar 23 17:05:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Indigo" wrote in message news:gq71om$mh8$1@news.spamcop.net... > > "anon" wrote in message > news:gq6slh$aaq$1@news.spamcop.net... >> RE: duplicate submittal. >> clip \ > Ok, in the spirit of the latest "proper" way to respond to a message > debate between Mike and Twayne, your post was WAY overdone on anyones's > scale. You didn't delete a single word from the multiple paragraphs from > the post you were replying to, and only added a few sentences in response. > Now _that's_ poor netiquette! Pure laziness - I DID have a comment in the middle though. From nobody at spamcop.net Mon Mar 23 20:50:22 2009 From: nobody at spamcop.net (Indigo) Date: Mon Mar 23 20:55:07 2009 Subject: [Scgeeks] Found some great new computer apps (long) Message-ID: I was up in PA yesterday to attend my nephew's Eagle Scout award ceremony, then we all went back to my Dad's house to celebrate with pizza and stromboli. I videotaped parts of the ceremony, and used my Dad's ancient (read slow as hell) computer to upload the DV file and burn it to a DVD for my brother. All he had was Windows MovieMaker, which is a sincerely lousy POS A/V app. It took over an hour just to convert/write 15 minutes of digital video to the DVD! At certain points in the process I had to stay at the PC and wait for the next step, so I started perusing his stash of PC World mags. Man, I found a motherlode of Firefox extensions, a super-dooper file manager, a (re)boot speeder-upper, and a great free system analyzer! The all-purpose system app is called JV16 Power Tools, available for free at www.pcworld.com. This thing takes snooping on your system to levels I've never seen before. Besides having a neato "find and delete files with 0 bytes of data" app (which found over 1600 such files on my HD!), it also has a great disk cleaner, even better than ParentoLogic's Privacy Control program that I was crowing about last month for finding hidden files in the Recycle Bin that no other app could find. Well, JV16 found THREE hidden directories in there, PC only had found one of them. And there was tons of items in those secret directories, which had names like S-S-S-1xxxxxx-xxxxx. It also has a registry analyzer that did some amazing tricks. It found a bunch of old entries from previously uninstalled apps, entries that none of the other 3 reg cleaners I have had found. I highly recommend it for anyone with Win2K, XP, or Vista. The file manager is called "FastCopy", also at pcworld.com. It copies or deletes entire directories at lightning fast speed, compared to the way Vista handles file transfers. Cool little app. While you're at the website search for "speed up Firefox" or something similar -- FF was originally written with dialup users in mind, and they never rewrote that part of the code. There are about 5 settings you can change that take the "throttle limiter" off of FF to make it work faster with high-speed connections that most of us have. Some of the changes can made by typing about:config in an empty FF tab, which brings up a configuration dialogue box, and I think one or two adjustments are registry hacks. The app that speeds up the startup of your system from a cold or hot start is called "Startup Delayer" -- it lets you select whatever apps or services you don't need access to right away. It also lets you assign a specific time delay to each item you select. My system startup has become annoying long over the last two years as I've added more and more real-time apps to my PC. All of the apps you have set to start automatically in your startup profile try to start at the same time, which puts a huge burden on the HD and CPU, greatly slowing down everything in the process. It normally took well over a minute to use the PC after Windows was loaded while things like WinMail, WinCalendar, Yahoo Messenger, AVG8, etc. all tried to load and access the net simultaneously. I delayed the startup of about 10 proggies, separated by a minute each, and the boot speed is amazingly fast now. A "must have" for heavy duty users. The FF add-ons I installed are: Fireshot - a very good screen capture app, and built into FF, as opposed to standalone apps you have to load separately like Snagit (which requires a license) or Vista's Snipping tool, which only allows you to save a screenshot as a gigantic BMP file. iMacros - record macros to get to a web page buried inside multiple layers of other pages. For instance, I listen to XM radio on my PC, it takes about 5 steps to get it playing, the macro replaces the URL for the first page and automatically steps thru the website to get the XM player up and running. Very Kewl. Can also be used to autofill the username and PW for https sites. Lazarus Recovery - ever fill out a form or try to post to a messageboard but something goes wrong, and hitting the "back" button to retry you have to start from scratch? Very terrible situation when you've written paragraphs of text! This add-on remembers the contents of the page you had just filled out. Priceless. Session Manager - a recover app for remembering what tabs/windows you had open in FF the last time you used it. Very useful when you've got a whole bunch of tabs open when FF crashes and you have to shut it down via Task Manager, or if you install some updates or hit the wrong button and your PC shuts down without warning. ShopWiki - enter all your information like name, address, email, CC #'s (password protected), and when you go shopping online it automatically fills out all the lines on the order form. Very useful. Toolbar Buttons - one pet peeve of mine is that there is very little you can change on the FF toolbar when you customize it. This app has a whole bunch of useful buttons that you can add to the standard toolbar so you don't have to root thru the drop-down menus to get to commonly used functions. Autocontext - not as whiz-bang as the ones above, but still a bit of a time-saver. When you highlight text on a webpage a dialogue box instantly pops up (no right-click needed) with a whole bunch of options for what to do with the selected text, more options than you get with the right-click too. A couple other ones I added aren't as useful/needed as the ones I listed above, but they include Capture Fox, which will record streaming video, BabelFish, a language translator for when you end up on a non-engrish page, BetterPrivacy, a supreme automatic tracking cookie cleaner, DeskCut, which creates Desktop links from within the context menu, and Enhanced Bookmark Search, which greatly increases the limited capability of FF's built in link search -- a must have for those who have hundreds of bookmarks but have a tough time remembering where you stashed them, like me ;-) From nobody at spamcop.net Mon Mar 23 21:28:05 2009 From: nobody at spamcop.net (RW) Date: Mon Mar 23 21:30:08 2009 Subject: [Scgeeks] Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) Message-ID: Let's cross our fingers this is finally going ahead. Scheduled server maintenance and software upgrades Thursday, March 26, 2009, starting at 2:00pm PDT. During this time the SpamCop Reporting Service website may not be available for a period of up to two hours in duration. Emailed spam submissions will be accepted, but processing will be delayed during the maintenance process. This will not affect the SpamCop/CESmail email service, newsgroups or forums. Richard From Unknown.User at Invalid.Domain Mon Mar 23 22:59:02 2009 From: Unknown.User at Invalid.Domain (Jan M. Nelken) Date: Mon Mar 23 23:00:08 2009 Subject: [Scgeeks] Re: Found some great new computer apps (long) In-Reply-To: References: Message-ID: Indigo wrote: > Fireshot - a very good screen capture app, and built into FF, as opposed > to standalone apps you have to load separately like Snagit (which > requires a license) or Vista's Snipping tool, which only allows you to > save a screenshot as a gigantic BMP file. I did not check your other findings - but Vista' snipping tool saves captures in one of 4 formats: PNG GIF JPG MHT - but not as BMP! Jan M.Nelken From nobody at spamcop.net Tue Mar 24 01:22:50 2009 From: nobody at spamcop.net (RW) Date: Tue Mar 24 01:25:09 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Mike Easter wrote: > processing service being funky and unreliable. According to all of the > literature on the subject, it is definitely not the intention of those who > offer rebate deals to actually be paying out rebates. The rebate is > supposed to be a come-on, not something the rebater is supposed to have to > pay out cold hard cash eventually. Studies have shown less than 5% of sales result in rebate forms being submitted. Add the number rejected for various reason, and the rebates actually paid is pretty low compared to sales. It clearly is the intent of the merchant to be able to advertise a lower price *after rebate* but have 95%+ of the sales at the full price. There has been a consumer backlash, which has seen 'easy rebates' or 'instant rebates'. Why a rebate instead of a sale price? The store doesn't have to offer a rain check on a rebated price. Governments have been loathe to step in because they get the sales tax on the full selling price. Similarly, a 'manufacturer's coupon' is treated the same way, with tax collected on the regular price before the coupon is applied. Richard From loyal at spamcop.user Tue Mar 24 01:46:30 2009 From: loyal at spamcop.user (AndrewB) Date: Tue Mar 24 01:50:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Mike Easter wrote: ... > > Clearly I'm taking this rebate game playing way too seriously. Wow Mike! That's amazingly detailed. Just make sure the time you put into tracking the rebates doesn't overcome the cash back you get. :) I purchase about everything at Fry's stores myself. I do take photocopies of all the forms for the rebate, and jot the date I sent the rebate in. I store them by month, and pull out the completed forms when I receive the rebate. At the start of each month, I spend a minute reviewing those that might be out of bounds (which hasn't happened yet). I've only been burned by Migo Software, when the firm they contracted to handle their rebates reported that Migo wasn't communicating with them. Sadly, I lost a receipt to a shredder in error. I've only had one recent reprocess - where ZoneAlarm said my UPC wasn't valid. So the postcard got photocopied, and a short letter along with a photocopy of the photocopy UPC went out last week and I just got an email today stating that my rebate would be processed. Nice. The other good thing with Fry's stores (not sure about online) is that if you've tried to deal with a rebate and haven't been lucky, they'll usually cover you if you have all the forms and details to back yourself up. AndrewB From MikeE at ster.invalid Tue Mar 24 02:14:39 2009 From: MikeE at ster.invalid (Mike Easter) Date: Tue Mar 24 02:15:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: AndrewB wrote: > The other good thing with Fry's stores (not sure about online) is that > if you've tried to deal with a rebate and haven't been lucky, they'll > usually cover you if you have all the forms and details to back > yourself up. I've never tried to do anything with Fry's about rebate issues, but Fry's is excellent about returns. If you do it promptly, they'll take a return for any reason. It's broken. I don't like it. It doesn't work on my system. It wobbles. Generally the stores I frequent (I have 2 different stores within about 15+ minutes, in different directions) want to know the 'details' of why you want to return it, so that an item that can be put back on the shelf will be or else not. I'm curious about what kind of gigantic process a monster store/chain like Fry's must go thru' with the issue of handling whatever process they go thru' to return 'bad' items to 'somebody' -- or if they just cover and eat bad items. I mean, most of this stuff is coming from Asia. I wonder how a big chain of stores like Fry's handles the dollar 'exchanges' with their manufacturer sources about returned items which are broken or whatever. -- Mike Easter kibitzer, not SC admin From qcorrell at pacNObell.net Tue Mar 24 12:33:21 2009 From: qcorrell at pacNObell.net (Q Correll) Date: Tue Mar 24 12:35:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Charles, | But then you'd miss out on the $200 back from Autodesk. Per | purchased item. And... $400, well, it's nothing to sneeze at! That's just fine by me. Autodesk and I do NOT get along well at all. -- Q 03/24/2009 09:32:17 XanaNews Version 1.18.1.52 [Everyone's & Q's Mods] From me at privacy.net Tue Mar 24 12:58:51 2009 From: me at privacy.net (anon) Date: Tue Mar 24 13:00:09 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: clip > I've only had one recent reprocess - where ZoneAlarm said my UPC wasn't > valid. So the postcard got photocopied, and a short letter along with a > photocopy of the photocopy UPC went out last week and I just got an email > today stating that my rebate would be processed. Nice. clip Re: ZA, I had a similar problem but was able to clear it up by quoting the receipt number from the merchant. End result - ZA is great at reprocessing and the program is a good firewall. From nobody at spamcop.net Tue Mar 24 22:36:45 2009 From: nobody at spamcop.net (Indigo) Date: Tue Mar 24 22:40:09 2009 Subject: [Scgeeks] Re: Found some great new computer apps (long) In-Reply-To: References: Message-ID: "Jan M. Nelken" wrote in message news:gq9i9n$iiu$1@news.spamcop.net... > Indigo wrote: > >> Fireshot - a very good screen capture app, and built into FF, as opposed >> to standalone apps you have to load separately like Snagit (which >> requires a license) or Vista's Snipping tool, which only allows you to >> save a screenshot as a gigantic BMP file. > > I did not check your other findings - but Vista' snipping tool saves > captures in one of 4 formats: PNG GIF JPG MHT - but not as BMP! Sorry, you're correct. I dunno why I have that note next to the link for the snipping tool. From me at privacy.net Wed Mar 25 19:40:41 2009 From: me at privacy.net (Frog Prince) Date: Wed Mar 25 19:45:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "anon" : > request. : > : : RE: duplicate submittal. : : I tried sending a UPC copy and requesting the rebate. lost original. : : Their automatic response is 'no original UPC' forget it. we do not read : anything - we are looking the an original UPC! : I had that crap up the butt. Started filing with the local small claims court. Upon service they sent me the rebate but not the court cost. I went to the hearing THEY did not show. I won and sent them a noticd to pay. Finally had to server their bank (I had the bank name and account number). Got my money AND cost. From kenbrody at spamcop.net Thu Mar 26 11:24:12 2009 From: kenbrody at spamcop.net (Kenneth Brody) Date: Thu Mar 26 11:25:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Frog Prince wrote: > "anon" > > : > request. > : > > : > : RE: duplicate submittal. > : > : I tried sending a UPC copy and requesting the rebate. lost original. > : > : Their automatic response is 'no original UPC' forget it. we do not read > : anything - we are looking the an original UPC! > : Well, I can understand that requirement. It eliminates the "buy item, make copy of receipt and UPC, return item, submit rebate" type of fraud. > I had that crap up the butt. Started filing with the local small claims > court. Upon service they sent me the rebate but not the court cost. I went > to the hearing THEY did not show. I won and sent them a noticd to pay. > Finally had to server their bank (I had the bank name and account number). > Got my money AND cost. Just curious -- how much was the rebate? (I can see someone with enough free time going through the above for $5 "just on principle". Unfortunately, I don't have enough free time for that.) -- Kenneth Brody From nobody at spamcop.net Thu Mar 26 13:09:24 2009 From: nobody at spamcop.net (RW) Date: Thu Mar 26 13:10:09 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) In-Reply-To: References: Message-ID: RW wrote: > Let's cross our fingers this is finally going ahead. > > Scheduled server maintenance and software upgrades Thursday, March 26, > 2009, starting at 2:00pm PDT. During this time the SpamCop Reporting > Service website may not be available for a period of up to two hours in > duration. Emailed spam submissions will be accepted, but processing will > be delayed during the maintenance process. > > This will not affect the SpamCop/CESmail email service, newsgroups or > forums. > > Richard AFAIK everything is still a go and this process will be starting in a couple of hours. Visitors will see the SpamCop reporting website in "Maintenance Mode" through the process. Emailed spam submissions will still be accepted, but processing will be delayed. It will no doubt take a few hours to catch up with the backlog when things are brought back up. Richard From MikeE at ster.invalid Thu Mar 26 18:05:04 2009 From: MikeE at ster.invalid (Mike Easter) Date: Thu Mar 26 18:05:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Sylvesterthekat wrote: > "Mike Easter" >> My newest trick is to mail a duplicate submission; > I'd say this duplicates thing is a waste of ink, envelope and a stamp. That may be. However the rebate people's instructions are "Keep copies of all submissions" - that must mean something or other. I just don't want to wait 12 weeks before I submit my dupe. Optimally I would like to have a confirmation of delivery. On a 'regular' first class mail, such confirmation costs $2.70 - the less satisfactory 'certificate of mailing' costs $1.10. This is about a $7 rebate. > They wouldn't accept it, they wouldn't even acknowledge it as being > remotely valid or attributable to the other missing piece because > they're looking for any way out of paying these rebates. While I believe that they are looking for any way out -- OTOH I have never failed to receive a rebate which I have submitted. That applies to dozens of rebates. I think not many dozens, perhaps only about two or so. knockknock. > I'm currently waiting on one for a thumb drive, also from Fry's. I have received 2 different $10 rebates on thumbs, one from Emprex and one from Lexar. My most recent thumb purchase was without rebate which was a 4G TDK for $10. > I can however track mine online and since mid february it > has said 'your submission has been received and is being processed'. All > I can say is, they're taking their sweet time! The exact middle of Feb was W7D6, this is just W13D4 - that is 6w2d. My lexar said allow 8 weeks; my emprex said allow 12 weeks. My current issue Raidmax PS said 10-12 weeks. -- Mike Easter kibitzer, not SC admin From MikeE at ster.invalid Thu Mar 26 18:08:18 2009 From: MikeE at ster.invalid (Mike Easter) Date: Thu Mar 26 18:10:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike Easter wrote: > Sylvesterthekat wrote: >> I can however track mine online and since mid february it >> has said 'your submission has been received and is being processed'. >> All I can say is, they're taking their sweet time! > > The exact middle of Feb was W7D6, this is just W13D4 - that is 6w2d. My > lexar said allow 8 weeks; my emprex said allow 12 weeks. My current > issue Raidmax PS said 10-12 weeks. Matherror w13d4-w7d6 is 5w5d not 6w2d. So it hasn't even been 6 weeks yet. -- Mike Easter kibitzer, not SC admin From MikeE at ster.invalid Thu Mar 26 18:20:14 2009 From: MikeE at ster.invalid (Mike Easter) Date: Thu Mar 26 18:25:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike Easter wrote: > Sidebar: recent case in point. I purchased a Maxtor 500G SATA/300 > drive for a build about a year ago, > and I just sent the drive back in to them. Concerning the maxtor sidebar; I posted it to seagate (in McAllen TX) Monday; an email today said they had shipped my replacement today. Pretty fast so far. We'll see how well UPS ground does. I predict that UPS will not successfully deliver it to my door, but instead I will get some kind of communication that sez that I should go pick it up at the UPS place which drive to pickup is over an hour round trip. I would dearly dearly love if major businesses could use the USPS for things. They all have such a sweetheart deal with such as UPS that they won't have anything to do with the postal service. I guarantee that if I can figure out how much they paid UPS, that they will have paid UPS more money to spend about a week delivering something part way than I paid the USPS for insured priority which reached them in 2 days. A major major postal facility is about 5 minutes from my house and not even a special trip to get there. -- Mike Easter kibitzer, not SC admin From borgholio at storymind.com Thu Mar 26 18:30:18 2009 From: borgholio at storymind.com (Borgholio) Date: Thu Mar 26 18:35:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Mike Easter wrote: >I guarantee that if I > can figure out how much they paid UPS, that they will have paid UPS more > money to spend about a week delivering something part way than I paid the > USPS for insured priority which reached them in 2 days. My small business will pay around 5 - 8 dollars for a letter-sized package through UPS Ground. USPS costs a buck and a half tops for First Class, and around half the cost of UPS for Priority Mail. The main reason companies use UPS is the tracking and insurance which is included with all shipments. This makes it harder for a dishonest customer to screw them over, although for an inexpensive product it really doesn't matter. From MikeE at ster.invalid Thu Mar 26 18:35:49 2009 From: MikeE at ster.invalid (Mike Easter) Date: Thu Mar 26 18:40:07 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Borgholio wrote: > Mike Easter wrote: > >> I guarantee that if I >> can figure out how much they paid UPS, that they will have paid UPS >> more money to spend about a week delivering something part way than I >> paid the USPS for insured priority which reached them in 2 days. > > My small business will pay around 5 - 8 dollars for a letter-sized > package through UPS Ground. USPS costs a buck and a half tops for > First Class, and around half the cost of UPS for Priority Mail. The > main reason companies use UPS is the tracking and insurance which is > included with all shipments. This makes it harder for a dishonest > customer to screw them over, although for an inexpensive product it > really doesn't matter. The USPS provides tracking and insurance, each is a slightly different arrangement than UPS. I think the difference is how easy it is for a big co to get serviced by UPS. UPS has got a lock on the service angle. The USPS seems to have its lock on providing cheap bulk mail services for businesses. If I were UPS, I would definitely want their profit model over the USPS. The paradox of this situation is that the dead drive was worth the cost of a working replacement, because I wasn't going to get a replacement from seagate if they didn't get the drive -- so I insured the dead drive with the USPS for the cost of replacing it. -- Mike Easter kibitzer, not SC admin From borgholio at storymind.com Thu Mar 26 18:44:12 2009 From: borgholio at storymind.com (Borgholio) Date: Thu Mar 26 18:45:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Mike Easter wrote: > > The USPS provides tracking and insurance, each is a slightly different > arrangement than UPS. I think the difference is how easy it is for a big > co to get serviced by UPS. UPS has got a lock on the service angle. The > USPS seems to have its lock on providing cheap bulk mail services for > businesses. If I were UPS, I would definitely want their profit model > over the USPS. Exactly. The USPS offers tracking and insurance, but often they require you to drop the stuff off at the post office yourself or wait in line for international packages to go through "security". UPS just picks the stuff up and that's the last you hear of it. > > The paradox of this situation is that the dead drive was worth the cost of > a working replacement, because I wasn't going to get a replacement from > seagate if they didn't get the drive -- so I insured the dead drive with > the USPS for the cost of replacing it. > They often ask you to base the insurance value on repair or replacement cost as opposed to retail value when you bought it. I've never successfully collected insurance through the USPS, but UPS is very easy about it. From nobody at spamcop.net Thu Mar 26 19:29:11 2009 From: nobody at spamcop.net (Ellen) Date: Thu Mar 26 19:30:08 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) In-Reply-To: References: Message-ID: RW wrote: > RW wrote: > Visitors will see the SpamCop reporting website in > "Maintenance Mode" through the process. > > Emailed spam submissions will still be accepted, but processing will be > delayed. It will no doubt take a few hours to catch up with the backlog > when things are brought back up. > > Richard The maintenance is running longer than expected. Thanks for your patience. Ellen SpamCop From nobody at spamcop.net Thu Mar 26 19:55:06 2009 From: nobody at spamcop.net (Heidi) Date: Thu Mar 26 20:00:08 2009 Subject: [Scgeeks] Why can't I open this site? Message-ID: I can open it at work today, and I have been able to open it at home previously but now it's just sits there not loading - blank page, no message. Won't open in IE either. I've cleared my cache, cookies, rebooted, pinged it successfully, and still I can't get the site to load. Did the same thing to me last night, during which trying to check my network connection I realized my network connection icon has disappeared. WTH...... http://www.animallaw.info/ From nobody at spamcop.net Thu Mar 26 20:18:32 2009 From: nobody at spamcop.net (RW) Date: Thu Mar 26 20:20:08 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) In-Reply-To: References: Message-ID: Ellen wrote: > RW wrote: >> RW wrote: >> Visitors will see the SpamCop reporting website in "Maintenance Mode" >> through the process. >> >> Emailed spam submissions will still be accepted, but processing will >> be delayed. It will no doubt take a few hours to catch up with the >> backlog when things are brought back up. >> >> Richard > > > > The maintenance is running longer than expected. Thanks for your patience. > > > Ellen > SpamCop We're told another 1/2 hour or so Richard From dfmanno at mail.com Thu Mar 26 21:41:24 2009 From: dfmanno at mail.com (D.F. Manno) Date: Thu Mar 26 21:45:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: In article , "Mike Easter" wrote: > Concerning the maxtor sidebar; I posted it to seagate (in McAllen TX) > Monday; an email today said they had shipped my replacement today. > Pretty fast so far. We'll see how well UPS ground does. > > I predict that UPS will not successfully deliver it to my door, but > instead I will get some kind of communication that sez that I should go > pick it up at the UPS place which drive to pickup is over an hour round > trip. > > I would dearly dearly love if major businesses could use the USPS for > things. They all have such a sweetheart deal with such as UPS that they > won't have anything to do with the postal service. I guarantee that if I > can figure out how much they paid UPS, that they will have paid UPS more > money to spend about a week delivering something part way than I paid the > USPS for insured priority which reached them in 2 days. UPS sucks. They absolutely refuse to leave a package at my door, even with my explicit permission. They also absolutely refuse to knock on my door or ring my doorbell on the first attempt to deliver. Apparently I am supposed to psychically sense when the driver is at the door and open it. Many times I have opened the door to find a yellow tag there, when I'd been home all day and never heard a knock on the door or the doorbell. Many times their tracking would show a delivery attempt at a time I was home, showing that no one was available at the address. Then there was the time I needed something delivered the next day, so I sent it UPS Next Day Air. They delivered it the next day all right - to _me_. Then there was the time I insured a package with them, and the item inside was damaged on delivery. They paid the claim all right - to the other guy. (Fortunately he realized UPS's error and sent the money to me.) UPS sucks. The Postal Service does a better job, and that's saying something. -- D.F. Manno dfmanno@mail.com From nobody at spamcop.net Thu Mar 26 21:55:42 2009 From: nobody at spamcop.net (Steven Underwood) Date: Thu Mar 26 22:00:09 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) References: Message-ID: "RW" wrote in message news:gqh60n$g71$1@news.spamcop.net... > > We're told another 1/2 hour or so > > Richard While I see that the reporting site appears to be up, I am getting the following error trying to reach the VER site from my logged in account: Cannot find login information. Not logged in? VER tends to be a lot quicker getting messages into the queue as opposed to forwarding from webmail, but I will revert back to that if necessary. From nobody at spamcop.net Thu Mar 26 22:48:08 2009 From: nobody at spamcop.net (RW) Date: Thu Mar 26 22:50:10 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) In-Reply-To: References: Message-ID: Steven Underwood wrote: > > > "RW" wrote in message > news:gqh60n$g71$1@news.spamcop.net... >> >> We're told another 1/2 hour or so >> >> Richard > > While I see that the reporting site appears to be up, I am getting the > following error trying to reach the VER site from my logged in account: > > Cannot find login information. Not logged in? > > VER tends to be a lot quicker getting messages into the queue as opposed > to forwarding from webmail, but I will revert back to that if necessary. I'm getting some 'failed to load spam header' error when parsing. Reloading once or twice gets the parse. I suspect the error your seeing is also the databases catching up with each other. I suspect the servers are overloaded with trying to catch up. I'm not going to ring any alarm bells just yet. Things look good in the crons, though one cron that normally takes a minute or so has been running for an hour. Only apps 4 and 7 are showing room to take on load, but not much. The other 10 must be churning away. Richard From loyal at spamcop.user Fri Mar 27 01:01:26 2009 From: loyal at spamcop.user (AndrewB) Date: Fri Mar 27 01:05:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: Heidi wrote: > I can open it at work today, and I have been able to open it at home > previously but now it's just sits there not loading - blank page, no > message. Won't open in IE either. I've cleared my cache, cookies, > rebooted, pinged it successfully, and still I can't get the site to load. > Did the same thing to me last night, during which trying to check my network > connection I realized my network connection icon has disappeared. WTH...... > > http://www.animallaw.info/ A horde of potential causes... - web server is running away with the cpu or stuck - hardware issue on the server (RAM, disk, heat, fire, flood) - operating system hung - potential hijack/breakin/compromise of the server - denial of service attack ongoing - didn't pay the colocation bill You'll have to wait until it returns, if it returns. If you need static web pages from the site, you might try the Internet Archive at www.archive.org AndrewB From MikeE at ster.invalid Fri Mar 27 02:02:57 2009 From: MikeE at ster.invalid (Mike Easter) Date: Fri Mar 27 02:05:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: D.F. Manno wrote: > "Mike Easter" >> I predict that UPS will not successfully deliver it to my door, but >> instead I will get some kind of communication that sez that I should go >> pick it up at the UPS place which drive to pickup is over an hour round >> trip. > Many times I have opened the door to find a yellow tag there, when > I'd been home all day and never heard a knock on the door or the > doorbell. Many times their tracking would show a delivery attempt at a > time I was home, showing that no one was available at the address. I have the same experience. And additional observations: For years I watched a UPS man delivering things to an office building I occupied. He was very fast, very efficient, always in a hurry but getting his job done - hand over the packages, get a signature, leave, all in rapidfire. I cannot imagine that man waiting for someone to answer a door. I picture him filling out the delivery attempt form to put on a door while driving to the next residence. I'm sure he would zip up to the door, package under his arm, deliveryattempt tag in his hand, stick the attempttag in the door and zip back to his truck (with the package) and be moving again in 30 sec. That is faster than if he would wait for a doorbell or knock to work. My package is sig required. I think they don't want to do that. They would rather leave the tag and let the recipient work it out. The UPS strategy is to keep the shipper happy, not the recipient. It is about 12 bad miles (bad traffic, bad streets, bad location, 20+ minute drive) to the nearest UPS Customer Service Center where one can have trouble finding a place to park to hike to the desk and then have to wait about 10 minutes in line and another 10 for them to find something. It will take an hour to pick up the package after the alleged delivery attempt. My plan is to put a sign on the door that sez "UPS man/woman - Please knock, I'm right behind this door and I will answer faster than you can hang the delivery attempt tag on my door." > UPS sucks. The Postal Service does a better job, and that's saying > something. That is my experience as well. -- Mike Easter kibitzer, not SC admin From MikeE at ster.invalid Fri Mar 27 02:23:54 2009 From: MikeE at ster.invalid (Mike Easter) Date: Fri Mar 27 02:25:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: Heidi wrote: > I can open it at work today, and I have been able to open it at home > previously but now it's just sits there not loading - blank page, no > message. > http://www.animallaw.info/ It is working for me at this time. Michigan State University College of Law: Animal Legal & Historical Web Center When I have trouble with a webpage, the first thing I do is take the browser out of the equation and use a little tiny tool called IDServe. It is good for many things besides accessing a webserver, but its default mode is port 80 and it will handle an address as http or www. IDServe shows that the name resolves and the tool connects with the webserver and the webserver answers, or any failure in that process/sequence and where the failure lies (nameservice, webserver doesn't answer). http://www.grc.com/id/idserve.htm "ID Serve", a simple, free, small (26 kbytes), and fast, general purpose Internet server identification utility. -- Mike Easter kibitzer, not SC admin From connyank at cox.net Fri Mar 27 09:04:23 2009 From: connyank at cox.net (jg) Date: Fri Mar 27 09:05:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: On 03/26/2009 11:23 PM Mike Easter scribbled: > Heidi wrote: >> I can open it at work today, and I have been able to open it at home >> previously but now it's just sits there not loading - blank page, no >> message. > >> http://www.animallaw.info/ > > It is working for me at this time. Michigan State University College of > Law: Animal Legal & Historical Web Center > > When I have trouble with a webpage, the first thing I do is take the > browser out of the equation and use a little tiny tool called IDServe. > > It is good for many things besides accessing a webserver, but its default > mode is port 80 and it will handle an address as http or www. > > IDServe shows that the name resolves and the tool connects with the > webserver and the webserver answers, or any failure in that > process/sequence and where the failure lies (nameservice, webserver > doesn't answer). > > http://www.grc.com/id/idserve.htm "ID Serve", a simple, free, small (26 > kbytes), and fast, general purpose Internet server identification utility. > > Mike, know an equivalent linux tool? 26 k - thats hardly enough for the graphic screen... From MikeE at ster.invalid Fri Mar 27 09:16:53 2009 From: MikeE at ster.invalid (Mike Easter) Date: Fri Mar 27 09:20:07 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: jg wrote: > Mike Easter scribbled: >> http://www.grc.com/id/idserve.htm "ID Serve", a simple, free, small >> (26 kbytes), and fast, general purpose Internet server identification >> utility. >> >> > > Mike, know an equivalent linux tool? > 26 k - thats hardly enough for the graphic screen... Steve writes in assembly. I run idserve along with a lot of other winapps I like such as irfanview and samspade under wine in linux. -- Mike Easter kibitzer, not SC admin From blacklist-me at davjam.org Fri Mar 27 10:56:45 2009 From: blacklist-me at davjam.org (David Bolt) Date: Fri Mar 27 11:00:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: <3CB$78otkOzJFwgS@dev.null.davjam.org> On Fri, 27 Mar 2009, jg wrote:- >Mike, know an equivalent linux tool? >26 k - thats hardly enough for the graphic screen... If you can handle a CLI: curl --head $URL will get you the HEAD response from a web server. A few other options that might be useful are: -v This displays the verbose output, including all the info that's sent to the web server -x '$proxy' This tells curl to use $proxy, or no proxy if just passed an empty value, and can be useful to see if the proxy is breaking things[0]. -A '$identifier' This lets you change the user-agent, so you can fake a variety of browsers. By default curl will use something like this: curl/7.16.4 (x86_64-suse-linux-gnu) libcurl/7.16.4 OpenSSL/0.9.8e zlib/1.2.3 libidn/1.0 [0] Well, unless there's a transparent proxy in use by the ISP. Regards, David Bolt -- Team Acorn: http://www.distributed.net/ OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s openSUSE 10.3 32b | openSUSE 11.0 32b | | openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 10.3 PPC | RISC OS 3.6 | RISC OS 3.11 | TOS 4.02 From connyank at cox.net Fri Mar 27 12:22:02 2009 From: connyank at cox.net (jg) Date: Fri Mar 27 12:25:09 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: On 03/27/2009 06:16 AM Mike Easter scribbled: > jg wrote: >> Mike Easter scribbled: > >>> http://www.grc.com/id/idserve.htm "ID Serve", a simple, free, small >>> (26 kbytes), and fast, general purpose Internet server identification >>> utility. >>> >>> >> Mike, know an equivalent linux tool? >> 26 k - thats hardly enough for the graphic screen... > > Steve writes in assembly. > > I run idserve along with a lot of other winapps I like such as irfanview > and samspade under wine in linux. > > > I miss irfanview and samspade as well but have too much whining about wine. Linux has forced me to use Gimp to a fuller extent, which I think is a benefit given its many features. Samspade is entertaining but I'm trying to use the cli more to learn networking - more nuts and bolts stuff and all. From connyank at cox.net Fri Mar 27 12:25:55 2009 From: connyank at cox.net (jg) Date: Fri Mar 27 12:30:07 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: <3CB$78otkOzJFwgS@dev.null.davjam.org> References: <3CB$78otkOzJFwgS@dev.null.davjam.org> Message-ID: On 03/27/2009 07:56 AM David Bolt scribbled: > On Fri, 27 Mar 2009, jg wrote:- > > If you can handle a CLI: > still learning - just futzed around with lame an hour ago and did my 1st successful .wav to .mp3. > curl --head $URL > > will get you the HEAD response from a web server. Thanks, Dave, I'm sure thats just 1 out of 20. I'll check it out... From not at home.today Fri Mar 27 14:32:27 2009 From: not at home.today (Ant) Date: Fri Mar 27 14:35:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: "Mike Easter" wrote: > jg wrote: >> Mike Easter scribbled: >>> http://www.grc.com/id/idserve.htm >> >> Mike, know an equivalent linux tool? In addition to 'curl', you might like the 'wget' command line tool which has also been ported to Windows. >> 26 k - thats hardly enough for the graphic screen... > > Steve writes in assembly. And this is also packed with UPX. Its real size is 56k which is still pretty small. From me at privacy.net Fri Mar 27 14:28:23 2009 From: me at privacy.net (Frog Prince) Date: Fri Mar 27 14:40:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Kenneth Brody" wrote in message news:gqg6ms$jeh$1@news.spamcop.net... : Frog Prince wrote: : > "anon" : > : > : > request. : > : > : > : : > : RE: duplicate submittal. : > : : > : I tried sending a UPC copy and requesting the rebate. lost original. : > : : > : Their automatic response is 'no original UPC' forget it. we do not read : > : anything - we are looking the an original UPC! : > : : : Well, I can understand that requirement. It eliminates the "buy item, make : copy of receipt and UPC, return item, submit rebate" type of fraud. : : > I had that crap up the butt. Started filing with the local small claims : > court. Upon service they sent me the rebate but not the court cost. I went : > to the hearing THEY did not show. I won and sent them a noticd to pay. : > Finally had to server their bank (I had the bank name and account number). : > Got my money AND cost. : : Just curious -- how much was the rebate? (I can see someone with enough : free time going through the above for $5 "just on principle". : Unfortunately, I don't have enough free time for that.) : I'm retired and it was an aggregation of rebates. Regardless I did the majority of the 'work' on line and by mail. All I had to do in person was show up wait a 1/2 hour and the judge tapped the bench 'you win'. Collection was a bit more complicated but there I sent them a notice with one to their bank. Bank sent me the money. (it's court order) in 10 days. Interesting aside I've had more dealings with the clearing house and now get my rebates without hassle. From me at privacy.net Fri Mar 27 14:35:07 2009 From: me at privacy.net (Frog Prince) Date: Fri Mar 27 14:40:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "D.F. Manno" wrote in message news:dfmanno-47B243.21412426032009@news.cesmail.net... : In article , : "Mike Easter" wrote: : : > Concerning the maxtor sidebar; I posted it to seagate (in McAllen TX) : > Monday; an email today said they had shipped my replacement today. : > Pretty fast so far. We'll see how well UPS ground does. : > : > I predict that UPS will not successfully deliver it to my door, but : > instead I will get some kind of communication that sez that I should go : > pick it up at the UPS place which drive to pickup is over an hour round : > trip. : > : > I would dearly dearly love if major businesses could use the USPS for : > things. They all have such a sweetheart deal with such as UPS that they : > won't have anything to do with the postal service. I guarantee that if I : > can figure out how much they paid UPS, that they will have paid UPS more : > money to spend about a week delivering something part way than I paid the : > USPS for insured priority which reached them in 2 days. : : UPS sucks. They absolutely refuse to leave a package at my door, even : with my explicit permission. They also absolutely refuse to knock on my : door or ring my doorbell on the first attempt to deliver. Apparently I : am supposed to psychically sense when the driver is at the door and open : it. Many times I have opened the door to find a yellow tag there, when : I'd been home all day and never heard a knock on the door or the : doorbell. Many times their tracking would show a delivery attempt at a : time I was home, showing that no one was available at the address. : : Then there was the time I needed something delivered the next day, so I : sent it UPS Next Day Air. They delivered it the next day all right - to : _me_. : : Then there was the time I insured a package with them, and the item : inside was damaged on delivery. They paid the claim all right - to the : other guy. (Fortunately he realized UPS's error and sent the money to : me.) : : UPS sucks. The Postal Service does a better job, and that's saying : something. : Have you tried sending a notice of need for ADA compliance? Hint USPS HAS to deliver mail to the door even if their is a community mail box if you have problems getting to the mail box. I expect the same or something similar applies to UPS. From blacklist-me at davjam.org Fri Mar 27 15:18:34 2009 From: blacklist-me at davjam.org (David Bolt) Date: Fri Mar 27 15:30:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: On Fri, 27 Mar 2009, Ant wrote:- >"Mike Easter" wrote: >> jg wrote: >>> Mike Easter scribbled: >>>> http://www.grc.com/id/idserve.htm >>> >>> Mike, know an equivalent linux tool? > >In addition to 'curl', you might like the 'wget' command line tool >which has also been ported to Windows. The trouble with wget is that it fetches a file, which you may not want to do if you're just interested in the server responses, unless you use something like: wget -v -O /dev/null $url Regards, David Bolt -- Team Acorn: http://www.distributed.net/ OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s openSUSE 10.3 32b | openSUSE 11.0 32b | | openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 10.3 PPC | RISC OS 3.6 | RISC OS 3.11 | TOS 4.02 From MikeE at ster.invalid Fri Mar 27 15:44:23 2009 From: MikeE at ster.invalid (Mike Easter) Date: Fri Mar 27 15:45:07 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: jg wrote: > Mike Easter >> a little tiny tool called IDServe. > Mike, know an equivalent linux tool? Searching on linux idserve gets a number of useful conversations and this hit which 2 tools I haven't tested yet. http://www.peterdonis.net/catcomputers.html I am not, however, what I would term a "hardcore" nerd. For one thing, I use object-oriented programming languages, and even visual software design tools, which purists find much too permissive. -- Downloads - IDserver: A command-line utility for Unix/Linux to return information from a web server. I wrote it to have a Linux tool that basically does the same thing as Steve Gibson's ID Serve utility for Windows. (571 KB download) - KIDserver: A graphical interface for IDserver using the KDE and Qt GUI libraries for Unix/Linux. (610 KB download) -- Mike Easter kibitzer, not SC admin From connyank at cox.net Fri Mar 27 16:56:47 2009 From: connyank at cox.net (jg) Date: Fri Mar 27 17:00:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: On 03/27/2009 12:44 PM Mike Easter scribbled: > jg wrote: >> Mike Easter > >>> a little tiny tool called IDServe. > >> Mike, know an equivalent linux tool? > > Searching on linux idserve gets a number of useful conversations and this > hit which 2 tools I haven't tested yet. > > http://www.peterdonis.net/catcomputers.html I am not, however, what I > would term a "hardcore" nerd. For one thing, I use object-oriented > programming languages, and even visual software design tools, which > purists find much too permissive. sorry, thats hardcore nerd enough to me -- Downloads - IDserver: A command-line > utility for Unix/Linux to return information from a web server. I wrote it > to have a Linux tool that basically does the same thing as Steve Gibson's > ID Serve utility for Windows. (571 KB download) whaddaya know - thanks for doing my googling for me - KIDserver: A graphical > interface for IDserver using the KDE and Qt GUI libraries for Unix/Linux. > (610 KB download) use Gnome but sure theres same thing for it. Thanks, Mike From nobody at devnull.spamcop.net Fri Mar 27 17:34:24 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Fri Mar 27 17:35:07 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Sylvesterthekat wrote: > "Mike Easter" wrote in > news:gq6s4a$988$1@news.spamcop.net: > > >> >> My newest trick is to mail a duplicate submission; for the cost of a >> 43cent stamp. Naturally it is missing the original UPC, but it has a >> copy of that. Plus, it has written all over it in red or blue >> handwriting that it is a duplicate only to be used in the event of a >> lost original and not intended to be a request for 2 rebates. >> Details of the dupe available on request. >> > > I'd say this duplicates thing is a waste of ink, envelope and a stamp. > They wouldn't accept it, they wouldn't even acknowledge it as being > remotely valid or attributable to the other missing piece because > they're looking for any way out of paying these rebates. > > I'm currently waiting on one for a thumb drive, also from Fry's. I > HATE rebates, they're stupid and a huge con. As you said, they don't > actually want people to bother sending these things in and you have > to be very careful that you dot all the i's and cross all the t's or > they'll deny your claim. I can however track mine online and since > mid february it has said 'your submission has been received and is > being processed'. All I can say is, they're taking their sweet time! When people stop buying where they need to get such rebates and go elsewhere, which is nearly always possible for less hassle than it is to get the rebate, then they might change their minds. Rebates are known moneymakers and "free" money for their coffers when it come tax time! From me at privacy.net Fri Mar 27 17:43:31 2009 From: me at privacy.net (Michael R N Dolbear) Date: Fri Mar 27 17:45:09 2009 Subject: [Scgeeks] Re: Scheduled Maintenance Thursday March 26, 2009 - (SpamCop 4.5.0-084 Release) References: Message-ID: <01c9af1e$f71073a0$LocalHost@default> Steven Underwood wrote > While I see that the reporting site appears to be up, I am getting the > following error trying to reach the VER site from my logged in account: > > Cannot find login information. Not logged in? > > VER tends to be a lot quicker getting messages into the queue as opposed to > forwarding from webmail, but I will revert back to that if necessary. I'm still getting that at 1800 GMT , but only if I go to (from SC mail or bookmark) http://mailsc.spamcop.net/reportheld?action=heldlog (and I can look at my old reports so it does know I'm logged in) If I login at the "cannot find login ..." message I get sent to a different VER url http://www.spamcop.net/reportheld?action=heldlog Which works. What's going on ? -- Mike D From nobody at devnull.spamcop.net Fri Mar 27 17:51:07 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Fri Mar 27 17:55:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: D.F. Manno wrote: > In article , > "Mike Easter" wrote: > >> Concerning the maxtor sidebar; I posted it to seagate (in McAllen >> TX) Monday; an email today said they had shipped my replacement >> today. Pretty fast so far. We'll see how well UPS ground does. >> >> I predict that UPS will not successfully deliver it to my door, but >> instead I will get some kind of communication that sez that I should >> go pick it up at the UPS place which drive to pickup is over an hour >> round trip. >> >> I would dearly dearly love if major businesses could use the USPS for >> things. They all have such a sweetheart deal with such as UPS that >> they won't have anything to do with the postal service. I guarantee >> that if I can figure out how much they paid UPS, that they will have >> paid UPS more money to spend about a week delivering something part >> way than I paid the USPS for insured priority which reached them in >> 2 days. > > UPS sucks. They absolutely refuse to leave a package at my door, even > with my explicit permission. They also absolutely refuse to knock on > my door or ring my doorbell on the first attempt to deliver. > Apparently I am supposed to psychically sense when the driver is at > the door and open it. Many times I have opened the door to find a > yellow tag there, when I'd been home all day and never heard a knock > on the door or the doorbell. Many times their tracking would show a > delivery attempt at a time I was home, showing that no one was > available at the address. > > Then there was the time I needed something delivered the next day, so > I sent it UPS Next Day Air. They delivered it the next day all right > - to _me_. > > Then there was the time I insured a package with them, and the item > inside was damaged on delivery. They paid the claim all right - to the > other guy. (Fortunately he realized UPS's error and sent the money to > me.) > > UPS sucks. The Postal Service does a better job, and that's saying > something. Except for places like MailBoxes Etc. et al, my experience with UPS has been great. I add a note to put the pkg here, or there, and they do it. Then they knock on the door and leave. They were quick to respond to a $350 claim on delivery-damage (fortunately I took pics - it wasn't visible from the pkging). For a small fee (not so small to me) they'll stop at my door and pick up the item. Real handy when I'm ill. FedEx is slower than UPS, UPS always beats their delivery date by at least one day, and in several years they've never misdelivered. USPS Priority is good too, especially like getting free, single-shipping-cost boxes regardless of weight, you can pick up or order as many of them as you want, and they have delivery confirmation/insurance also. They do grumble about it if something doesn't fit your mailbox (we're rural) when delivering though, and are forced to drive 50' into our driveway to be able to set the pkg by the door. But at least they do it. FeDex on the other hand likes to leave yellow tags and a message to go to Syracuse, 120 miles away, to pick up my package when it's actually in Watertown, only 60 miles away. The third time I sent UPS over to FedEx to pick up packages and deliver them to me, I actually got an apologetic "if you don't like our service, don't use us" as though it were MY choice to use them! Last time I looked, the shippers decided that! A manager re-apologized for the "crass" treatment I received. That's my story, and I'm stiking to it! 'Cause it's true. Nodoby's prefect and next week it'll probably all be different; who know? Twayne From nobody at devnull.spamcop.net Fri Mar 27 18:00:49 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Fri Mar 27 18:05:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike Easter wrote: ... > > My plan is to put a sign on the door that sez "UPS man/woman - Please > knock, I'm right behind this door and I will answer faster than you > can hang the delivery attempt tag on my door." > >> UPS sucks. The Postal Service does a better job, and that's saying >> something. > > That is my experience as well. LOL! Do let us know how that works out, OK? Something about "Don't piss off the people who bring you your food" comes to mind. It's interesting how service from any one company can vary so much from area to area. I've found that it helps to meet & greet your deliveryman, assuming it's usually the same one. I try to stay on a first name basis with all of them. Downside to that? Well, if they can't find an address (e.g. there are 3 different roads with the same name in 3 different townships here), they'll also feel free to stop and ask for guessistance. Thanks to UPS I've learned there are 3 Irish Settlement Rds (I only knew of 2), 2 English Settlement Rds, and 2 Circle Terraces in our area and then there are the same names with different spellings. I can see where those could get to be day-spoilers for them! Cheers, Twayne From nobody at devnull.spamcop.net Fri Mar 27 18:23:40 2009 From: nobody at devnull.spamcop.net (Twayne) Date: Fri Mar 27 18:25:07 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: Heidi wrote: > I can open it at work today, and I have been able to open it at home > previously but now it's just sits there not loading - blank page, no > message. Won't open in IE either. I've cleared my cache, cookies, > rebooted, pinged it successfully, and still I can't get the site to > load. Did the same thing to me last night, during which trying to > check my network connection I realized my network connection icon has > disappeared. WTH...... > http://www.animallaw.info/ Interesting. I can't reach it either; we're in far northern NY, on the St. Lawrence River across from Ontario, Canada. It WAS working fine not too long ago because I used it to get to the latest Shelter and CDO rules changes. I have them if that happens to be what you're after and would be willing to mail them to you. The strange thing is, the pages never time out. There is just enough "whatever" coming through to keep either IE or FF from saying time's up and can't go there. Like you said, just a blank, gray page and that's all. No "Done" or anything else in the status bar, not even an "accessing" message. Ping works. Trace Route works; 16 hops, mostly thru Level3 from here. Robtex etc. listing all seem OK so they haven't gone down for nonpayment or anything like that. Maybe they're under attack or just plain have server problems, who knows? http://www.animallaw.com/ etc. all seem to work OK. Strange. Twayne I've never come across anything like this before. From me at privacy.net Fri Mar 27 20:08:22 2009 From: me at privacy.net (anon) Date: Fri Mar 27 20:10:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Twayne" wrote in message news:gqjho7$i7a$1@news.spamcop.net... > D.F. Manno wrote: >> In article , >> "Mike Easter" wrote: >> >>> clip > single-shipping-cost boxes regardless of weight, you can pick up or order > as many of them as you want, and they have delivery confirmation/insurance > also. They do grumble about it if something doesn't fit your mailbox > (we're rural) when delivering though, and are forced to drive 50' into our > driveway to be able to set the pkg by the door. But at least they do it. For many years we shipped books (mail order book store) via USPS. Those priority fixed fee envelopes were great - anything you could cram into the envelope and seal it went for the fixed fee. With delivery confirmation, we were refunded the extra fee if we did not get the USPS confirmation (got confirmation from the recipient.) Foreign delivery was also great, I think only one book was lost in over ten years of service. clip From not at home.today Fri Mar 27 21:54:07 2009 From: not at home.today (Ant) Date: Fri Mar 27 22:00:09 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: "David Bolt" wrote: > On Fri, 27 Mar 2009, Ant wrote:- >>In addition to 'curl', you might like the 'wget' command line tool >>which has also been ported to Windows. > > The trouble with wget is that it fetches a file, which you may not want > to do if you're just interested in the server responses, unless you use > something like: > > wget -v -O /dev/null $url wget --spider -S $url --spider = don't download anything -S = print server response From blacklist-me at davjam.org Fri Mar 27 22:50:38 2009 From: blacklist-me at davjam.org (David Bolt) Date: Fri Mar 27 23:30:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? References: Message-ID: On Sat, 28 Mar 2009, Ant wrote:- >wget --spider -S $url > > --spider = don't download anything > -S = print server response I must have missed those options when reading the man page. Regards, David Bolt -- Team Acorn: http://www.distributed.net/ OGR-NG @ ~100Mnodes RC5-72 @ ~1Mkeys/s openSUSE 10.3 32b | openSUSE 11.0 32b | | openSUSE 10.3 64b | openSUSE 11.0 64b | openSUSE 11.1 64b | openSUSE 10.3 PPC | RISC OS 3.6 | RISC OS 3.11 | TOS 4.02 From ecm2001.download at xxxx54545.rapidshare.com Fri Mar 27 23:35:23 2009 From: ecm2001.download at xxxx54545.rapidshare.com (ecm2001 rapidshare download torrent ) Date: Fri Mar 27 23:40:09 2009 Subject: [Scgeeks] ecm2001 crack torrent rapidshare download 63731347425651287843 Message-ID: We can crack or emulate any protection type: Dongle, Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel, Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!! email = xshowsoft@gmail.com email = xshowsoft at gmail.com ecm2001 download ecm2001 rapidshare ecm2001 torrent ecm2001 crack ecm2001 v 5.3 ecm2001 v 5.4 ecm2001 v 5.5 ecm2001 v 6.0 ecm2001 v 6.1 ecm2001 v 6.2 ecm2001 v 6.3 ecm2001 v5.3 ecm2001 v5.4 ecm2001 v5.5 ecm2001 v6.0 ecm2001 v6.1 ecm2001 v6.2 ecm2001 v6.3 If you have some protected program, and want to crack it, we can help you! Ecm2001 v6.3 professional, all checksums enabled download email = xshowsoft@gmail.com email = xshowsoft at gmail.com g#SO,]_g*y1(,qgJJeZO From nobody at spamcop.net Sat Mar 28 00:11:57 2009 From: nobody at spamcop.net (Indigo) Date: Sat Mar 28 00:15:09 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: "AndrewB" wrote in message news:gqhmj6$1b3$1@news.spamcop.net... > > A horde of potential causes... > > - web server is running away with the cpu or stuck > - hardware issue on the server (RAM, disk, heat, fire, flood) > - operating system hung > - potential hijack/breakin/compromise of the server > - denial of service attack ongoing > - didn't pay the colocation bill I'm having a similar problem right now. I signed up for a free online storage site for video and photo files at Pixilis.com, which supposedly sets up a server using your account info so your friends can access the files. Unfortunately, almost all the file management links to my "personal web site" don't work, FF comes up with a "server not found" error message. I tried to access the link in IE7 and got the same error message. I've emailed Pixilis's tech support team to find out what's going on, but I suspect poor coding and the "free" online storage is quite buggy. It sucks, because it was one of the best free online storage websites I found when I did my search. Turns out you get what you pay for.....I've turned off all anti-spyware and adblocking apps to whitelist those links, but still no joy. Has anyone else used the Pixilis web service before? From nobody at spamcop.net Sat Mar 28 00:28:01 2009 From: nobody at spamcop.net (Indigo) Date: Sat Mar 28 00:30:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: "Mike Easter" wrote in message news:gqhrdn$fs2$1@news.spamcop.net... > Heidi wrote: >> I can open it at work today, and I have been able to open it at home >> previously but now it's just sits there not loading - blank page, no >> message. > >> http://www.animallaw.info/ > > It is working for me at this time. Michigan State University College of > Law: Animal Legal & Historical Web Center Worked for me too...... From loyal at spamcop.user Sat Mar 28 00:46:13 2009 From: loyal at spamcop.user (AndrewB) Date: Sat Mar 28 00:50:08 2009 Subject: [Scgeeks] Re: Why can't I open this site? In-Reply-To: References: Message-ID: jg wrote: > Mike, know an equivalent linux tool? > 26 k - thats hardly enough for the graphic screen... lynx is/was a command-line web browser. I used it 15 years ago, especially for ftp'ing files from SIMTEL archives. It was better than gopher clients. I'm really dating myself. But lynx could be used as a command-line browser easily in Linux (and maybe in windows). FWIW. AndrewB From iwantsex at 0.9985504nowathome.com Sun Mar 29 10:19:50 2009 From: iwantsex at 0.9985504nowathome.com (iwantsex@0.9985504nowathome.com) Date: Sun Mar 29 10:20:09 2009 Subject: [Scgeeks] 0.3683519 Look Inside Now ... 0.8490118 Message-ID: 0.4070321 Look Inside Now ... 0.9985504 0.3683519 Now Visit http://www.clicklinknow.com/dating/ 0.8490118 From iwantsex at 0.7358682nowathome.com Sun Mar 29 15:11:32 2009 From: iwantsex at 0.7358682nowathome.com (iwantsex@0.7358682nowathome.com) Date: Sun Mar 29 15:15:09 2009 Subject: [Scgeeks] 0.9347684 Realize The Pleasure ... 0.8773166 Message-ID: 0.3152512 Realize The Pleasure ... 0.7358682 0.9347684 Now Visit http://www.clicklinknow.com/dating/ 0.8773166 From iwantsex at 0.898397nowathome.com Sun Mar 29 15:15:33 2009 From: iwantsex at 0.898397nowathome.com (iwantsex@0.898397nowathome.com) Date: Sun Mar 29 15:20:10 2009 Subject: [Scgeeks] 0.2936062 I Feel Curious About It ... 6.525314E-02 Message-ID: 1.589161E-02 I Feel Curious About It ... 0.898397 0.2936062 Now Visit http://www.clicklinknow.com/dating/ 6.525314E-02 From iwantsex at 6.508398E-02nowathome.com Sun Mar 29 15:15:57 2009 From: iwantsex at 6.508398E-02nowathome.com (iwantsex@6.508398E-02nowathome.com) Date: Sun Mar 29 15:20:11 2009 Subject: [Scgeeks] 0.4602932 Have To See This ... 0.2319402 Message-ID: 0.1825786 Have To See This ... 6.508398E-02 0.4602932 Now Visit http://www.clicklinknow.com/dating/ 0.2319402 From iwantsex at 0.2708607nowathome.com Sun Mar 29 15:55:32 2009 From: iwantsex at 0.2708607nowathome.com (iwantsex@0.2708607nowathome.com) Date: Sun Mar 29 16:00:09 2009 Subject: [Scgeeks] 7.872522E-03 Look Inside And Realize That Dream ... 0.121322 Message-ID: 4.655272E-02 Look Inside And Realize That Dream ... 0.2708607 7.872522E-03 Now Visit http://www.clicklinknow.com/dating/ 0.121322 From iwantsex at 0.97995nowathome.com Sun Mar 29 16:07:58 2009 From: iwantsex at 0.97995nowathome.com (iwantsex@0.97995nowathome.com) Date: Sun Mar 29 16:10:09 2009 Subject: [Scgeeks] 0.3497514 See The Pleasure Inside ... 0.8304113 Message-ID: 0.3884316 See The Pleasure Inside ... 0.97995 0.3497514 Now Visit http://www.clicklinknow.com/dating/ 0.8304113 From kenbrody at spamcop.net Mon Mar 30 11:43:32 2009 From: kenbrody at spamcop.net (Kenneth Brody) Date: Mon Mar 30 11:45:08 2009 Subject: [Scgeeks] Re: Rebate mania In-Reply-To: References: Message-ID: Twayne wrote: [...] > When people stop buying where they need to get such rebates and go > elsewhere, which is nearly always possible for less hassle than it is to > get the rebate, then they might change their minds. Rebates are known > moneymakers and "free" money for their coffers when it come tax time! I'm curious about that last sentence. What makes it "'free' money" when it comes to tax time? Do they get to say something like "yes, we got the money, but it's not really income, since it's waiting to be sent as a rebate, just as soon as the user send in the forms"? -- Kenneth Brody From nobody at spamcop.net Mon Mar 30 20:01:04 2009 From: nobody at spamcop.net (bar0) Date: Mon Mar 30 20:05:09 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Kenneth Brody" wrote in message news:gqqpb5$4j6$1@news.spamcop.net... > Twayne wrote: > [...] >> When people stop buying where they need to get such rebates and go >> elsewhere, which is nearly always possible for less hassle than it is to >> get the rebate, then they might change their minds. Rebates are known >> moneymakers and "free" money for their coffers when it come tax time! > > I'm curious about that last sentence. What makes it "'free' money" when > it comes to tax time? Do they get to say something like "yes, we got the > money, but it's not really income, since it's waiting to be sent as a > rebate, just as soon as the user send in the forms"? Not free from taxes, but free as in un-earned. From MikeE at ster.invalid Mon Mar 30 20:48:34 2009 From: MikeE at ster.invalid (Mike Easter) Date: Mon Mar 30 20:50:07 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: bar0 wrote: > "Kenneth Brody" >> Twayne wrote: >> [...] >>> When people stop buying where they need to get such rebates and go >>> elsewhere, which is nearly always possible for less hassle than it is >>> to get the rebate, then they might change their minds. Rebates are >>> known moneymakers and "free" money for their coffers when it come tax >>> time! >> >> I'm curious about that last sentence. What makes it "'free' money" >> when it comes to tax time? Do they get to say something like "yes, we >> got the money, but it's not really income, since it's waiting to be >> sent as a rebate, just as soon as the user send in the forms"? > > Not free from taxes, but free as in un-earned. Now I'm the one who doesn't get it - the/this terminology. Let's say the mfr sells it to Fry's at wholesale. Then Fry's sells it to the customer for retail for which they collect full retail dollars and full retail salestax. Then the customer tries to get a rebate for some dollars from 'the rebater'. Let's even assume that my experience is representative instead of the experience of 'the masses' and the rebater actually has to pay out the rebate $. Now which of the entities has anything to do with 'free' (or even unearned - or even some kind of tax issue) money? Or, are we making a different assumption and the rebater *doesn't* have to pay out rebate$. Now which of the entities has anything to do with free/unearned/untaxed money? -- Mike Easter kibitzer, not SC admin From nobody at spamcop.net Mon Mar 30 22:00:14 2009 From: nobody at spamcop.net (bar0) Date: Mon Mar 30 22:05:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: "Mike Easter" wrote in message news:gqrp91$bf6$1@news.spamcop.net... > bar0 wrote: >> "Kenneth Brody" >>> Twayne wrote: >>> [...] >>>> When people stop buying where they need to get such rebates and go >>>> elsewhere, which is nearly always possible for less hassle than it is >>>> to get the rebate, then they might change their minds. Rebates are >>>> known moneymakers and "free" money for their coffers when it come tax >>>> time! >>> >>> I'm curious about that last sentence. What makes it "'free' money" >>> when it comes to tax time? Do they get to say something like "yes, we >>> got the money, but it's not really income, since it's waiting to be >>> sent as a rebate, just as soon as the user send in the forms"? >> >> Not free from taxes, but free as in un-earned. > > Now I'm the one who doesn't get it - the/this terminology. > > Let's say the mfr sells it to Fry's at wholesale. Then Fry's sells it to > the customer for retail for which they collect full retail dollars and > full retail salestax. > > Then the customer tries to get a rebate for some dollars from 'the > rebater'. Let's even assume that my experience is representative instead > of the experience of 'the masses' and the rebater actually has to pay out > the rebate $. > > Now which of the entities has anything to do with 'free' (or even > unearned - or even some kind of tax issue) money? > > Or, are we making a different assumption and the rebater *doesn't* have to > pay out rebate$. > > Now which of the entities has anything to do with free/unearned/untaxed > money? We're talking about money the rebater oughtta have paid, the rebates that oughtta have been claimed and weren't because of hassles, or were claimed and improperly denied. From MikeE at ster.invalid Mon Mar 30 23:13:45 2009 From: MikeE at ster.invalid (Mike Easter) Date: Mon Mar 30 23:15:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike Easter wrote: > Mike Easter wrote: > >> Sidebar: recent case in point. I purchased a Maxtor 500G SATA/300 >> drive for a build about a year ago, > >> and I just sent the drive back in to them. > > Concerning the maxtor sidebar; I posted it to seagate (in McAllen TX) > Monday; an email today said they had shipped my replacement today. > Pretty fast so far. We'll see how well UPS ground does. So far UPS ground is cookin'. According to the tracker, it scanned in to a UPS station about 110 miles away this afternoon (it left McAllen TX past Thu). I suspect that means that it may be arriving for an alleged delivery attempt tomorrow sometime. I'm going to put my sign on the door tomorrow morning begging/imploring UPS to attempt delivery by such as knocking on the door. > I predict that UPS will not successfully deliver it to my door, but > instead I will get some kind of communication that sez that I should go > pick it up at the UPS place which drive to pickup is over an hour round > trip. -- Mike Easter kibitzer, not SC admin From loyal at spamcop.user Tue Mar 31 00:21:36 2009 From: loyal at spamcop.user (AndrewB) Date: Tue Mar 31 00:25:08 2009 Subject: [Scgeeks] Disk Defragmenter referrals requested Message-ID: I'm looking for a good disk defragmenter that operates with my requirements: - supports NTFS, FAT*, Linux filesystems - bootable cd - works outside of the host operating system - good performance I currently use VCom's Partition Commander 10, and it's ok. It takes about 7 hours for a 40gb laptop drive (slower rpm than a desktop drive), and for NTFS file systems, WinXP Pro has to do an integrity check afterwards. Partition Commander probably didn't clean up correctly. I only need to run it every couple of months. Any suggestions for products to investigate? AndrewB From borgholio at storymind.com Tue Mar 31 00:36:17 2009 From: borgholio at storymind.com (Borgholio) Date: Tue Mar 31 00:40:08 2009 Subject: [Scgeeks] Re: Disk Defragmenter referrals requested In-Reply-To: References: Message-ID: AndrewB wrote: > > I'm looking for a good disk defragmenter that operates with my > requirements: > > - supports NTFS, FAT*, Linux filesystems > - bootable cd > - works outside of the host operating system > - good performance > > > I currently use VCom's Partition Commander 10, and it's ok. It takes > about 7 hours for a 40gb laptop drive (slower rpm than a desktop drive), > and for NTFS file systems, WinXP Pro has to do an integrity check > afterwards. Partition Commander probably didn't clean up correctly. > > I only need to run it every couple of months. > > Any suggestions for products to investigate? > > > > AndrewB Dunno what you mean about "works outside of host operating system" but I use two different defragmenters. 1. Executive Software Diskeeper - Diskeeper has many options, including one that tells it to only defrag files that have performance issues. That is, a single large file in two pieces won't have any real performance issues, but a small file in dozens of pieces will. So by skipping the files that aren't having performance issues, the defrags go much faster. I use version 9 of Diskeeper which has recently been replaced by Diskeeper 2009. The newest version actually cut back on the various scheduling options and only runs in the background when it detects idle CPU time. This isn't bad for the normal user but if you run programs such as Seti@home or it's a server with constant CPU usage, you're kinda screwed. 2. Raxco Perfectdisk - Perfectdisk is much slower than Diskeeper and doesn't have as many configuration options. In addition it's scheduling mechanism is primitive. However it works wonderfully if you want to defragment an entire drive in one pass as well as consolidate free space. Diskeeper will never consolidate all your free space. Perfectdisk also works better on drives with low free space. Neither of these programs do boot CDs as far as I'm aware but they do have boot-time defrags for locked system files such as the page file or the hibernation file on XP / Vista. They both do FAT and NTFS, not sure about Linux filesystems. From loyal at spamcop.user Tue Mar 31 02:55:12 2009 From: loyal at spamcop.user (AndrewB) Date: Tue Mar 31 03:00:07 2009 Subject: [Scgeeks] Re: Disk Defragmenter referrals requested In-Reply-To: References: Message-ID: Borgholio wrote: > > Dunno what you mean about "works outside of host operating system" but I > use two different defragmenters. By that I mean I don't want to install a Windows program that sits around in the background. I want a standalone program that I can run off a boot CD to perform the defrag outside of Windows, Linux, or whatever OS I have. This minimizes potential conflicts with other computer activity. Thanks for your notes on Diskeeper and PerfectDisk though! AndrewB From avoozl at spamcop.net Tue Mar 31 12:28:00 2009 From: avoozl at spamcop.net (Chris F. Willoughby) Date: Tue Mar 31 12:30:08 2009 Subject: [Scgeeks] Re: Disk Defragmenter referrals requested References: Message-ID: "AndrewB" wrote in message news:gqseod$567$1@news.spamcop.net... > By that I mean I don't want to install a Windows program that sits around > in the background. I want a standalone program that I can run off a boot > CD to perform the defrag outside of Windows, Linux, or whatever OS I have. > This minimizes potential conflicts with other computer activity. > > Thanks for your notes on Diskeeper and PerfectDisk though! > > > AndrewB You might try O&O Software. I've had good experience with them in the past. http://www.oo-software.com/home/en/ From MikeE at ster.invalid Tue Mar 31 16:37:19 2009 From: MikeE at ster.invalid (Mike Easter) Date: Tue Mar 31 16:40:08 2009 Subject: [Scgeeks] Re: Rebate mania References: Message-ID: Mike Easter wrote: > >> Pretty fast so far. We'll see how well UPS ground does. > > So far UPS ground is cookin'. According to the tracker, it scanned in > to a UPS station about 110 miles away this afternoon (it left McAllen > TX past Thu). The UPS tracking info is interesting in its details. It left that station up in the LA area about 3am and got to a San Diego station about 5; so I guess they think it is a good idea to do this depot to depot stuff in the wee hours of the night/morning. Then the local truck took off with its deliveries about 7:15 this am and the man did indeed knock on my door and rang my doorbell just now. I took my package, signed and gave UPS an attaboy kudos and he was on the move in seconds. Seagate chose to replace the 500G Maxtor sata-300 with their Barracuda 7200.10 SATA 3.0Gb/s 500-GB Hard Drive which has the innovative 'perpendicular' recording. That's fine by me. -- Mike Easter kibitzer, not SC admin