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) »
  • Bounce processing confusion
Pages: [1]

Author Topic: Bounce processing confusion  (Read 2813 times)

andrec

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Ukrainian Historical and Educational Center
  • CiviCRM version: 4.4.1
  • CMS version: Drupal 7.20
  • MySQL version: 5.5.x
  • PHP version: 5.3.x
Bounce processing confusion
March 14, 2012, 02:38:44 pm
This may be a dumb newbie question, and I've seen questions that are similar but not exactly the same, but here it goes anyway...

I configured CiviMail to use the "catch-all" method (my host doesn't allow sub-addresses). If I send a test mailing to myself and a bad address I get a report that says there were 2 intended recipients and 2 successful deliveries (?!?). However, I do see a bounced message in my "catch-all" inbox, and when I run the "Fetch Bounces" job (manually, for now) it appears to execute fine, the log entry says "Finished execution of Fetch Bounces with result: Success (a:0:{})", the bounced message disappears from the inbox, but the report still says "2 successful deliveries" and the bad contact is not flagged as "on hold". I do, however, see 1 Tracked Open if I open my correctly-addressed copy, so at least that part is working.

Do I still have something misconfigured, or is this how CiviMail is supposed to behave? Does this have something to do with needing to have multiple bounces from the same address before it gets flagged? The Murray and Shaughnessy "Using CiviCRM" book that I've been using in addition to the online help implies otherwise.

Thanks in advance, and apologies if this is a duplicate and/or dumb question...

Mike

clarkac

  • Administrator
  • Ask me questions
  • *****
  • Posts: 399
  • Karma: 11
  • CiviCRM version: 4.4.11 & 4.5.5
  • CMS version: Drupal 7
  • MySQL version: 5.1.61-cll
  • PHP version: 5.3.27
Re: Bounce processing confusion
March 14, 2012, 03:45:16 pm
Same here, I believe this is a known problem & there is a patch for it.  See http://forum.civicrm.org/index.php/topic,23484.msg99485.html#msg99485  I haven't tried the patch (yet)
Andy Clark

andrec

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Ukrainian Historical and Educational Center
  • CiviCRM version: 4.4.1
  • CMS version: Drupal 7.20
  • MySQL version: 5.5.x
  • PHP version: 5.3.x
Re: Bounce processing confusion
March 14, 2012, 05:59:24 pm
It looks like that patch is dated 15 February, and 4.1.1 was released 1 March, so would that patch have been incorporated into 4.1.1? I've already upgraded to 4.1.1. Before that, the situation was much worse, because the bounce processor was actually failing with an error message in the log file...

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: Bounce processing confusion
March 14, 2012, 09:13:24 pm

There is another patch in 4.1.2 which fixes this:

http://issues.civicrm.org/jira/browse/CRM-9796

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

andrec

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Ukrainian Historical and Educational Center
  • CiviCRM version: 4.4.1
  • CMS version: Drupal 7.20
  • MySQL version: 5.5.x
  • PHP version: 5.3.x
Re: Bounce processing confusion
March 15, 2012, 06:37:19 am
That did the trick.

Thanks!!!

m

bpmccain

  • I post frequently
  • ***
  • Posts: 255
  • Karma: 5
  • CiviCRM version: 4.1
  • CMS version: Drupal 7.12
  • MySQL version: 5.2
  • PHP version: 5.2
Re: Bounce processing confusion
March 20, 2012, 12:29:40 pm
I still have this problem on Drupal 7 with Civi 4.1.1 and this patch using a gmail account as my bounce processor.

Tony Horrocks

  • I post occasionally
  • **
  • Posts: 110
  • Karma: 7
    • Fabriko Limited
  • CiviCRM version: 4.5.x
  • CMS version: Drupal 7
Re: Bounce processing confusion
March 23, 2012, 01:30:25 am
Same here  :(

I'm on D6 and Civi 4.1.1 using Gmail POP as the bounced account.

I'm testing this on two different set ups. On one, it won't even connect to the POP account

On the other, it connects but does not process the bounced emails.


Tony Horrocks
Author of the CiviCRM CookBook https://www.packtpub.com/web-development/civicrm-cookbook

bpmccain

  • I post frequently
  • ***
  • Posts: 255
  • Karma: 5
  • CiviCRM version: 4.1
  • CMS version: Drupal 7.12
  • MySQL version: 5.2
  • PHP version: 5.2
Re: Bounce processing confusion
March 23, 2012, 02:24:36 am
Fixed mine with the patches provided by Lobo. I didn't realize there were additional patches halfway down the page to Mailing.php and utils.php as well.


Gerhard

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 0
  • Anyone who has hope is happy…
    • Drupal Agentur
  • CiviCRM version: 4.2.2
  • CMS version: Drupal 7.12
  • MySQL version: 5.1.60
  • PHP version: 5.2
Re: Bounce processing confusion
March 28, 2012, 01:46:33 am
I am running Drupal 7.12, CiviCRM 4.11 use a catch-all IMAP mailbox.

applied
patch CRM-9796.patch

exchanged:
Mailing.php
utils.php
MailingGroup.php (same as patch above, I recognized later :-)

with the latest Versions found at http://issues.civicrm.org/jira/browse/CRM-9796

But unfortunately still non-existing E-Mail adresses are not marked as "On Hold" even now they are in the Bounces list of the mailing report and are re-used (added without "complaining") in future mailings :-(

Got it:
my test email for bouncing was a non-existing mailbox, bounce reason therefore is "Host" ("Unable to deliver to destintation mail server"), "Host" as bounce reason has a default threshold of "3" in Civi meaning after 3 times not accessible it is flagged as "On Hold".

So it works here as well!

@ Lobo: Thx for the patches!

-G

Thx -G
« Last Edit: March 29, 2012, 10:45:39 pm by Gerhard »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Bounce processing confusion

This forum was archived on 2017-11-26.