CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • missing group members in mailout list
Pages: [1]

Author Topic: missing group members in mailout list  (Read 1063 times)

adixon

  • I post frequently
  • ***
  • Posts: 314
  • Karma: 19
    • Blackfly Solutions
missing group members in mailout list
April 16, 2010, 09:37:41 am
A client (civicrm 3.0.3, drupal 6) has noticed that some of his group mailouts appear to be losing around 5% of their members. It's a little tough to debug, but when I look at the list of emails generated from civimail's report, and the list of emails from the group it was to go out to, then I'm seeing some discrepencies (generating the lists of emails, then using the unix sort, uniq and comm utilities to generate the differences). Some of those can be due to communication preferences [i.e. requests to not recieve mail], and you would expect a difference because of group members with no email or duplicates, but those are removed with my unix sort/uniq/comm process.

Am I missing something obvious? Are there other reasons to exclude members from a civimail that I haven't though of?

The mail is going out through civismtp/uas - does that matter? What code generates the distribution list of emails?

In this case, it's a smart group - might that be related?

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: missing group members in mailout list
April 16, 2010, 04:57:35 pm

CRM/Mailing/BAO/Mailing.php, function getRecipients

contacts that are excluded include:

* all excluded groups
* all excluded prior mailings
* contacts who are deceased
* contacts who are in an unsubscribed status in those groups
* contacts who have opted out of all mailings from the org
* contacts whose privacy preferences indicate no mail or bulk mail

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • missing group members in mailout list

This forum was archived on 2017-11-26.