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) »
  • Handling of replies in 3.2.3
Pages: [1]

Author Topic: Handling of replies in 3.2.3  (Read 1492 times)

Dennis Gray

  • Ask me questions
  • ****
  • Posts: 472
  • Karma: 1
  • CiviCRM version: Various. See post.
  • CMS version: Drupal, Wordpress and Joomla. See post.
  • MySQL version: TBA
  • PHP version: TBA
Handling of replies in 3.2.3
December 22, 2010, 03:04:19 pm
In the Responding section of setting up a new mailing there is an option:

Track Replies?    Recipients' replies are sent to a CiviMail specific address instead of the sender's address so they can be stored within CiviCRM.

I have ticked this box and did not tick the forward replies box. I have been told that the reply should be stored in the activity tab of the sender however I have never been able to see these replies.

The report for the mailing shows there are replies from several recipients but I do not see these replies.

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: Handling of replies in 3.2.3
December 22, 2010, 07:50:11 pm

hey dennis:

i suspect that code has not been touched / looked at in quite a few years! i took a quick look at the code and am pretty sure that we do not create any activities. In case we do get a reply we mark that a reply was recd (but do not store the reply). if we have a forwarding address, we forward the reply on

for now, i suspect if you want to see the reply, u'll also need to set the forwarding email address

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

Dennis Gray

  • Ask me questions
  • ****
  • Posts: 472
  • Karma: 1
  • CiviCRM version: Various. See post.
  • CMS version: Drupal, Wordpress and Joomla. See post.
  • MySQL version: TBA
  • PHP version: TBA
Re: Handling of replies in 3.2.3
January 07, 2011, 02:25:08 pm
How do I make forwarding the reply the default? Seems like it is the default in 1.9 or else the 1.9 code was modified to do that.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Handling of replies in 3.2.3
January 10, 2011, 05:45:37 am
First, reply handling by EmailProcessor seems to be broken at the moment; I’ll try to fix it this week (note that if you’re seeing replies in the report then this issue probably doesn’t affect you).

Quote from: Ozyank on January 07, 2011, 02:25:08 pm
How do I make forwarding the reply the default? Seems like it is the default in 1.9 or else the 1.9 code was modified to do that.

I don’t think we have a setting for this (and this part was changed from 1.9 a lot, so might have different defaults). :|
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Handling of replies in 3.2.3
January 10, 2011, 06:49:45 am
Quote from: Piotr Szotkowski on January 10, 2011, 05:45:37 am

I don’t think we have a setting for this (and this part was changed from 1.9 a lot, so might have different defaults). :|

There is a setting to set if civi tracks the replies by default in civicrm.settings: define('CIVICRM_TRACK_CIVIMAIL_REPLIES', false);

If my memory serves me right, I did put the forward by default (but with reply not checked in), but Brian asked to disable it. Not quite sure why.

Otherwise, I think that any email processed by civi (both replies & bounces) should be stored as activity.

The rationale for the reply is obvious, and given the difficulty to find the original bounce email (eg. when debugging in this forum), not to mention being able to spot since when a contact is on hold (and why), would be useful for the bounces too.

Should we make it happen ?

X+

-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

planigan

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 1
    • Allegheny CleanWays
  • CiviCRM version: 4.1.0
  • CMS version: Drupal 6.24
  • MySQL version: 5.0.90
  • PHP version: 5.2.13
Re: Handling of replies in 3.2.3
February 01, 2011, 08:19:23 pm
I had the same issue where after upgrading, a member of our staff sent a mass mailing and had the "Track Replies" box set but not "Forward Replies". Our catch-all email address is normally unattended, so a few replies to that mailing we nearly lost. I do not want to burden our staff with the task of checking an additional mailbox, nor do I want to set one of their mailboxes as the catch-all lest they become inundated with spam and bounces.

Quote from: xavier on January 10, 2011, 06:49:45 am
There is a setting to set if civi tracks the replies by default in civicrm.settings: define('CIVICRM_TRACK_CIVIMAIL_REPLIES', true);

If my memory serves me right, I did put the forward by default (but with reply not checked in), but Brian asked to disable it. Not quite sure why.

Otherwise, I think that any email processed by civi (both replies & bounces) should be stored as activity.

The rationale for the reply is obvious, and given the difficulty to find the original bounce email (eg. when debugging in this forum), not to mention being able to spot since when a contact is on hold (and why), would be useful for the bounces too.

Should we make it happen ?

X+

It would be great to record an activity when a reply (or a bounce) to a mailing is received. It would be even better to have an option to store the reply itself after processing if it is not forwarded.

If I read your message correctly, I can put define('CIVICRM_TRACK_CIVIMAIL_REPLIES', false); in my civicrm.settings file to make "Track Replies" the default for new mailings. Is there a similar setting that I can put in that file to make "Forward Replies" the default if "Track Replies" is enabled? This would greatly reduce the risk of human error by my staff causing replies to be lost.


« Last Edit: February 01, 2011, 08:26:18 pm by planigan »

Dennis Gray

  • Ask me questions
  • ****
  • Posts: 472
  • Karma: 1
  • CiviCRM version: Various. See post.
  • CMS version: Drupal, Wordpress and Joomla. See post.
  • MySQL version: TBA
  • PHP version: TBA
Handling of replies in 4.1
February 29, 2012, 01:18:56 pm
I've changed the subject because I am now starting to test with 4.1. So far, I don't see any change in reply processing when forwarding is not ticked. I would still like reply forwarding to be the default.

If it is not ticked, where are replies supposed to go now?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Handling of replies in 3.2.3

This forum was archived on 2017-11-26.