Email addresses in the cc field do not receive emails related to the ticket

We are running a new install of RT 3.4.5 on Redhat ES4.
When creating a ticket and entering a recipient in the cc field, the
named recipient does not receive a copy of the ticket.

Ben McLendon, MCP
Director, Information Technology

benm@barneshc.com

Barnes Health Care Services
200 South Patterson Street
Valdosta, GA 31601

Telephone:
229-245-6039 Ext. 1111

Fax:
229-245-6005

Cell:
229-560-0322

CONFIDENTIALITY NOTICE: This e-mail and any files transmitted with it
are confidential and are intended solely for the use of the individual
or entity to which they are addressed. This communication may also
contain material protected and governed by the Health Insurance
Portability and Accountability Act (HIPAA). If you are not the intended
recipient of this e-mail and the information it contains or if you are
not the employee or agent responsible for delivering this e-mail and the
information it contains to the intended recipient, be advised that you
have received this e-mail in error and that any use, dissemination,
forwarding, printing, or copying of this e-mail is strictly prohibited.
If you have received this e-mail in error, please contact the sender of
this message.

Ben,

 Check your "SeeOutgoingEmail" privileges at the Global and Queue 

level to see what your allowing. Also, the “watch” right. You have to
decide if you want “everyone”, “privileged”, “unprivileged” or limited
to users and groups at the Queue level.

Kenn
LBNL

Ben McLendon wrote:

We are running a new install of RT 3.4.5 on Redhat ES4.

When creating a ticket and entering a recipient in the cc field, the
named recipient does not receive a copy of the ticket.

Hi Ben,

I think what you are looking for is the ParseNewMessageForTicketCcs
config option in the RT_SiteConfig.pm file. Be sure to read the warning
carefully and also set the RTAddressRegexp variable.

Note, this only works for Cc’s on emails that create new tickets, not
for Cc’s on followups to existing tickets. We needed Cc’s on emails
that both create new tickets and followup to existing tickets to be
added as watchers to the ticket, so I patched (see attachment) the code
and added a comparable config option called:

ParseFollowupMessageForTicketCcs

I have seen similar questions come up in the past after searching
through the RT list archives. Are there any other RT users that would
find this useful? Maybe something similar to this patch can be added to
the main RT distribution.

~Jason

/------------------------------------------------------------------
| Jason A. Smith Email: smithj4@bnl.gov |
| Atlas Computing Facility, Bldg. 510M Phone: +1-631-344-4226 |
| Brookhaven National Lab, P.O. Box 5000 Fax: +1-631-344-7616 |
| Upton, NY 11973-5000, U.S.A. |
------------------------------------------------------------------/

rt-add-ticket-ccs-on-followups.patch (1.21 KB)