Skip to Content.
Sympa Menu

en - Re: [en@sympa] FW: [Support technique RENATER - Groupware #150519] Server error returned when using link in email as moderator to reject moderated email

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Konstantin Lepikhov <address@concealed>
  • To: address@concealed
  • Subject: Re: [en@sympa] FW: [Support technique RENATER - Groupware #150519] Server error returned when using link in email as moderator to reject moderated email
  • Date: Tue, 30 Sep 2025 16:30:15 +0200

Hi Patrick!

On 09/30/2025, at 12:50:00 PM you wrote:

> Hi All,
>
>
> Please see the error reported below. Can anyone help?
>
>
At least it says something about undefined template variable:

...
DIED: Parameter $tpl is not defined at
/usr/share/sympa/lib/Sympa/Message/Template.pm line 64.


and from Template.pm code:

53 # Old names: (part of) mail::mail_file(),
mail::parse_tt2_messageasstring(),
54 # List::send_file(), List::send_global_file().
55 sub new {
56 my $class = shift;
57 my %options = @_;
58
59 my $that = $options{context};
60 my $tpl = $options{template};
61 my $who = $options{rcpt};
62 my $context = $options{data} || {};
63
64 die 'Parameter $tpl is not defined'

Guess it's related to custom template which is in use in your setup and maybe
missing in options after upgrade.

--
WBR et al.



Archive powered by MHonArc 2.6.19+.

Top of Page