Comment 1 for bug 1414696

Revision history for this message
Andreas Ntaflos (daff) wrote :

I have implemented the proposed fix in our infrastructure by having Puppet modify the /usr/sbin/bootmail script and change the last line as specified above to use the "-a" option for setting the From: header:

print_mail_text | sed -e "s/[^[:print:]]//g" | rootsign | mail -s "$subject" -a "From: Bootmail <${FROM_MAIL}>" "$recipients"

Works well, FWIW.