[Rt-commit] rt branch, 4.0/add-from-to-mail-error-messages, repushed
Thomas Sibley
trs at bestpractical.com
Tue Jul 30 16:41:36 EDT 2013
The branch 4.0/add-from-to-mail-error-messages was deleted and repushed:
was 4c3669cc27abdec4ad77481fb05a940af2837cf3
now fd08e7ef219917eeb6789186ab9ea3cc310d336f
1: 4c3669c ! 1: b727acb always log the email address to help debugging
@@ -15,6 +15,7 @@
my $head = $Message->head;
my $ErrorsTo = ParseErrorsToAddressFromHead( $head );
+ my $From = $head->get("From");
++ chomp $From if defined $From;
my $MessageId = $head->get('Message-ID')
|| "<no-message-id-". time . rand(2000) .'@'. RT->Config->Get('Organization') .'>';
@@ -68,3 +69,4 @@
}
return ( 1, "Success" );
}
+
-: ------- > 2: fd08e7e Log the loaded user and sender when reporting an email permission error
More information about the Rt-commit
mailing list