diff options
-rw-r--r-- | ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 index 1002ade..c0f26d6 100644 --- a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 +++ b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 @@ -45,8 +45,7 @@ FILTERED=$(echo "$FRED_RESPONSE" | grep -v "^Subject:") echo "Subject: $REPLY_SUBJECT" echo "From: Fredrick <[email protected]>" echo "To: $SENDER" - # TODO: Change this BCC to a team BCC once further tested - echo "Bcc: [email protected]" + echo "Bcc: [email protected]" echo "In-Reply-To: $MESSAGE_ID" echo "References: $MESSAGE_ID" echo |