Here lately I have been getting this error message in my windows event log a
lot.
The description for Event ID ( 0 ) in Source ( XMail ) cannot be found. The
local computer may not have the necessary registry information or message
DLL files to display messages from a remote computer. You may be able to use
the /AUXSOURCE= flag to retrieve this description; see Help and Support for
details. The following information is part of the event: Filter error (-5):
Sender = "[EMAIL PROTECTED]" Recipient = "[EMAIL PROTECTED]" Filter = "
cmd.exe /c D:\Xmail\xmail_filters\copyin.cmd".

This is what my copyin.cmd looks like.

@Echo off
for /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mn=%%a& set dy=%%b&
set yr=%%c)
if %mn%==01 set MTH=January
if %mn%==02 set MTH=Feburary
if %mn%==03 set MTH=March
if %mn%==04 set MTH=April
if %mn%==05 set MTH=May
if %mn%==06 set MTH=June
if %mn%==07 set MTH=July
if %mn%==08 set MTH=August
if %mn%==09 set MTH=September
if %mn%==10 set MTH=October
if %mn%==11 set MTH=November
if %mn%==12 set MTH=December
set curDate=%yr% %MTH%
md \\server3\savedmail$\%yr%%MTH%\INBOUND\%2\
copy %1 \\server3\savedmail$\%yr%%MTH%\INBOUND\%2\


What does this mean? Could server2 not be reaching server3 at some point in
time?

Using version 1.21 on windows 2000 server.


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to