From: Jean-Marc Pigeon (Delson) Date: Mon, 30 Jun 2025 04:34:22 +0000 (-0400) Subject: Adjusting spec file X-Git-Tag: tag-0.11~11 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=b96f37c838c0ab7559cbde0fa1d70c1ba9932826;p=jmp%2Fmailleur Adjusting spec file --- diff --git a/data-feed/feedxx.tst b/data-feed/feedxx.tst new file mode 100644 index 0000000..944f01c --- /dev/null +++ b/data-feed/feedxx.tst @@ -0,0 +1,27 @@ +T:(feed02) Sending a very Simple Email to 2 domains +R:220 mailleur.example.com, ESMTP (cleartext) mailleur... +#==================================================== +S:HELO example.com +R:250 mailleur.example.com, link (cleartext) ready,... +S:MAIL FROM: +R:250 2.1.3 trouble@mailref1.example.com.. sender ok +S:RCPT TO: +R:250 2.6.4 Address accepted +#------------------------------------------------------------------------- +#-sending data +C:DATA 354 3.5.0 End data with . +D:Subject: (feed02) Very Simple email contents 2 domains +D:From: Maitre Post +D:To: Maitre WEB +D: +D:.single dot, next is an empty line starting with a '.' +D:. +D:This email is sent to 3 domain X 1 users +D: +C:. +#------------------------------------------------------------------------- +R:250-3.5.3 Session ID=<... +R:250-3.5.3 data stream received:... +R:250 3.5.3 Message accepted for delivery +S:QUIT +R:221 2.0.0 Bye, closing connection... diff --git a/lib/devsql.c b/lib/devsql.c index 42ac1a9..99fae2b 100644 --- a/lib/devsql.c +++ b/lib/devsql.c @@ -840,7 +840,6 @@ if (act!=(ACTTYP *)0) { goodid=sql_gooddata(sqlptr,act->sessid); goodrcpt=sql_gooddata(sqlptr,act->rcptto); goodcode=sql_gooddata(sqlptr,strcode); - (void) rou_alert(0,"%s JMPDBG code='%c' rcptto=<%s>",OPEP,act->code,act->rcptto); if (act->resp!=(char **)0) { char *field; diff --git a/lib/geseml.c b/lib/geseml.c index 15ff496..7a725c0 100644 --- a/lib/geseml.c +++ b/lib/geseml.c @@ -645,7 +645,7 @@ locdom=(char *)0; 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 : //Extracting recipient email if ((tra!=(TRATYP *)0)&&(tra->rcptto!=(char *)0)&&(strlen(tra->rcptto)>0)) diff --git a/mailleur.spec.in b/mailleur.spec.in index 6a7cf81..dcd0423 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -52,6 +52,7 @@ search about email exchange within time and transaction context. %attr(0754,root,root) %{_libdir}/%{name}/support/starting.sh %attr(0750,%{name},mail) %{_libdir}/%{name}/support/mailleur-reset-db.sh %attr(0750,%{name},mail) %{_libdir}/%{name}/support/mailleur-settest-db.sh +%attr(0755,%{name},mail) %dir %{spooldir}/%{name} %attr(0755,%{name},mail) %dir %{spooldir}/%{name}/queue %attr(0750,%{name},mail) %dir %{spooldir}/%{name}/mails %attr(0640,root,root) %{_datadir}/%{name}/sql/Makefile