
Hi !!! I was confident and happy to use OTRS for our support. But I need some customization... I posted several messages on dev and user lists without any responses... So, I am very disappointed to look for an another tool. Regards, Ravi APPANAH -- Ravi APPANAH Chef de Service Exploitation - Ingénieur Sécurité --------------------------------------------------------------------------------------- La Documentation Française Sous Direction Administration Département des Systèmes Informatiques (DSI/Service Exploitation) 124 Rue Henri Barbusse 93308 Aubervilliers Tel : +33 1 40 15 68 47 / +33 6 64 40 24 79 http://www.ladocumentationfrancaise.fr GPG/PGP Id: 0xF8322F8C -- Kfp: F079 EDDD 4A02 0D3F E4BD 3051 35CC A14F F832 2F8C ---------------------------------------------------------------------------------------

Hi If you open a new ticket, an email is sent with subjet "Re: xxxx". the ':' isn't a variable. you must change followings files (OTRS 2.0.3): ./Kernel/cpan-lib/Mail/Internet.pm Change $subject = "Re: " . $subject if($subject =~ /\S+/ && $subject !~ /Re:/i); By $subject = "Re " . $subject if($subject =~ /\S+/ && $subject !~ /^Re/i); ./Kernel/cpan-lib/MIME/Head.pm Change $is_reply = 1 if ($head->get('Subject') =~ /^Re: /); By $is_reply = 1 if ($head->get('Subject') =~ /^Re /); ./Kernel/System/Ticket.pm Change $Subject = "$TicketSubjectRe: [$TicketHook$TicketHookDivider$Param{TicketNumber}] " . $Subject; By $Subject = "$TicketSubjectRe [$TicketHook$TicketHookDivider$Param{TicketNumber}] " . $Subject; Cordialement / Regards Alexandre FOUREY Consultant informatique alexandre@fourey.fr Cell Phone 33 (0)6 67 67 50 12 APPANAH Ravi wrote:
Hi !!! I was confident and happy to use OTRS for our support.
But I need some customization... I posted several messages on dev and user lists without any responses...
So, I am very disappointed to look for an another tool.
Regards,
Ravi APPANAH
participants (2)
-
Alexandre FOUREY
-
APPANAH Ravi