aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-09-02 19:58:44 +0200
committerGravatar Joe Banks <[email protected]>2024-09-03 10:43:38 +0100
commit2506cd654e64a81cecebbb10e3eddfb01862d07b (patch)
tree3d21b1f2921e39dc3a65f9627a97731772a61b33
parentAdd transport rules for Fredrick (diff)
Have Fredrick's vacation tool CC in DevOps
-rw-r--r--ansible/roles/postfix/templates/services/fredrick-reply.sh.j23
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