Agent email to customer results in a follow up notice to agent
Moderator: crythias
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Agent email to customer results in a follow up notice to agent
When Agents send outbound mail, message is successful, but OTRS also creates a "You have a Follow-up" notification due to the outbound email. Here are the related log entries. Any ideas?
Fri Jan 20 13:56:03 2017 notice The MessageID '<abc>' is in your database more then one time! That should not be, a message_id should be unique!
Fri Jan 20 13:56:02 2017 notice FollowUp Article to Ticket [2017011310000398] created (TicketID=151324, ArticleID=668536). ,
Fri Jan 20 13:56:02 2017 notice Sent agent 'FollowUp' notification to 'agent@internal-domain.com'.
Fri Jan 20 13:54:48 2017 notice Sent email to '"Customer" <customer@xyz.com>,' from 'Help Desk <helpdesk@public-domain.com>'. HistoryType => Forward, Subject => Fwd: [Ticket#2017011310000398] Test of email;
Fri Jan 20 13:56:03 2017 notice The MessageID '<abc>' is in your database more then one time! That should not be, a message_id should be unique!
Fri Jan 20 13:56:02 2017 notice FollowUp Article to Ticket [2017011310000398] created (TicketID=151324, ArticleID=668536). ,
Fri Jan 20 13:56:02 2017 notice Sent agent 'FollowUp' notification to 'agent@internal-domain.com'.
Fri Jan 20 13:54:48 2017 notice Sent email to '"Customer" <customer@xyz.com>,' from 'Help Desk <helpdesk@public-domain.com>'. HistoryType => Forward, Subject => Fwd: [Ticket#2017011310000398] Test of email;
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
Said a different way...
for each new agent-email-external article, I get a customer-email-external article where the bodies are identical. This in turn (correctly) sends an unwanted follow up notice.
for each new agent-email-external article, I get a customer-email-external article where the bodies are identical. This in turn (correctly) sends an unwanted follow up notice.
Re: Agent email to customer results in a follow up notice to agent
please ensure that all mailaddreses pointing towards OTRS are filed in the mailaddress section of the Admin panel
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
I have 2 email address. The public facing helpdesk@permanent.com is forwarded to otrs@internal.com. Both were listed in mail address section, but the internal was set to invalid. I changed it to valid, ran another test, and still get the same problem.
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
the otrs@internal.com is where OTRS fetchs mail (POP3). It is set as trusted.
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
I can see the outbound customer directed mail land back into the otrs@internal.com inbox. It sits there for a few seconds before the Cron job fetchs it back to OTRS. I just cant find why its getting sent there.
Re: Agent email to customer results in a follow up notice to agent
please show a screenshot of the mail creation screen. Is there any other address except the customers one?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
This is the agents reply to the customer.jojo wrote:please show a screenshot of the mail creation screen. Is there any other address except the customers one?
You do not have the required permissions to view the files attached to this post.
Re: Agent email to customer results in a follow up notice to agent
for some reason it seems that follow up notification goes back to OTRS instead only to the agents email.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 12
- Joined: 22 Nov 2016, 22:09
- Znuny Version: 5.0.26
- Real Name: Pete Gasperson
- Company: Mission Services
Re: Agent email to customer results in a follow up notice to agent
I don't know whats causing it. For a work around, I created 2 postmaster filters. This has stopped the loop, and stopped the false notices.
1st Filter:
Filter Condition
Header 1= From
Value 1= helpdesk@publicURL.com
Set Email Headers
Header1= X-OTRS-Ignore
Value1= Yes
2nd Filter:
Filter Condition
Header 1= From
Value 1= otrs@privateURL.com
Set Email Headers
Header1= X-OTRS-Ignore
Value1= Yes
1st Filter:
Filter Condition
Header 1= From
Value 1= helpdesk@publicURL.com
Set Email Headers
Header1= X-OTRS-Ignore
Value1= Yes
2nd Filter:
Filter Condition
Header 1= From
Value 1= otrs@privateURL.com
Set Email Headers
Header1= X-OTRS-Ignore
Value1= Yes