No decoder for quoted_printable

Moderator: crythias

Post Reply
Laurens
Znuny newbie
Posts: 22
Joined: 26 Apr 2016, 08:23
Znuny Version: 5.0.4
Real Name: Laurens Van Acker
Company: Myriade N.V.

No decoder for quoted_printable

Post by Laurens »

Hi

We constantly receive errors from OTRS like this:

Code: Select all

Thu Jul 14 03:28:21 2016] otrs.Daemon.pl: no decoder for quoted_printable at /opt/otrs/Kernel/cpan-lib/MIME/Parser.pm line 789
I can't find any reference to quoted_printable is the OTRS source. Only some topics mentioning quoted-printable.

Is this a bug somewhere?
Laurens
Znuny newbie
Posts: 22
Joined: 26 Apr 2016, 08:23
Znuny Version: 5.0.4
Real Name: Laurens Van Acker
Company: Myriade N.V.

Re: No decoder for quoted_printable

Post by Laurens »

Nobody? :(
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: No decoder for quoted_printable

Post by RStraub »

Could you pass the whole error stacktrace? At the line you posted, it only takes an argument:
https://github.com/OTRS/otrs/blob/maste ... er.pm#L789
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: No decoder for quoted_printable

Post by reneeb »

Any chance you can post a sample email we can import into a test OTRS?
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Laurens
Znuny newbie
Posts: 22
Joined: 26 Apr 2016, 08:23
Znuny Version: 5.0.4
Real Name: Laurens Van Acker
Company: Myriade N.V.

Re: No decoder for quoted_printable

Post by Laurens »

Solved it. Appeared that some of the systems were using quoted_printable in the HTML instead of quoted-printable.
Solving those external systems there HTML templates solved the OTRS error message.
Post Reply