Yes I should have mentioned that SP3 is installed. Not only that the article mentions that the following files _or later_ must be present. The machine has version numbers on the files that are all greater than the ones in the article too, so it -should- work.
It looks as though SP3 should have installed the fix - but the article seems to imply that the fix is not enabled by default so it needs to be enabled. The angle brackets are DOS redirectors, and cause this: D:\Setup\SMTPmd>smtpmd set smtpsvc/1/DisablePickupDotStuff <1> The syntax of the command is incorrect. And putting the <1> in quotes yields: D:\Setup\SMTPmd>smtpmd set smtpsvc/1/DisablePickupDotStuff "<1>" Error: SetValueByDataType failed - HRES(0x80070057) ERROR_INVALID_PARAMETER Cheers, Paul. -----Original Message----- From: Ken Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, 4 October 2002 1:14 PM To: ActiveServerPages Subject: Re: SMTP Bug - Deletes periods at beginning of line. Um, the page says to do: smtpmd set smtpsvc/1/DisablePickupDotStuff <1> (with angled brackets). Your snipped below didn't have them. Might that be a cause? It also says you need Win2k SP3 - you have that installed? Cheers Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From: "Paul Gaske (Public Mail)" <[EMAIL PROTECTED]> Subject: SMTP Bug - Deletes periods at beginning of line. Hi all, I have a server with the symptoms described in KB Article Q286358. Url: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q286358 When I run the command-line described in the "More Information" part of the article I get this: D:\Setup\SMTPmd>smtpmd set smtpsvc/1/DisablePickupDotStuff 1 Error: SetValueByDataType failed - HRES(0x80070057) ERROR_INVALID_PARAMETER So far, google/MSDN has been able to guide me to this point, but I can't find anything useful on this. Has anyone else here had the same problem? Does anyone have any idea on how to fix this? Paul. --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
