
Hello, When I send an e-mail to otrs (the e-mails to user "otrs" is piped to PostMaster.pl via a .forward file in the home directory of the otrs user) a get the following reply from exim4:
A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to | /var/www/localhost/otrs-1.3.1/bin/PostMaster.pl generated by otrs@otrs.somedomain.hu
The following text was generated during the delivery attempt:
------ pipe to | /var/www/localhost/otrs-1.3.1/bin/PostMaster.pl generated by otrs@otrs.somedomain.hu ------
Use of uninitialized value in string eq at /var/www/localhost/otrs-1.3.1/Kernel/System/Ticket/Article.pm line 1387.
I get the same error from PostMaster.pl when I pipe a message to it via commandline. The referenced line is
if ($Param{Crypt} && $Param{Crypt}->{Type} eq 'PGP' && $Param{Crypt}->{SubType} eq 'Detached') {
I guess $Param{Crypt}->{SubType} is not definied, but I don't know why and how to fix it. Could you help please? Regards, Slapic