Commit History

Author SHA1 Message Date
  Son Nguyen Kim 57e3e29e70 Merge pull request #200 from SibrenVasse/dkim_fix 5 years ago
  Son NK 5ada83d48d use warning level for "Cannot parse original message" error 5 years ago
  Son NK 9a423f3247 make should_append_alias case insensitive 5 years ago
  Son NK 3898d2d7a6 fix 5 years ago
  Son NK 93d972df09 make sure to use lowercase for alias email 5 years ago
  Sibren Vasse 1df9f8a95c Do reverse alias replacement before DKIM signing and replace by contact email 5 years ago
  Sibren Vasse e905e151ca Create user setting for replacing reverse alias (default: false) 5 years ago
  Son NK b84b7c332e replace the "ra+string@simplelogin.co" by the alias 5 years ago
  Son NK 6300c0eaa1 an alias can still be disabled even of original message cannot be parsed. 5 years ago
  Son NK f35b9e7542 do not encrypt if alias disables PGP 5 years ago
  Son NK 80f614da6c refactor: remove unused var 5 years ago
  Son NK f577adc0d4 log more info 5 years ago
  Son NK 362d101bab Merge branch 'master' into multiple-mailboxes 5 years ago
  Son Nguyen Kim ec8f46f01a Merge pull request #191 from SibrenVasse/spam 5 years ago
  Sibren Vasse 8769383724 Also enable spam check when pgp is enabled 5 years ago
  Son NK 3d4b44dd15 handle the case contact_from_header can be None 5 years ago
  Son NK c43fa65cd4 If From header is empty, try creating contact with envelope sender 5 years ago
  Son NK 54ce1dc964 remove unnecessary max_nb_email limit in spf 5 years ago
  Son NK 36a8e311ea Merge branch 'master' into multiple-mailboxes 5 years ago
  Son NK 7c55c5c44a return 250 instead of 451 when SPF fails 5 years ago
  Son NK 0d117126db save the mailbox that a bounce affects 5 years ago
  Son NK 5b71b34f9e handle alias unsubscribe 5 years ago
  Son NK 336bdb196d Detect unknown mailbox using envelope mail_from 5 years ago
  Son NK 33d578c78e parse _MAILBOX_ID_HEADER to handle bounce message 5 years ago
  Son NK 8d65175ac5 set mailbox ID in X-SimpleLogin-Mailbox-ID header 5 years ago
  Son NK 97e1c334af call strip() on rcpt_to just to be sure 5 years ago
  Son NK 4b479defa8 Support alias having multiple mailboxes in forward phase 5 years ago
  Son NK 7f6ba313fd add strip() to rcpt_to just in case 5 years ago
  Son NK 2755e67c31 simplify code: replace mailbox_email by mailbox.email 5 years ago
  Son NK 59036972f1 refactor handle_forward: move the disabled alias case to the beginning 5 years ago