95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
|
restrict posts to plain text only or to allow wild-west
HTML-formatted MIME email. Fossil's lightweight markup language
formatting features give you a middle path, providing your users
enough formatting power to communicate complex ideas well without
providing so much power as to risk
[https://wonko.com/post/html-escaping | security problems].
* <b>Easy Notification Emails:</b> Fossil's forum feature integrates
with popular [https://en.wikipedia.org/wiki/Message_transfer_agent
| message transfer agents] (MTAs) such as Postfix, Exim, and
* <b>Easy Notification Emails:</b> It is easy to configure Fossil to
send email notifications of new posts to interested forum users via
your Fossil server's existing
[https://en.wikipedia.org/wiki/Message_transfer_agent | message
transfer agent] (MTA): Postfix, Exim, Sendmail... Notification
Sendmail. It is easy to configure Fossil to send notifications of
new posts to interested forum users via your Fossil server's
existing MTA. Notification emails include the complete message
content for the benefit of those that prefer to visit the forum
only when they need to post something.
emails include the complete message content for the benefit of
those that prefer to visit the forum only when they need to post
something. Notifications are optional, and each user gets the
choice of immediate or daily digest delivery.
* <b>Talks to Everyone:</b> Because Fossil delegates email handling
to your existing MTA, it does not need to implement the
[http://sqlite.1065341.n5.nabble.com/Many-ML-emails-going-to-GMail-s-SPAM-tp98685p98722.html
| roughly two dozen]
[https://en.wikipedia.org/wiki/Request_for_Comments | RFCs] needed
to properly support SMTP email in this complex world we've built.
As well, this design choice means you do not need to do duplicate
|