Hello, Marcin.
Please, try attached patch.
1) cd /opt/rt3
2) cat mime_headers_decoding.patch | patch -p0
3) server stop
4) server start
5) send message with attachment
6) check that filename is correct in web ui
7) send feedback :)
Dmitriy, you could try it too instead of your patch.
On 8/17/06, Marcin Bujak <[EMAIL PROTECTED]> wrote:
any ideas ?
Jesse :) ?
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
--
Best regards, Ruslan.
=== lib/RT/I18N.pm
==================================================================
--- lib/RT/I18N.pm (revision 3655)
+++ lib/RT/I18N.pm (local)
@@ -289,9 +292,7 @@
my $str = shift;
my $enc = shift;
-
- @_ = $str =~ m/([^=]*)=\?([^?]+)\?([QqBb])\?([^?]+)\?=([^=]*)/g;
-
+ @_ = $str =~ m/(.*?)=\?([^?]+)\?([QqBb])\?([^?]+)\?=([^=]*)/g;
return ($str) unless (@_);
$str = "";
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com