Skip to content

Some bugs related to urlize mode

David Verdin requested to merge github/fork/ikedas/bug_urlize_with_merge into sympa-6.2

Created by: ikedas

  • URLize: If personalization was enabled, urlization is prevented. Because directory for attachment files will have been created by test_personalize() and can't be created again.
  • Suppress unuseful logs skipping urlization of attachments with Content-Disposition.
  • WWSympa: do_attach(): Avoid urlized attachments to be rendered by the browser.

Merge request reports