fix verp generation

This commit is contained in:
Son 2022-05-10 11:19:25 +02:00
parent 8b80b72665
commit 44b0aba4f3
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ def generate_verp_email(
# Encoded as a list to minimize size of email address
# Time is in minutes granularity and start counting on 2022-01-01 to reduce bytes to represent time
data = [
verp_type.bounce_forward.value,
verp_type.value,
object_id,
int((time.time() - VERP_TIME_START) / 60),
]