[rt-users] Upgrade from 3.2.0 has broken New Ticket Creation
Alex Vandiver
alexmv at bestpractical.com
Fri Jul 30 14:27:04 EDT 2004
On Fri, 2004-07-30 at 11:33, Ben Bush wrote:
> Here are the errors that I am getting when I try to create a ticket. I
> upgraded from 3.2.0 and now it doesn't work. Anyone know what is wrong?
Hrm. Try the following patch?
- Alex
Index: lib/RT/EmailParser.pm
===================================================================
--- lib/RT/EmailParser.pm (revision 1293)
+++ lib/RT/EmailParser.pm (working copy)
@@ -467,6 +467,7 @@
my $self = shift;
my $Addr = shift;
+ Encode::_utf8_off($Addr);
my @Addresses = Mail::Address->parse($Addr);
my $AddrObj = $Addresses[0];
--
Networking -- one letter away from not working
More information about the rt-users
mailing list