-
WSd_rasley
AskWoody LoungerI’ve been testing out Spambayes for the last week or so and I am becoming very impressed with it. It takes a while to ‘train’ after installation, teaching it what is spam and what isn’t and helping it learn from its’ mistakes. Certain spam goes to a ‘Junk E-mail’ folder, suspected goes to ‘Junk Suspects’, everything else to your Inbox. After downloading email, check the Junk E-mail folder for any false positives; click a ‘Recover from spam’ button and it will move the message back to your Inbox plus it will learn to identify the message as legitimate. The toolbar for the ‘Junk Suspects’ folder has two buttons available, ‘Recover from spam’ and ‘Delete as spam’. As the program continues to learn its’ identification becomes better and better.
I only had two problems with the installation. When it created the ‘Junk’ folders the preview pane was still enabled for both, so make sure you turn them off before accidentally viewing rendered html spam. The second problem was I didn’t have enough saved spam for it to build an initial database, so the training period would take longer than it otherwise might have taken.
I used Mailwasher before and found it worked rather well, but it was an old version that didn’t have any ability to learn (something I believe the newer paid version is capable of).
-
WSd_rasley
AskWoody LoungerI checked out driverguide.com a few days ago and the driver I downloaded from them was the same one that was on my install cd. When it is ‘installed’ there is a ‘Mouse Suite’ listed in Add/Remove Programs, but there is no folder set up under Program Files, and the driver details point to a whole host of .dll’s in System32, but nowhere is there a .cpl for the mouse.
With a little registry diving, I found there were multiple mice set up, and I actually found “Optical Navigator Mouse” as a device name, but nothing that made any real amount of sense. I’m wondering though, if I could use a different driver — the Logitech mouse I use at work is almost identical to the IBM mouse (just not an optical). Can’t really make much more of a mess, right? And besides, that’s what System Restore is meant for.
-
WSd_rasley
AskWoody LoungerThe things I’ve tried so far: The default ‘Update driver’ replaced the IBM driver with Microsoft’s, disabling the extra mouse features. Updating the driver via manual selection (keeping the same driver but apparently with a fresh setup) gave me a systray icon again but still not the proper control panel; this also reset the mouse buttons to their IBM defaults but with no way to change them. Removed the mouse from the Device Manager and rebooted; Windows ‘found new hardware’ and put it’s own drivers on; installed the IBM drivers and still had the original problem. Disconnected the mouse, removed from DM and rebooted; the IBM driver would not finish loading without the mouse connected, but as soon as it was plugged in Windows set it up with the MS driver again.
I guess the biggest nuisance is that this mouse & driver used to work without issue, but I did a format & full system rebuild and this time around I’m having issues. In fact, I’ve rebuilt a couple of times since the original, just to try to get the mouse working right. One time it was a rebuild where I added the IBM drivers near the end of the process (XP, add SP2, add mobo and other system drivers, then mouse), another time I tried loading the mouse drivers immediately after installing XP and then added other drivers and updates. The only things I can think of that are fundamentally different between the original system build and the current are a BIOS update and a new video card.
I’m hoping to make all this moot with a new wreless keyboard & mouse set, but I still want to find a solution – just in case there are more issues ahead.
-
WSd_rasley
AskWoody LoungerWow, and to think that at one time I considered ‘Ask Jeeves’ to be somewhat respectable. Unfortunately, this EULA language has pretty much become standard — the company and all related parties can not be held accountable; even if they could they are pretty much absolved of any damages; and all rights to venue choice are forfeited should you still insist on complaining.
The price of freedom is eternal vigilance… I guess that applies to
dom too.
-
WSd_rasley
AskWoody LoungerI only have the free version of Sygate, but right now I don’t see any significant reasons to migrate to a new firewall. I have a hardware firewall in my router, so the software firewall is only really necessary for watching outgoing traffic. SPF’s last free version has been very well behaved on my computer, and I still remember the troubles that ZA gave me on a fairly regular basis when I used it last (3 years ago or so; ZA caused system instability and was a real resource hog). I understand that security issues may be discovered with SPF, but what’s the chance that someone will write code to target a discontinued and diminishing-usage firewall?
Is there anything I’m overlooking?
-
WSd_rasley
AskWoody Lounger(Edited by d_rasley on 05-May-05 15:01. Attached final version of code.)
That did the trick, thanks!
-
WSd_rasley
AskWoody LoungerI just checked, and my main computer is at SP3 – yet still subject to the problem.
-
WSd_rasley
AskWoody LoungerThanks for confirming that I’m not seeing things; the second link exactly describes the problem I am having. It doesn’t explain why, on my own computer, I have one that suffers from this problem yet others that have multiple SendObject commands do work. Perhaps it is the structure of the macro? In the one that fails, the SendObject commands are run back to back, but the ones that work generally have intervening processes running: action query, SendObject, more action queries, another SendObject, and so on. The message length is not an issue, since they are along the lines of “Attached please find your weekly report, please call if you have any problems.”, well below the error-causing threshhold.
Is this still an issue with later versions of Access? The upgrade cost is a factor to consider, but when function and reliability become an issue then the cost argument can easily be overcome.
-
WSd_rasley
AskWoody LoungerThis problem first occurred on my main computer; Access 2000 SR1 and Outlook 2000 SP3, both fully patched and updated. The computer I was going to set it up on is Access 2000 SR1 and Outlook 2000 SR1a.
I just retested the macros after converting them to code and the tests ran without a hitch, on both computers. Is VBA more reliable than using the macros?
-
WSd_rasley
AskWoody LoungerBefore I moved the file from my computer to the one it would be working from, I was able to test it successfully; after the failure I came back to my computer and ran the whole process automatically without any problems.
When the first main macro failed (containing only the three report-emailing runmacro commands and a quit command) I modified them to first open the report, run the sendobject command, and then close the report. When run automatically, the reports would open and close, but with no action taking place in between.
I can try converting to VBA, but that can’t be a permanent change. The macro’s graphical interface makes it easy to make changes to the parameters, and there’s no one else available familiar enough with VBA to go into the code to make any changes that might become necessary.
-
WSd_rasley
AskWoody LoungerIf you want a controlled batch, try Batchrun from Outer Technologies. I’ve been using this
program for over three years to handle some of my batches and found it very easy to use. Use the graphical interface to set up your different scans, set to wait until the previous one is finished, and then save the file to the ‘MalWareSearch’ user Startup folder.
-
WSd_rasley
AskWoody LoungerI tried to use a macro to create the pivot table but couldn’t quite get it the way I wanted, but it did give me time to re-think my strategy. Instead of using the pivot table to calculate the totals, I calculated the totals and had them included in the data pulled into the pivot table:
Date Customer Variance 1/1/05 Cust1 1.00 1/1/05 Cust2 2.00 1/1/05 Cust3 3.00 1/1/05 Week Total 6.00 1/1/05 YTD Total 6.00 1/8/05 Cust1 4.00 1/8/05 Cust2 5.00 1/8/05 Cust3 6.00 1/8/05 Week Total 15.00 1/8/05 YTD Total 21.00 The detail data was pulled onto one worksheet. On a second worksheet the ‘Week Total’ was calculated using a SumIf formula, while the ‘YTD Total’ is a simple C2+B3 formula. A macro copies all the data (pasted as values) onto the sheet that feeds the pivot table. When the pivot table refreshes it treats the two Total values as if they were normal ‘Customer’ values, resulting in a table looking like:
Date Cust1 Cust2 Cust3 Week Total YTD Total 1/1/05 1.00 2.00 3.00 6.00 6.00 1/8/05 4.00 5.00 6.00 15.00 21.00 I’m thinking that this method could make it easy to build a pivot table with multiple total columns.
-
WSd_rasley
AskWoody LoungerAfter reading the remaining product info for this new release, I noticed the following:[indent]
The ALWIL Team has been constantly adding definitions for new viruses and new threats. These are not just computer viruses anymore – they include threats such as Trojan horses, Internet worms, and also spyware, adware, dialers and other types of malware. However, until version 4.6, the malware types were not properly distinguished from each other.
[/indent]Is this a first for AV programs, to include non-viral malware in their definitions? It’s something I figured they could be made capable of doing, but had not noticed it with any other AV program until now.
-
WSd_rasley
AskWoody LoungerI don’t think the commercial (ie, non-free) anti-spyware program providers will have too much to worry about with MS giving their prgram out for free:
- Freebies like Ad-Aware and Spybot S&D still leave market share for the paid programs
- MS can (and probably will) make their program available only to authenticated users
- If MS starts to bundle their program with Windows it will make a juicy target for antitrust lawsuits[/list]
-
WSd_rasley
AskWoody LoungerI’ve been a fan of Proxomitron for a few years now, but lately I’ve been weaning myself off of it without too many drawbacks. This mostly started when I got my cable internet connection installed and I tested the speed at Numion.com — I tested before and after setting up the proxy and my reported browsing speed ‘after’ was about half of ‘before’ (still blazing compared to dialup). I still use Prox at timeswhen I really want the added security, but for the most part I am using Avant Browser. With it’s built-in popup and ad blockers it does most of what I used Prox for. I tried Firefox but it didn’t have a very comfortable feel for me, and I really disliked how it handled mail.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
24 minutes ago -
184 MILLION Passwords on FBook, Google, MS & Netflix hacked/leaked
by
ClearThunder
2 hours, 51 minutes ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 hours, 5 minutes ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
5 hours, 52 minutes ago -
Windows Update orchestration platform to update all software
by
Alex5723
10 hours, 25 minutes ago -
May preview updates
by
Susan Bradley
12 hours, 3 minutes ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
52 minutes ago -
Just got this pop-up page while browsing
by
Alex5723
2 hours, 36 minutes ago -
KB5058379 / KB 5061768 Failures
by
crown
4 hours, 3 minutes ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
6 minutes ago -
At last – installation of 24H2
by
Botswana12
1 day, 1 hour ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
6 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
1 day, 14 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
1 day, 7 hours ago -
Limited account permission error related to Windows Update
by
gtd12345
2 days, 3 hours ago -
Another test post
by
gtd12345
2 days, 3 hours ago -
Connect to someone else computer
by
wadeer
1 day, 22 hours ago -
Limit on User names?
by
CWBillow
2 days, 1 hour ago -
Choose the right apps for traveling
by
Peter Deegan
1 day, 15 hours ago -
BitLocker rears its head
by
Susan Bradley
23 hours, 9 minutes ago -
Who are you? (2025 edition)
by
Will Fastie
22 hours, 6 minutes ago -
AskWoody at the computer museum, round two
by
Will Fastie
1 day, 17 hours ago -
A smarter, simpler Firefox address bar
by
Alex5723
2 days, 14 hours ago -
Woody
by
Scott
2 days, 23 hours ago -
24H2 has suppressed my favoured spider
by
Davidhs
22 hours, 46 minutes ago -
GeForce RTX 5060 in certain motherboards could experience blank screens
by
Alex5723
3 days, 13 hours ago -
MS Office 365 Home on MAC
by
MickIver
3 days, 7 hours ago -
Google’s Veo3 video generator. Before you ask: yes, everything is AI here
by
Alex5723
4 days, 3 hours ago -
Flash Drive Eject Error for Still In Use
by
J9438
22 hours, 30 minutes ago -
Windows 11 Insider Preview build 27863 released to Canary
by
joep517
4 days, 22 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.