[Bug 1704984] Re: delivery-notification FAILED: temporarily unable to send DSN

2017-07-18 Thread sles
As temporary workaround I changed #my $IO = $self->open("r") || die "open body: $!"; my $IO = $self->open("r") || return error "open body: $!"; at /usr/local/share/perl/5.22.1/MIME/Entity.pm line 1878 This results in message (not full , but) generation and no messages stuck in q

[Bug 1704984] Re: delivery-notification FAILED: temporarily unable to send DSN

2017-07-18 Thread sles
Well, I guess this is bug. User tries to send not allowed content, but message can't be generated... :-( Looks like because of this: http://blogs.perl.org/users/tony_cook/2013/02/perl-io-on-scalars.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1704984] Re: delivery-notification FAILED: temporarily unable to send DSN

2017-07-18 Thread sles
btw, if attached file with prohibited content is named in UTF-8 (let's say Тест.exe) , then I hit this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704984 Title: delivery-notification FAILED