[rt-devel] RT 1.3.15
ivan
ivan-rt-devel at 420.am
Tue Aug 22 04:30:24 EDT 2000
On Tue, Aug 22, 2000 at 03:14:39AM -0400, Jesse wrote:
>
> Ok. I'm up way past my bedtime tonight. But I just rolled
> RT 1.3.15.
Do you tag these releases with a particular tag in CVS? That would help
lots.
> The big fixes here are that I tracked the
> Mail::Field bug down to tobias' $SIG{__DIE__} handler.
>
> This means that you no longer have to change system behavior
> for certain CPAN modules when installin RT2.
>
> I've also replaced the Mail::Mailer based message sending
> for the moment, as it just wasn't working.
Are you having weird AUTOLOAD problems with MailTools 1.1401 ?
--- /usr/lib/perl5/Mail/Field.pm Tue Mar 28 13:48:52 2000
+++ /usr/local/lib/site_perl/Mail/Field.pm Wed Aug 16 04:59:14 2000
@@ -74,7 +74,7 @@
next
unless $f =~ /^([\w\-]+)/;
- my $p = lc $1;
+ my $p = $1;
my $n = $dir . $dir_sep . $p;
if(-d $n )
confirmed by the the author of the module.
> In its place
> is a simple pipe to sendmail. If you want to install RT 1.3.15
> and are not running sendmail 8, you really want to have a look
> at lib/RT/Action/SendEmail.pm
--
meow
_ivan
More information about the Rt-devel
mailing list