[rt-commit] CVS commit: rt
jesse at fsck.com
jesse at fsck.com
Fri May 3 01:30:27 EDT 2002
Module Name: rt
Committed By: jesse
Date: Fri May 3 05:30:24 UTC 2002
Modified Files:
rt/lib/RT/Interface/Email.pm
Added Files:
Removed Files:
Log Message
RT-Ticket: 1370
RT-Status: resolved
From: Jason Edgecombe <jedgecombe at carolina.rr.com>
To: rt-devel at lists.fsck.com
Subject: [rt-devel] An oversite in Interface/Email.pm
Hi,
I found an problem in Interface/Email.pm when I was modifying
enhanced mailgate. I have attached a diff of the modifications.
In the function MailError, it assumes MIMIEOBJ is defined. I added a
simple "if" test to only run $MIMEOBJ->sync_headers if $MIMEOBJ is defined.
To generate a diff of this commit:
cvs diff -r1.4 -r1.5 rt/lib/RT/Interface/Email.pm
More information about the Rt-commit
mailing list