This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Ryan C. Gordon e15d11df18 Added an API to ask if an incoming email should be dropped at the SMTP level.
This lets an SMTP server optionally decide if it should reject a mail without
passing it on to Discourse at all, possibly before even reading the
email's payload, to prevent spam-induced backscatter and save resources.

This just does the bare minimum sanity checking that could prevent obvious
backscatter. For legit errors from legit users, Discourse will still send a
much more pleasant reply email.
2017-04-05 23:10:36 -04:00
..
assets FEATURE: Let users update their emails before confirming 2017-04-05 16:44:49 -04:00
controllers Added an API to ask if an incoming email should be dropped at the SMTP level. 2017-04-05 23:10:36 -04:00
helpers FEATURE: replace emoji with unicode in title and description meta tags 2017-02-22 16:24:13 -05:00
jobs SECURITY: Confirm new administrator accounts via email 2017-04-04 15:59:01 -04:00
mailers SECURITY: Confirm new administrator accounts via email 2017-04-04 15:59:01 -04:00
models FEATURE: Allow admins to schedule a topic to be published in the future. 2017-04-04 11:16:05 +08:00
serializers fix permalinks serializer with subfolder setups 2017-04-05 18:45:01 +02:00
services SECURITY: do not send push notifications to suspended users 2017-04-05 08:28:24 -04:00
views SECURITY: Confirm new administrator accounts via email 2017-04-04 15:59:01 -04:00