[Rt-commit] r10329 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Sun Jan 13 17:54:54 EST 2008


Author: ruz
Date: Sun Jan 13 17:54:54 2008
New Revision: 10329

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm

Log:
 r10153 at cubic-pc:  cubic | 2008-01-09 17:01:50 +0300
 * minor


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Email.pm	Sun Jan 13 17:54:54 2008
@@ -48,6 +48,8 @@
 package RT::Interface::Email;
 
 use strict;
+use warnings;
+
 use Mail::Address;
 use MIME::Entity;
 use RT::EmailParser;
@@ -189,8 +191,6 @@
     return ( $ReturnPath =~ /<>/ );
 }
 
-
-
 =head2 IsRTAddress ADDRESS
 
 Takes a single parameter, an email address.
@@ -250,7 +250,6 @@
 
 =back
 
-
 =cut
 
 sub MailError {
@@ -1134,7 +1133,6 @@
     my $Message = $parser->Entity();
     unless ($Message) {
         MailError(
-            To          => RT->Config->Get('OwnerEmail'),
             Subject     => "RT Bounce: Unparseable message",
             Explanation => "RT couldn't process the message below",
             Attach      => $args{'message'}


More information about the Rt-commit mailing list