[Rt-commit] r9227 - rt/branches/3.999-DANGEROUS/html/REST/1.0/NoAuth

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Oct 5 11:01:17 EDT 2007


Author: sunnavy
Date: Fri Oct  5 11:01:13 2007
New Revision: 9227

Modified:
   rt/branches/3.999-DANGEROUS/html/REST/1.0/NoAuth/mail-gateway

Log:
turn utf8 flag off for mail-gateway

Modified: rt/branches/3.999-DANGEROUS/html/REST/1.0/NoAuth/mail-gateway
==============================================================================
--- rt/branches/3.999-DANGEROUS/html/REST/1.0/NoAuth/mail-gateway	(original)
+++ rt/branches/3.999-DANGEROUS/html/REST/1.0/NoAuth/mail-gateway	Fri Oct  5 11:01:13 2007
@@ -54,6 +54,8 @@
 $ticket => undef
 </%ARGS>
 <%init>
+require Encode;
+Encode::_utf8_off($ARGS{message});
 $m->callback( %ARGS, CallbackName => 'Pre' );
 use RT::Interface::Email ();    # It's an exporter, but we don't care
 $r->content_type('text/plain; charset=utf-8');


More information about the Rt-commit mailing list