Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Bug report 2.0F : Validate.pm

Quote Reply
Bug report 2.0F : Validate.pm
Hello!

I do not know if this has any important value to change:

sub info {

to>>>>

my $info = GMail::Email->info("$CFG->{location}->{path}->{data}/admin/emails/validated.eml");
return $info;

and


sub save {
>>>> to
$fields->{reply} = $fields->{from};
my $mail = GMail::Email->create($fields) or return;

Somehow the Validate.pm does not pick up or parse the tag <%user%> or <%username%> which is necessary.

It would be nice to have such important tags everywhere available.

Thanks








Quote Reply
Re: Bug report 2.0F : Validate.pm In reply to
 
This is still there.
Quote Reply
Re: Bug report 2.0F : Validate.pm In reply to
Hi,

Sorry, but I don't understand your code snippets, it does not make sense to me.

Cheers,

Alex

--
Gossamer Threads Inc.