[Rt-commit] r5268 - in rt/branches/3.4-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 19 17:17:41 EDT 2006
Author: jesse
Date: Fri May 19 17:17:41 2006
New Revision: 5268
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
Log:
r13935 at hualien: jesse | 2006-05-19 17:17:27 -0400
* There were divergent copies of this code. The EmailParser code was more correct
Modified: rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/Interface/Email.pm Fri May 19 17:17:41 2006
@@ -416,9 +416,7 @@
#Figure out who's sending this message.
- foreach my $header ( 'Return-path', 'Errors-To', 'Reply-To', 'From',
- 'Sender' )
- {
+ foreach my $header ( 'Errors-To', 'Reply-To', 'From', 'Sender' ) {
# If there's a header of that name
my $headerobj = $head->get($header);
More information about the Rt-commit
mailing list