If you try sending a mail to an invalid email address for example, mandrill will return the following response:
[{"email":"notavalidemailaddress", "status":"invalid"}] but with status code 200, so node-mandrill thinks its ok, but maybe should return an error in the callback?