[OSGeo] #3073: Discourse text/plain email use html entities, markdown and backslash-escapes for no reason

OSGeo trac_osgeo at osgeo.org
Wed Apr 3 13:21:46 PDT 2024


#3073: Discourse text/plain email use html entities, markdown and backslash-
escapes for no reason
--------------------------------+------------------------
 Reporter:  strk                |       Owner:  sac@…
     Type:  defect              |      Status:  reopened
 Priority:  normal              |   Milestone:  Unplanned
Component:  SysAdmin/Discourse  |  Resolution:
 Keywords:                      |
--------------------------------+------------------------
Comment (by jef):

 For the time being I now use this procmail recipe:

 {{{
 :0
 * ^List-ID: OSGeo Discourse
 {
         :0 c
         osgeo-discourse-orig

         :0 fb
         | sed -e '/Content-Type: text\/plain/,/^----/ s/\\\(.\)/\1/g;
 s/"/"/g; s/ / /g; s/</</g; s/>/>/g; s/'/'"'"'/g;'

         :0
         * ^X-Discourse-Category: SAC/SAC
         osgeo-discourse-sac

         :0
         * ^X-Discourse-Category: OSGeo Forum Feedback
         osgeo-discourse-forumfeedback

         :0
         * ^X-Discourse-Category: pgRouting
         osgeo-discourse-pgrouting

         :0
         osgeo-discourse
 }

 }}}

 from the few mails I got so far.  At least the SAC tickets look ok in
 mutt.
-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/3073#comment:17>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list