DMARC Causing tons of bounces

Re: DMARC Causing tons of bounces

by Robson Fernando -
Number of replies: 0

Hello Guys,

My Version: Moodle 2.6.7

I followed the guidelines as MDL-43669 and "Administration >> Site Administration >> Plugins >> Outputs messages >> Emails":

I enabled the "Always send email from the no-reply address?"

enable no-replay adress


Now the emails are delivered normally.
But after you enable the option mentioned, I get the following cron messages:

cron


Code /var/www/html/moodle/lib/moodlelib.php
...

 if (!empty($CFG->emailonlyfromnoreplyaddress)) {
        $usetrueaddress = false;
        if (empty($replyto) && $from->maildisplay) {  // line 5793
            $replyto = $from->email;
            $replytoname = fullname($from);
        }
    }
...


And now?