<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Andy,<br>
<br>
unfortunately this is already the the entire scrip and the relevant
section from syslog. It should return true if a specific keyword is
set. Instead there is a confusing error message. I have no idea...<br>
<br>
if (($self->TransactionObj->Type eq "CustomField") and<br>
 ($self->TransactionObj->Field eq 2) and<br>
 ($self->TransactionObj->NewValue eq "25 Antrag unvollständig")) {<br>
  return(1);<br>
} else {<br>
  return(undef);<br>
}<br>
<br>
cat  syslog:<br>
Jan 21 08:00:23 debian64 RT: Scrip Prepare 92 died. - $/ as given is
currently unsupported at /usr/share/perl5/MIME/Body.pmline 194  Stack:
 [/usr/share/perl/5.8/Carp.pm:86]
[/usr/share/perl5/IO/ScalarArray.pm:350]
[/usr/share/perl5/MIME/Body.pm:194]
[/usr/share/request-tracker3.2/lib/RT/I18N.pm:218]
[/usr/share/request-tracker3.2/lib/RT/Action/SendEmail.pm:153]
[/usr/share/request-tracker3.2/lib/RT/Action/Notify.pm:65]
[/usr/share/request-tracker3.2/lib/RT/ScripAction_Overlay.pm:217]
[/usr/share/request-tracker3.2/lib/RT/Scrip_Overlay.pm:468]
[/usr/share/request-tracker3.2/lib/RT/Scrips_Overlay.pm:232]
[/usr/share/request-tracker3.2/lib/RT/Transaction_Overlay.pm:146]
[/usr/share/request-tracker3.2/lib/RT/Ticket_Overlay.pm:3707]
[/usr/share/request-tracker3.2/lib/RT/Ticket_Overlay.pm:3471]
[/usr/share/request-tracker3.2/lib/RT/Ticket_Overlay.pm:3379]
[/usr/share/request-tracker3.2/lib/RT/Interface/Web.pm:1153]
[/usr/share/request-tracker3.2/html/Ticket/Modify.html:71]
[/usr/share/request-tracker3<br>
<br>
Greetings,<br>
Stefan<br>
<br>
Andy Harrison wrote:
<blockquote cite="mida22ff294050122070357c4b47e@mail.gmail.com"
 type="cite">
  <pre wrap="">On Fri, 21 Jan 2005 08:25:21 +0100, Stefan Fischer <<a class="moz-txt-link-abbreviated" href="mailto:stefan@van-boxmer.de">stefan@van-boxmer.de</a>> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">After migration from RT 3.06 to 3.2.2 my custom scrip writes errors to
syslog and nothing else happens. This is my custom scrip (user defined
condition)
    </pre>
  </blockquote>
  <pre wrap=""><!---->

The entire scrip and the entire error message would be helpful.

  </pre>
</blockquote>
</body>
</html>