This commit is contained in:
Andreas Knuth 2025-11-26 17:11:03 -06:00
parent 850291c284
commit b1c5d6bfe9
1 changed files with 1 additions and 1 deletions

View File

@ -112,9 +112,9 @@ NEW_RULE_JSON=$(echo "$CURRENT_RULE" | jq --argjson recipients "$JSON_RECIPIENTS
# Wir bauen das Update Command sicherheitshalber explizit.
echo "-> [AWS] Sende Update an SES..."
# KORREKTUR: --rule-name entfernt, da der Name im JSON ($NEW_RULE_JSON) enthalten ist
aws ses update-receipt-rule \
--rule-set-name "$RULE_SET_NAME" \
--rule-name "$RULE_NAME" \
--rule "$NEW_RULE_JSON" \
--region "$AWS_REGION"