Re: [otrs] Integrating OTRS with e-mail more easily

2003-01-03 Thread Phil Davis
number in the subject line (any such replies go to the ticket owner, not the customer). -- Phil Davis IT Action ___ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.o

[otrs] serious bug in AgentCompose and CarbonCopy (Cc) handling

2002-11-06 Thread Phil Davis
ct CC values but when you look at the plain text version you see the actual truncated data that was really sent. -- Phil Davis ___ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http

Re: [otrs] Ticket follow-up question

2002-10-30 Thread Phil Davis
;subject" field. Is this possible ??? I doubt it would work since you have no control over what headers the customer will put in their email. I know of no mail package that preserves headers when doing a reply. -- Phil Davis ___ OTR

Re: [otrs] Proposed StatusView page

2002-10-15 Thread Phil Davis
o the utilities >section? Because it's probably not a "main" view (maybe confusing). > > Well for our use we really want it in the main section since everyone on our support team probably needs to use it a lot but it's your system :-) -- Phil Davis _

[otrs] Proposed StatusView page

2002-10-14 Thread Phil Davis
--- # -- # AgentStatusViewTable.dtl # -- # $Id$ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see http://www.gnu.org/licenses/gpl.txt. # -- $Data{"TicketNumber"} $Data{"Age"} $Data{"Subject"} $Data{"State"} $Data{"Queue"} $Data{"Owner"} $Data{"CustomerId"} --- Kernel/Output/HTML/Standard/AgentStatusView.dtl # -- # AgentStatusView.dtl - # Copyright (C) 2001 Martin Edenhofer <[EMAIL PROTECTED]> # -- # $Id$ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see http://www.gnu.org/licenses/gpl.txt. # -- $Env{"Box0"}$Text{"Ticket Status"}$Env{"Box1"} - $Config{"TicketHook"} $Text{"Age"} $Text{"Subject"} $Text{"State"} $Text{"Queue"} $Text{"Owner"} $Text{"CustomerId"} $Data{"StatusTable"} --- PS, Does the mailing list accept attachments or is there a better place to post such patches? -- Phil Davis IT Action ___ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

[otrs] multiple instances of OTRS on same web server

2002-10-10 Thread Phil Davis
notifications always had the same path ".../otrs/index.pl.". The following diff to Notification.pm makes the emailed links use a new Self->{ScriptAlias} which can be set up in Config.pm This is against very recent CVS version. -- Phil Davis IT Action *** Notification.pm Thu Oc

[otrs] Email on ownership change

2002-09-10 Thread Phil Davis
l new owner on ownership change" option? How easy would that be? I am thinking of just changing Ticket/Owner.pm to send out email once I find a suitable section of code to copy. -- Phil Davis IT Action [EMAIL PROTECTED] ___ OpenTRS mailing

[otrs] autoresponse does not honour Reply-To

2002-09-09 Thread Phil Davis
always sent to the From address and ignored any Reply-To email address. The following patch (against 0.5BETA7) fixes this. -- Phil Davis *** CURRENT/OpenTRS/Kernel/System/PostMaster/NewTicket.pm Mon Sep 9 12:22:13 2002 --- orig/OpenTRS/Kernel/System/PostMaster/NewTicket.pm Mon Aug 5