Historique des commits

Auteur SHA1 Message Date
  Son NK 572ce1de57 fix db connections leaks in email_handler: override the default app.teardown_appcontext il y a 5 ans
  Son NK 7f908a9da8 display website_from on alias log il y a 5 ans
  Son NK 8d60ebd456 handle the case email from header has the format "First Last <ab@cd.com>" il y a 5 ans
  Son NK c37ba0e1de website_email: use From header instead of envelope from il y a 5 ans
  Son NK 29d48b7d0f reduce sleep time in email_handler il y a 5 ans
  Son NK 1435a77130 send raw message instead of using EmailMessage object il y a 5 ans
  Son NK a9112c0480 remove DKIM-Signature for custom domain il y a 5 ans
  Son NK 66b59a265a remove redundant check in handle_RCPT to support custom domain. Add check to reply phase. il y a 5 ans
  Son NK fbf4a97a3e do NOT modify "to" header as it's not displayed in mail client anyway il y a 5 ans
  Son NK e0bf5245a3 remove DKIM-Signature as Postfix will add this header il y a 5 ans
  Son NK 64f7d04960 fix forward phase: use reply email as envelope-from il y a 5 ans
  Son NK 1cb8282cb2 change the to: header so target is user email il y a 5 ans
  Son NK 9eb85abac4 remove srs il y a 5 ans
  Son NK 837e1ffcf6 add List-Unsubscribe-Post header. Block alias directly if POST, otherwise ask user confirmation. il y a 5 ans
  Son NK cb14277bc7 add List-Unsubscribe header to block quickly an alias il y a 5 ans
  Son NK 75e07fff04 put original name and email to from: header il y a 5 ans
  Son NK 5b1819e891 do not modify subject il y a 5 ans
  Son NK 7207312ec9 refactor email_handler: create handle_forward and handle_reply il y a 5 ans
  Son NK 34cf72eaee create POSTFIX server il y a 5 ans
  Son NK 0ae7f2d68a no need to modify reply-to. Remove this header if present. il y a 5 ans
  Son NK a70928d166 Modify From: header to reply_email so email passes DMARC il y a 5 ans
  Son NK a28c90f110 Change subject to let user know the email is forwarded from SL il y a 5 ans
  Son NK cf3a2258b2 return 510 if no such alias il y a 5 ans
  Son NK 49d66c4226 tentative to fix UnicodeEncodeError https://sentry.io/organizations/son/issues/1339911828/?project=1478143&query=is%3Aunresolved il y a 5 ans
  Son NK 032322a3d4 log forwarded emails il y a 5 ans
  Son NK a5a3bbbd63 if an alias is disabled, accept email but not forward to user inbox il y a 5 ans
  Son NK e335ae7d52 fix replace_header il y a 5 ans
  Son NK 8b67a13581 fix case where reply-to is already present il y a 5 ans
  Son NK 6015dbd4d1 Revert "try fixing spam issue: use personal email in forward phase" il y a 5 ans
  Son NK bfb1c27528 try fixing spam issue: use personal email in forward phase il y a 5 ans