This commit is contained in:
Laurent Destailleur 2022-06-03 13:56:28 +02:00
parent a9ea1c8fbb
commit f475991b20
2 changed files with 2 additions and 2 deletions

View File

@ -1281,7 +1281,7 @@ class EmailCollector extends CommonObject
if ($searchfilterisanswer > 0) {
if (empty($headers['In-Reply-To'])) {
$nbemailprocessed++;
dol_syslog(" Discarded - Email is not an answer (no In-Reply-To header");
dol_syslog(" Discarded - Email is not an answer (no In-Reply-To header)");
continue; // Exclude email
}
// Note: we can have

View File

@ -2089,7 +2089,7 @@ EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job
EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
NoNewEmailToProcess=No new email (matching filters) to process
NothingProcessed=Nothing done
XEmailsDoneYActionsDone=%s emails qualified, %s emails successfully processed (for %s record/actions done)
XEmailsDoneYActionsDone=%s emails pre-qualified, %s emails successfully processed (for %s record/actions done)
RecordEvent=Record an event in agenda (with type Email sent or received)
CreateLeadAndThirdParty=Create a lead (and a third party if necessary)
CreateTicketAndThirdParty=Create a ticket (linked to a third party if the third party was loaded by a previous operation or was guessed from a tracker in email header, without third party otherwise)