discourse/app
Patrick Gansterer 28dd7fb562 FEATURE: Create hidden posts for received spam emails (#6010)
* Add possibility to add hidden posts with PostCreator

* FEATURE: Create hidden posts for received spam emails

Spamchecker usually have 3 results: HAM, SPAM and PROBABLY_SPAM
SPAM gets usually directly rejected and needs no further handling.
HAM is good message and usually gets passed unmodified.
PROBABLY_SPAM gets an additional header to allow further processing.
This change addes processing capabilities for such headers and marks
new posts created as hidden when received via email.
2018-07-05 11:07:46 +02:00
..
assets FIX: mobile /admin/users page adjustments 2018-07-05 16:18:51 +08:00
controllers FIX: do not use scheduler for uploading csv file for invite 2018-07-04 13:28:11 +05:30
helpers FIX: use logo_url settign when present for mobile layout instead of site name 2018-06-29 15:07:10 +10:00
jobs FIX: Avoid destroy_all in Jobs::CleanUpUploads. 2018-07-02 12:44:36 +08:00
mailers FIX: PM participants listed inline 2018-06-11 18:14:25 -07:00
models FEATURE: Create hidden posts for received spam emails (#6010) 2018-07-05 11:07:46 +02:00
serializers FEATURE: shows remaining backup codes in user preferences 2018-07-04 10:45:42 +02:00
services DEV: remove all calls to SqlBuilder use DB.build instead 2018-06-20 17:53:49 +10:00
views Fix typo (#6043) 2018-07-05 09:26:48 +08:00