D:From: Maitre Post <postmaster@example.com>
D:To: Maitre WEB <webmaster@example.com>
D:
+D:.single dot, next is an empty line starting with a '..
+D:.
D:This email is sent to 2 domain X 2 users
+D:
C:.
#-------------------------------------------------------------------------
R:250-3.5.3 Session ID=<...
taille=strlen(buffer);
if (taille>0)
sent=soc_writebuffer(socptr,buffer,taille);
- (void) rou_alert(0,"JMPDBG itaille='%d' Swrite=<%s>",taille,buffer);
}
return sent;
}
phase=0;
proceed=true;
while (proceed==true) {
- (void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase);
+ //(void) rou_alert(0,"%s JMPDBG phase='%d'",OPEP,phase);
switch (phase) {
case 0 : //opending email data file
if ((qfile=eml_openqfile(qemail,(const char *)0))==(FILE *)0) {