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
software:requesttracker:addcc [2024/08/29 23:10] 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 -e "Set($ParseNewMessageForTicketCcs, 1);\n\ +echo 'Set($ParseNewMessageForTicketCcs, 1);' > /tmp/rtchange 
-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.1724991042.txt.gz · Last modified: 2024/08/29 23:10 by rodolico