[xmail] OT: - Newsgroups

2004-07-08 Thread M Jenck
Hi All,
 

I have got the news server (news.saltstorm.net) to get a list of messages
from (mlist.xmail) but there never seems to be any updates.

 

Do I need a different server?

 

Thanks in advance,

 

Mike



-
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]



[xmail] Re: Default Open Relay @ Davide

2004-04-01 Thread M Jenck
Is anyone else getting all of these =3D20?

Mike

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] =
On
Behalf Of David Stebbings
Sent: Thursday, April 01, 2004 8:09 AM
To: [EMAIL PROTECTED]
Subject: [xmail] Re: Default Open Relay @ Davide

My=3D20twopenneth=3D20to=3D20the=3D20open=3D20relay=3D20debate=3D20:)

If=3D20I=3D20was=3D20writing=3D20XMail=3D20i=3D20would=3D20make=3D20priva=
te=3D20addresses=3D20=3D
(as=3D20suggested=3D20previously)=3D20open=3D20relays=3D20(i.e.=3D2010.x,=
=3D20192.x=3D20an=3D
d=3D20172.x)=3D20and=3D20everything=3D20else=3D20restricted.

But=3D20I'm=3D20not,=3D20Davide=3D20is,=3D20and=3D20whatever=3D20he=3D20s=
ays=3D20is=3D20the=3D20=3D
end=3D20of=3D20the=3D20story=3D20in=3D20my=3D20view=3D20:)

I=3D20managed=3D20to=3D20find=3D20the=3D20open=3D20relay=3D20warning=3D20=
in=3D20the=3D20docs=3D20=3D
when=3D20I=3D20first=3D20looked=3D20at=3D20it=3D20so=3D20it=3D20can't=3D2=
0be=3D20that=3D20well=3D20=3D
hidden.

Cheers=3D20again=3D20for=3D20the=3D20program=3D20Davide!=3D20=3D20It's=3D=
20class.

David

__
This=3D20email=3D20has=3D20been=3D20scanned=3D20by=3D20the=3D20MessageLab=
s=3D20Email=3D20Sec=3D
urity=3D20System.
For=3D20more=3D20information=3D20please=3D20visit=3D20http://www.messagel=
abs.com/ema=3D
il=3D20
__
-
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]




-
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]



[xmail] Question for Davide

2003-06-01 Thread M Jenck

Davide,

I am attempting to create a DLL wrapper for ctrlclnt.exe program.  (I
realize I could use the shell command, but this is the only way I know =
of to
learn C++ is to try and make things that work)  While in this endeavor, =
I
came across this inconsistency.  Is this a possible bug or on oversight?

Thanks for all you've done.

Mike


 =20
In SysDepWin.cpp

You have

int SysInitLibrary(void)
{

   =20
if (SysThreadSetup() < 0)  // isn't this always false=20
   // as the function Always return
a 0.
{
ErrorPush();
CloseHandle(hShutdownEvent);
DeleteCriticalSection(&csLog);
DeleteCriticalSection(&csTLS);
return (ErrorPop());
}


return (0);

}



static int  SysThreadSetup(void)
{
   =20
SysInitTlsKeys();


return (0);  // Always return a 0

}



-
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]