Commit 596197c6 authored by Project Open's avatar Project Open

Sending bounces to Laurence

parent ea097fb2
......@@ -55,7 +55,13 @@ namespace eval acs_mail_lite {
@option message_id message-id of the mail
@return bounce address
} {
return "[bounce_prefix]-$user_id-[ns_sha1 $message_id]-$package_id@[address_domain]"
# Fraber 2021-10-25 Lexcelera:
# Send all bounces to Simon:
# return "mailto:frankxbergmann@gmail.com"
# return "mailto:simon.strohecker@lexcelera.com"
return "mailto:laurence.roguet@lexcelera.com"
# return "[bounce_prefix]-$user_id-[ns_sha1 $message_id]-$package_id@[address_domain]"
}
#---------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment