Skip to content

Don't treat cron emails as bounce messages

ng requested to merge master-cron-bounce into master

Mails coming from cron usually has Auto-Submitted: auto-generated set. To not recognize cron-mails as a possible bounce, we check also for the X-Cron-Env header, which should identify them as cron-mails.

This fix is similar to what schleuder2 was doing.

Closes #205 (closed)

Merge request reports