Hi,

We have been using OTRS for a few weeks now without any major problems. 
However, every so often we get an email from cron because of some warning 
messages produced by the PostMasterMailbox script. This is what we get:

$HOME/bin/otrs.PostMasterMailbox.pl >> /dev/null

Prototype mismatch: sub Encode::Unicode::UTF7::decode ($$;$) vs none at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 77.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

Use of uninitialized value in numeric lt (<) at 
/usr/lib/perl5/5.8.8/Encode/Unicode/UTF7.pm line 58.

The first warning message I was able to get rid of by editing the UTF7.pm file 
and changing "decode{" to "decode ($$;$) {". However we still get the "Use of 
uninitialized value" message. Line 58 contains:  "while (pos($bytes) < $len) 
{", so I am guessing that when $bytes is blank when the sub is called by OTRS.

Anyone any idea how we can resolve this so we don't get random emails 
containing these warnings? We are using OTRS 3.0.10 on RHEL5, with Perl 5.8.8 
and DB2 as the database.

Thanks,
Pierce


CONFIDENTIALITY NOTICE: The information contained in this email message is 
intended only for use of the intended recipient. If the reader of this message 
is not the intended recipient, you are hereby notified that any dissemination, 
distribution or copying of this communication is strictly prohibited. If you 
have received this communication in error, please immediately delete it from 
your system and notify the sender by replying to this email.  Thank you.
---------------------------------------------------------------------
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

Reply via email to