I have a cronjob that moves my inactive emails (90 Days) to an inactive list show below:
I have a few questions. So when the email gets moved to inactive how come the email still shows in original list as shown below. Why doesnt it only show in the inactive list being that it got moved. Seems like it only copied the email to the active list.

My next question is if I try and email any one of those lists, will that customer get an email from me being that that status is set to moved on both?
Code:
* * * * 0 /opt/sp/php7.0/bin/php -q /srv/users/serverpilot/apps/newsletter-unisource/public/apps/console/console.php move-inactive-subscribers --src="lq645z6zt36bb" --dst="xz793s4agw80d" --time="-3 months" --limit=1000 --verbose=1
I have a few questions. So when the email gets moved to inactive how come the email still shows in original list as shown below. Why doesnt it only show in the inactive list being that it got moved. Seems like it only copied the email to the active list.

My next question is if I try and email any one of those lists, will that customer get an email from me being that that status is set to moved on both?