http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9530
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #21 from Katrin Fischer <[email protected]> --- I can reproduce the problem Owen reported with the runreport.pl emails not using the preferences for return-path and reply-to. Using the task scheduler: 1) Applied all patches from this bug with the runreport one being the last. 2) Applied all patches from 12031. 3) Removed www-data user from /etc/at.deny 4) Scheduled a report with only KohaAdminEmailAddress = admin@localhost 5) Email was received correctly. 6) Scheduled another report 6) Added email addresses for ReplytoDefault = adminreply@localhost ReturnpathDefault = adminreturn@localhost 7) The email is sent, the content is correct. BUT the new prefs are not taken into account. Run from command line: 1) ./runreport.pl --email reportID 1 2) adminreply and adminreturn appear in the headers correctly. BUT: Email content is Koha::Email=HASH(0x4d749b0) or similar. Something else: The encoding for the emails is given as: charset="iso-8850-1" - but should probably be utf-8 like for the other emails? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
