I'm trying to implement RFC 2369's "List-Unsubscribe" in a PHP website which sends out daily updates by email.
I'm planning to use the HTTP option only since this can be implemented simply in PHP code.
My question is this: Once the user is unsubscribed, is it ok to send out a confirmation email, like "unsubscribe successful"? Or will this count against my site's "unsubscribe score" by Google et al?
I've tagged this as PHP because I'm interested strictly in a PHP-programming based answer to the proper implementation of this standard.