Gossamer Forum
Quote Reply
For Alex
Hi Alex,

I had to restore a backup of my site's cgi/config files as they became corrupt.

Therefore I lost the bug fix for the blank email problem.

Is it easy to fix?....If so could you tell me how to do it as I do not wish to install BETA4.

I have traced it to somewhere here...is that correct?:

sub GT::Mail::Encoder::encode


???

Thanks!


Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: For Alex In reply to
In sub GT::Mail::Encoder::encode is this correct or a mistype....

sub encode {
# --------------------------------------------------------------------------
my $self = shift;
if (!ref $self) {
$self = new GT::Mail::Encoder (@_);
}
$self->{encoding} or return $self->error ("NOENCODING", "FATAL");;
return $self->{encoding}->($self->{in}, $self->{out});
}

sub supported { return exists $EncoderFor{pop()} }


Paul Wilson. Shocked
(Dont blame me if I'm wrong!)
Quote Reply
Re: For Alex In reply to
Hi,

It's actually a lot more then just that, you'll need to wait for the next one unfortunately.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: For Alex In reply to
:(

ok....ill have to wait then.

Paul Wilson. Shocked
(Dont blame me if I'm wrong!)