https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29330 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- I encountered the issue due to print notices in /usr/share/koha/bin/cronjobs/overdue_notices.pl After some grepping around... it kind of looks like that's the only bit of Koha code that uses the "attachments" parameter for C4::Letters::EnqueueLetter(). I wonder if there are other parts of Koha that set other content types than text/html and text/plain though in the message_queue table... A review of 1,000,000 entries in the message_queue shows either: - text/html; charset="UTF-8" - multipart/mixed; boundary="<BLAHBLAH>" - NULL However, I suppose it's possible that Koha plugins have enqueued other content? I suppose that's not our concern as core developers though... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.