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








Subject Author Views Date
Thread Bug report 2.0F : Validate.pm dearnet 2327 Jun 12, 2001, 6:43 AM
Thread Re: Bug report 2.0F : Validate.pm
dearnet 2200 Sep 8, 2001, 1:52 AM
Post Re: Bug report 2.0F : Validate.pm
Alex 2178 Sep 10, 2001, 12:41 PM