Commit History

Author SHA1 Message Date
  Son NK 0dc901d05d make email lowercase before processing them 5 years ago
  Son NK 28a0f9c616 Set automatic_creation flag when alias is created with catch-all feature 5 years ago
  Son NK f08ca682c0 Create alias on-the-fly if the corresponding custom domain allows catch-all 5 years ago
  Son NK 4fd6b617c8 fix domain used in dkim signature 5 years ago
  Son NK c62bfb292a add DKIM signature for domain that is dkim verified 5 years ago
  Son NK 2daeb9501d remove email subject logging 5 years ago
  Son NK 569fda47a9 fix DKIM fail on reply phase: the DKIM-signature should be added at the end of processing 5 years ago
  Son NK 4799721667 remove DKIM-Signature if any 5 years ago
  Son NK a61b900675 Sign DKIM at app level 5 years ago
  Son NK f8293bc618 make ADMIN_EMAIL optional 5 years ago
  Son NK 615e2a4d91 use send_by_postfix instead of sending bounce email directly 5 years ago
  Son NK 7e76c3a0a9 send bounce directly instead of return 550 5 years ago
  Son NK 881525dfc2 use random_string for email_handler as reply email is not user-facing 5 years ago
  Son NK c5bf95fffe forward reply email can only by used by user email 5 years ago
  Son NK 46b0872710 handle both emails with reply+ and ra+ prefix 5 years ago
  Son NK 8c3834c957 generate a reply_email, make sure it is unique 5 years ago
  Son NK 62e0ae27a0 move get_email_name, get_email_part to email_utils 5 years ago
  Son NK ec62fad3a0 remove notify_admin, replace by general stats 5 years ago
  Son NK b0f4ab8a6d use sendmail instead of send_message in reply phase to avoid unicode problem 5 years ago
  Son NK 572ce1de57 fix db connections leaks in email_handler: override the default app.teardown_appcontext 5 years ago
  Son NK 7f908a9da8 display website_from on alias log 5 years ago
  Son NK 8d60ebd456 handle the case email from header has the format "First Last <ab@cd.com>" 5 years ago
  Son NK c37ba0e1de website_email: use From header instead of envelope from 5 years ago
  Son NK 29d48b7d0f reduce sleep time in email_handler 5 years ago
  Son NK 1435a77130 send raw message instead of using EmailMessage object 5 years ago
  Son NK a9112c0480 remove DKIM-Signature for custom domain 5 years ago
  Son NK 66b59a265a remove redundant check in handle_RCPT to support custom domain. Add check to reply phase. 5 years ago
  Son NK fbf4a97a3e do NOT modify "to" header as it's not displayed in mail client anyway 5 years ago
  Son NK e0bf5245a3 remove DKIM-Signature as Postfix will add this header 5 years ago
  Son NK 64f7d04960 fix forward phase: use reply email as envelope-from 5 years ago