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 »
  • Using IMAP2SOAP »
  • Not sure if the problem is Imap2soap or bounce messages
Pages: [1]

Author Topic: Not sure if the problem is Imap2soap or bounce messages  (Read 2515 times)

alfred_nutile

  • Ask me questions
  • ****
  • Posts: 464
  • Karma: 14
    • River Valley Tech Collective
Not sure if the problem is Imap2soap or bounce messages
May 07, 2009, 05:34:35 pm
I am having trouble getting bounces to be marked as a bounce.
Hardbounces are easy during the send. Ie this address does NOT exist.

But the soft bounces are not as easy.
For example one bounce did not work then I added a new row for the bounce table
civicrm_mailing_bounce_pattern
pattern = 550

I was able to catch a bounce that I moved back into the mail box.

So running imap2soap worked as it moved any bounce from the inbox to the bounce box and did this.
But then the others it moved but did not set them in civi (that is if it really found the match) example
said: 550 5.1.1 <xxxxxx@epud.net>: Recipient address rejected: User unknown in local
    recipient table (in reply to RCPT TO command)

The other 550 worked but not this one etc...

Just not sure what piece is broke.
Civi or imap2soap

I will keep plugging away but just checking for advice.


Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Not sure if the problem is Imap2soap or bounce messages
May 07, 2009, 06:18:16 pm
I think you are ahead of me on this but each bounce type has a different threshhold before triggering the onhold rule

mysql> select * from civicrm_mailing_bounce_type;
+----+----------+-----------------------------------------------+----------------+
| id | name     | description                                   | hold_threshold |
+----+----------+-----------------------------------------------+----------------+
|  1 | AOL      | AOL Terms of Service complaint                |              1 |
|  2 | Away     | Recipient is on vacation                      |              3 |
|  3 | DNS      | Unable to resolve recipient domain            |              3 |
|  4 | Host     | Unable to deliver to destintation mail server |              3 |
|  5 | Inactive | User account is no longer active              |              1 |
|  6 | Invalid  | Email address is not valid                    |              1 |
|  7 | Loop     | Mail routing error                            |              3 |
|  8 | Quota    | User inbox is full                            |              3 |
|  9 | Relay    | Unable to reach destination mail server       |              3 |
| 10 | Spam     | Message caught by a content filter            |              1 |
| 11 | Syntax   | Error in SMTP transaction                     |              3 |
+----+----------+-----------------------------------------------+----------------+
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

fen

  • I post frequently
  • ***
  • Posts: 216
  • Karma: 13
    • CivicActions
  • CiviCRM version: 3.3-4.3
  • CMS version: Drupal 6/7
  • MySQL version: 5.1/5.5
  • PHP version: 5.3/5.4
Re: Not sure if the problem is Imap2soap or bounce messages
May 07, 2009, 08:38:46 pm
If imap2soap processed the email, moving it from the Inbox to the Processed bounces folder, then it successfully sent the message to CiviCRM via the SOAP channel.

Good luck!

alfred_nutile

  • Ask me questions
  • ****
  • Posts: 464
  • Karma: 14
    • River Valley Tech Collective
Re: Not sure if the problem is Imap2soap or bounce messages
May 07, 2009, 09:09:29 pm
I may try the 2.2 php setup for this but out of curiosity if it gets to the SOAP level then is it no longer the realm of imap2soap and therefore the error is how civicrm matches or does not match the message to the bounce types?

Just curious....

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail »
  • Using IMAP2SOAP »
  • Not sure if the problem is Imap2soap or bounce messages

This forum was archived on 2017-11-26.