Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
2 check-ins using file www/forum.wiki version 1c79a0bad7
2018-08-14
| ||
03:55 | The blob-to-SMTP encoding logic was not strictly following RFC 5321 in that it was only dealing with the lone dot on the line case, doubling it to prevent the SMTP server from interpreting that as end-of-message. It missed the case where, if anything follows the dot, SMTP drops the leading dot, so you must also double the leading dot in that case. Basically, you always double a leading dot, regardless of line length. This only affects Fossil's direct-to-SMTP email sending case, not those that send via a piped command or via DB. That is dealt with later in [8c0ec30bc3]. ... (check-in: 51740ce45f user: wyoung tags: trunk) | |
2018-08-13
| ||
03:51 | Covered capability 7 in the forum.wiki document, and made several improvements to the "Using the Moderation Feature" section. ... (check-in: 31631b756e user: wyoung tags: trunk) | |