
Hi Paul, On Mon, May 05, 2003 at 07:17:28PM -0400, Paul wrote:
Is it possible (I ask before digging too far in the configuration file) to replace the colon that precedes the ticket number with a hyphen? <snip>
I dug into the source and it appears that the colon (:) is hardcoded into the source. While looking through this, I noticed that replies are sent in this format:
[$TicketHook: $TicketNumber] Re: $Subject (variables not literal)
This would probably be better changed to:
Re: [$TicketHook$TicketDivider$TicketNumber] $Subject
To prevent problems with clients that strip everything before the first colon.
I have been simply removing the : out of the source and changed the TicketHook to "ID#-"
Hope this works! :D
Should work. A config option (TicketDivider) is on the todo list! ;)
Paul
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 3:28am up 80 days, 12:52, 6 users, load average: 0.09, 0.13, 0.15