#-------------------------------------------------------------------------
#-sending data
C:DATA 354 3.5.0 End data with <CR><LF>.<CR><LF>
-D:Subject: A email to not exitsing user
+D:Subject: A email to a not existing user
D:From: Trouble maker <subdom1.example.com
D:To: Not existing <dom1user3@subdom1.example.com>
C:T
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 : //Open the file
if ((qfile=eml_openqfile(toaddfile,(char *)0))==(FILE *)0) {
break;
case 2 : //mime starting part
(void) fprintf(qout,"Sending Email was not successful\n");
- (void) fprintf(qout,"here is the status returned by remote serveur\n");
+ (void) fprintf(qout,"here is the status returned by remote serveur:\n");
(void) fprintf(qout,"--->\n");
if (explain!=(char **)0) {
while (*explain!=(char *)0) {