Son
|
2a1ef7beec
|
notify user every time a reply can't be sent
|
2022-01-11 13:14:47 +01:00 |
|
Son
|
42a29eba90
|
remove \r or \n from headers before processing
|
2022-01-11 13:11:28 +01:00 |
|
Son
|
5e7ff7a694
|
fix logging
|
2022-01-11 12:29:42 +01:00 |
|
Son
|
2f6229cd54
|
change collapse button display "more" -> "less"
|
2022-01-11 12:25:49 +01:00 |
|
Son
|
c0067b7657
|
add more log
|
2022-01-10 15:58:22 +01:00 |
|
Son
|
94bbade62e
|
refactor
|
2022-01-10 15:05:15 +01:00 |
|
Son
|
73d781cf6b
|
handle non number alias_id
|
2022-01-10 10:44:41 +01:00 |
|
Son
|
9c696bd038
|
ignore VERPReply
|
2022-01-09 20:35:57 +01:00 |
|
Son
|
6cdf5637aa
|
validate the alias address before creating
|
2022-01-09 20:22:41 +01:00 |
|
Son
|
a0727435eb
|
use warning level
|
2022-01-09 20:13:41 +01:00 |
|
Son
|
f855d27836
|
delete EmailLog if pgp issue
|
2022-01-08 16:59:32 +01:00 |
|
Son
|
c5e4dd6d16
|
save email for debug with error name as prefix
|
2022-01-08 16:58:23 +01:00 |
|
Son
|
4298fe73e6
|
use warning level
|
2022-01-08 00:43:49 +01:00 |
|
Son
|
862d0e7a11
|
warn users if SL is used with another forwarding service
|
2022-01-08 00:42:03 +01:00 |
|
Son
|
ed4acebdb1
|
delete the email log in reply phase if NonReverseAliasInReplyPhase
|
2022-01-08 00:28:26 +01:00 |
|
Son
|
b23f9fa971
|
delete email_log if CannotCreateContactForReverseAlias
|
2022-01-08 00:23:10 +01:00 |
|
Son
|
01ba5e8bf0
|
return 5** if CannotCreateContactForReverseAlias
|
2022-01-08 00:16:16 +01:00 |
|
Son
|
ed39d47e7a
|
log "Custom/nb_rcpt_tos" metric
|
2022-01-08 00:11:16 +01:00 |
|
Son
|
20b6ce29fc
|
take into account authorized_address when checking email loop
|
2022-01-08 00:09:45 +01:00 |
|
Son
|
d8627fea97
|
handle case when non reverse-alias is present in the reply phase
|
2022-01-07 17:53:06 +01:00 |
|
Son
|
d4e31257fa
|
make sure to output exception name in log
|
2022-01-07 16:45:12 +01:00 |
|
Son
|
ad185ebc3d
|
comment out the ignore-loop-email setting
|
2022-01-07 16:22:52 +01:00 |
|
Son
|
2a1d735800
|
always ignore loop email
|
2022-01-07 16:22:35 +01:00 |
|
Son
|
fb87225d2d
|
raise error when receiving emails sent from reverse alias
|
2022-01-07 16:14:21 +01:00 |
|
Son
|
746dfae495
|
remove unused import
|
2022-01-07 15:47:54 +01:00 |
|
Son
|
d4e1aec875
|
refactor
|
2022-01-07 14:57:47 +01:00 |
|
Son
|
6b31b8926e
|
fix comment
|
2022-01-07 14:27:53 +01:00 |
|
Son
|
bf75f8e8ab
|
add more logging
|
2022-01-07 14:26:58 +01:00 |
|
Son
|
40b6fde2c3
|
log more
|
2022-01-07 13:02:16 +01:00 |
|
Son
|
12a7e9b3fa
|
refactor
|
2022-01-07 12:24:14 +01:00 |
|
Son
|
4fae291251
|
improve logging
|
2022-01-07 12:19:51 +01:00 |
|
Son
|
4c63b4c0f1
|
refactor
|
2022-01-07 12:18:46 +01:00 |
|
Son
|
1bdae7fbe8
|
handle CannotCreateContactForReverseAlias when user creates a new contact
|
2022-01-07 10:47:36 +01:00 |
|
Son
|
5195c9de8b
|
raise error when a non reverse-alias is used during the reply phase
|
2022-01-07 10:34:08 +01:00 |
|
Son
|
035d238c75
|
do not delete DATE header
|
2022-01-07 10:22:46 +01:00 |
|
Son
|
db30639380
|
set Contact.automatic_created during the forward phase
|
2022-01-07 10:22:02 +01:00 |
|
Son
|
84d1f22a7b
|
add Contact.automatic_created column to know which contact is created during the forward phase
|
2022-01-07 10:21:31 +01:00 |
|
Son
|
ad622df071
|
make sure a contact with website_email=reverse alias of another contact can't be created
|
2022-01-07 10:04:12 +01:00 |
|
Son
|
bb6aec8b80
|
fix out of office handling sent by contact
|
2022-01-06 19:34:17 +01:00 |
|
Son
|
723d871550
|
add more info to "cannot handle email sent to reply VERP" log
|
2022-01-06 19:23:13 +01:00 |
|
Son
|
b306abb689
|
use yield_per_query() in cron whenever possible
|
2022-01-06 18:52:14 +01:00 |
|
Son
|
b2e4578953
|
add yield_per_query() helper
|
2022-01-06 18:50:54 +01:00 |
|
Son
|
01cc9fe388
|
optimize migrate_domain_trash: bulk create and delete, keep track of progress
|
2022-01-06 18:30:56 +01:00 |
|
Son
|
d1b9fb8bb5
|
add type annotation for Session
|
2022-01-06 18:30:14 +01:00 |
|
Son
|
17e9798bfd
|
do not use error level in migrate_domain_trash
|
2022-01-06 15:36:43 +01:00 |
|
Son
|
37bb7655d5
|
remove unused import
|
2022-01-06 15:30:33 +01:00 |
|
Son
|
9ff323c746
|
make sure to set custom_domain_id when creating a new alias
|
2022-01-06 15:29:37 +01:00 |
|
Son
|
b7e8324e5a
|
move get_custom_domain() to alias_utils
|
2022-01-06 15:20:09 +01:00 |
|
Son
|
55e3203512
|
refactor. Remove sleep when checking mailbox domain.
|
2022-01-06 15:13:59 +01:00 |
|
Son
|
33bd7dbcd6
|
refactor
|
2022-01-06 14:57:01 +01:00 |
|