When overdue_notices.pl creates the email containing un-emailed notices, and the --html flag is set, the resulting file is not a well structured HTML file: * It contains no DTD * There are no <html> tags * It has no header * The file pointed to by the NoticesCSS syspref *should* be included, but is not * It has no body * The body of the individual messages is wrapped in <pre> tags, which is unnecessary, ugly, and precludes the use of styling of the notices (If you want unstyled notices, why not use text?) * The file is always named 'attachment.txt' regardless of whether the script is called using the "--html" or "--text" flags.
*** Bug 14281 has been marked as a duplicate of this bug. ***
*** Bug 24505 has been marked as a duplicate of this bug. ***
> * The file is always named 'attachment.txt' regardless of whether the script is called using the "--html" or "--text" flags. This is adressed in Bug 29354.
(In reply to Magnus Enger from comment #3) > > * The file is always named 'attachment.txt' regardless of whether the script is called using the "--html" or "--text" flags. > > This is adressed in Bug 29354. Perhaps this bug should be marked as RESOLVED DUPLICATE of bug 29354 ?
*** This bug has been marked as a duplicate of bug 29354 ***