Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [brewt] e-mail setup help!

Quote Reply
Re: [brewt] e-mail setup help! In reply to
In Reply To:
It's a bug in 2.0.6's outgoing.pl. If you search outgoing.pl for "template_set" (I think there's only one occurance), you'll see a line similar to:
Code:
$something = GMail->template_set || 'default';
Change that to just:
Code:
$something = $CFG->{tpl_default};
The problem is that in the admin, the bounce template you're using is the bounce.eml from default template set, but on the GMail->template_set call, it's returning another template set.

I bought my Gossamer mail about two weeks ago.

Has this bug been fixed by then, or do I need to fix it too?

You say in your message above that "template_set" occur once in the "outgoing.pl" file. But I see it occuring three times in the following lines.

- Line 80/81

# Load all template specific files.
my $t = GMail->template_set || 'default';
$CFG->load_template_set($t);

- line 146

my $t = GMail->template_set || 'default';

What do I need to do to resolve this bug, and if I follow your instructions, what is the instance that I need to change?

Thanks.
Subject Author Views Date
Thread e-mail setup help! Surfer2 10072 May 29, 2002, 1:35 PM
Thread Re: [Surfer2] e-mail setup help!
Surfer2 9857 May 30, 2002, 2:34 AM
Thread Re: [Surfer2] e-mail setup help!
Surfer2 9836 May 30, 2002, 8:08 AM
Thread Re: [Surfer2] e-mail setup help!
brewt 9885 May 30, 2002, 12:06 PM
Thread Re: [brewt] e-mail setup help!
Surfer2 9858 May 30, 2002, 12:27 PM
Thread Re: [Surfer2] e-mail setup help!
brewt 9812 May 30, 2002, 2:25 PM
Thread Re: [brewt] e-mail setup help!
Surfer2 9811 May 31, 2002, 6:30 AM
Thread Re: [Surfer2] e-mail setup help!
brewt 9781 May 31, 2002, 12:43 PM
Thread Re: [brewt] e-mail setup help!
Surfer2 9827 May 31, 2002, 3:28 PM
Thread Re: [Surfer2] e-mail setup help!
brewt 9775 May 31, 2002, 3:47 PM
Thread Re: [brewt] e-mail setup help!
Surfer2 9814 May 31, 2002, 4:16 PM
Thread Re: [Surfer2] e-mail setup help!
Surfer2 9828 Jun 1, 2002, 1:45 AM
Thread Re: [Surfer2] e-mail setup help!
brewt 9827 Jun 1, 2002, 1:55 AM
Post Re: [brewt] e-mail setup help!
Surfer2 9799 Jun 1, 2002, 1:58 AM
Thread Re: [brewt] e-mail setup help!
Mama 9825 Jun 1, 2002, 7:00 AM
Thread Re: [Mama] e-mail setup help!
Surfer2 9724 Jun 1, 2002, 7:20 AM
Post Re: [Surfer2] e-mail setup help!
Surfer2 9736 Jun 1, 2002, 8:04 AM
Post Re: [Mama] e-mail setup help!
brewt 9796 Jun 1, 2002, 3:35 PM
Thread Re: [Surfer2] e-mail setup help!
brewt 9858 Jun 1, 2002, 2:15 AM
Thread Re: [brewt] e-mail setup help!
Surfer2 9774 Jun 1, 2002, 3:35 AM
Post Re: [Surfer2] e-mail setup help!
Surfer2 9744 Jun 1, 2002, 6:41 AM
Post Re: [Surfer2] e-mail setup help!
brewt 9930 May 30, 2002, 11:59 AM