Submission Acknowledgement sent to editors

Describe the issue or problem
The Submission Acknowledgement email is sent to both the author and the editor when an editor is added as section editor of a section. Why is that? Can that be opted out?

Steps I took leading up to the issue

  1. Add a guest or section editor.
  2. Assign the editor to a section
  3. Submit a submission to the journal and that section
  4. Two emails are sent out
    a) NOTIFICATION to the editor(s)
    b) SUBMISSION_ACK to the author AND to the editor(s)

What application are you using?
OJS 3.3.0-13

Additional information
maillog with the SUBMISSION_ACK mail:

2022-10-26T09:20:29.623127+02:00 journal.se mail/info postfix/pickup[24579]: 975B9742260: uid=48 from=<no-reply@journal.se>
2022-10-26T09:20:29.626092+02:00 journal.se mail/info postfix/cleanup[24109]: 975B9742260: message-id=<8p08jdEBeIH4pZkAJDh5tgIbdEU2kHkPmhK01hsk6U@ecp.ep.liu.se>
2022-10-26T09:20:29.634557+02:00 journal.se mail/info postfix/qmgr[1273]: 975B9742260: from=<no-reply@journal.se>, size=2732, nrcpt=2 (queue active)
2022-10-26T09:20:29.679050+02:00 journal.se mail/info postfix/smtp[24118]: 975B9742260: to=<author@mail.se>, relay=smtp.liu.se[130.236.56.15]:25, delay=0.07, delays=0.02/0.03/0.01/0.01, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A4786A07B5)
2022-10-26T09:20:29.679287+02:00 journal.se mail/info postfix/smtp[24118]: 975B9742260: to=<editor@mail.se>, relay=smtp.liu.se[130.236.56.15]:25, delay=0.07, delays=0.02/0.03/0.01/0.01, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as A4786A07B5)
2022-10-26T09:20:29.680260+02:00 journal.se mail/info postfix/qmgr[1273]: 975B9742260: removed

I don’t know if that is relevant, but these are my config.inc.php email settings:

allow_envelope_sender = On
default_envelope_sender = no-reply@journal.se
force_default_envelope_sender = On
force_dmarc_compliant_from = On
dmarc_compliant_from_displayname = '%n via %s'
time_between_emails = 3600
max_recipients = 10
require_validation = Off
validation_timeout = 14

Hi @eddoff

You can check the email notification logic for OJS 3.3 in this link.

Best regards,

Josh Noronha (he/him)
Systems Administrator
PKP|PS Support Team