User Tools

Site Tools


software:requesttracker:addcc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:requesttracker:addcc [2024/08/29 20:19] rodolicosoftware:requesttracker:addcc [2024/08/29 23:27] (current) rodolico
Line 14: Line 14:
 So, easy way: So, easy way:
 <code bash> <code bash>
-echo 'Set($ParseNewMessageForTicketCcs, 1);' >> /tmp/rtchange+echo 'Set($ParseNewMessageForTicketCcs, 1);' > /tmp/rtchange
 echo 'Set($RTAddressRegexp,'`/opt/rt5/etc/upgrade/generate-rtaddressregexp`');' >> /tmp/rtchange echo 'Set($RTAddressRegexp,'`/opt/rt5/etc/upgrade/generate-rtaddressregexp`');' >> /tmp/rtchange
 +cat /tmp/rtchange
 </code> </code>
-review, then add to bottom of your RT_SiteConfig.pm file+review, then add to bottom of your RT_SiteConfig.pm file. Note, we do it this way since, //generate-rtaddressregexp// can produce a warning if the correct parameter already set.
software/requesttracker/addcc.1724980753.txt.gz · Last modified: 2024/08/29 20:19 by rodolico