diff --git a/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js b/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js
index 0fcb3e3f16afbaa4c7be3b0c9fae3fa58a08042f..7ceed04d82a542a694b07638eb59b990978baaf6 100644
--- a/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js
+++ b/entity/BulkMail_entity/recordcontainers/db/onDBInsert.js
@@ -55,7 +55,7 @@ if (vars.get("$param.CopyBulkMailId_param") && Utils.toBoolean(vars.get("$field.
         return sqlBuilder.buildInsertStatement({
             "BULKMAIL_ID": bulkMailId,
             "CONTACT_ID": contactId,
-            "STATUS": $KeywordRegistry.bulkMailRecipientStatus$pending(),
+            "STATUS": $KeywordRegistry.bulkMailRecipientStatus$added(),
             "EMAIL_ADDRESS": email,
             "IS_TEST_RECIPIENT": test
         }, "BULKMAILRECIPIENT", "BULKMAILRECIPIENTID");