Skip to content

Commit

Permalink
fix mail headers
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 17, 2024
1 parent 85012b1 commit 8c7a84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consistency-driver/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run
d = `date "+%Y-%m-%d"`.chop
msg = "#{@siteurl}?path=report&report=consistency-reports/#{d}"
subj = "#{@status.upcase}: #{@mode} Consistency Report for #{d}"
`echo "#{msg}" | mail -r uc3@cdlib.org -s "#{subj}" #{@config.fetch('email', 'dpr2')}`
`echo "#{msg}" | mail -r merritt@cdlib.org -S replyto="uc3@ucop.edu" -s "#{subj}" #{@config.fetch('email', 'dpr2')}`
end
end

Expand Down

0 comments on commit 8c7a84f

Please sign in to comment.