No, as they said, no functionality like that exists with our service.
However, you could very easily use the API to cycle through your
list's subscribers and selectively unsubscribe any members with email
addresses that match whatever pattern you all specify in the code. The
Export API will also allow you to pull more selective lists using a
segment. Aside from listUnsubscribe, you may also want to consider
using these methods for that:
lists Export API -
http://www.mailchimp.com/api/export/
listBatchUnsubscribe -
http://www.mailchimp.com/api/rtfm/listbatchunsubscribe.func.php
listMembers -
http://www.mailchimp.com/api/rtfm/listmembers.func.php
jesse
On Jan 7, 12:02 pm, Jordan <
hsn.jor...@gmail.com> wrote:
> I spoke with a customer service rep regarding functionality to
> "blacklist" an entire domain from receiving emails from us. I was told
> that no functionality like this exists in MailChimp, but that I might
> be able to achieve this using the API.
>
> Would it be possible to write a simple web app that uses a call to the
> MailChimp API with a call like "listUnsubscribe" and provide a
> wildcard to scrub our list of everyone with that domain.
>
> For example: listUnsubscribe(key, ML_ID, "*...@
yahoo.com", false, false,