turn off confimation of mailchimp
You cannot disable MailChimp's "double opt-in" feature if you are serving one of their proprietary subscription forms. The only way to disable the confirmation email is to create a custom subscription form that invokes the MailChimp API using the 'double_optin' => false
parameter.
See MailChimp API v2.0 documentation for more info.