Skip to Content.
Sympa Menu

en - Re: [sympa-users] Question on Looping (possible bug)?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Amos <address@concealed>
  • To: IKEDA Soji <address@concealed>
  • Cc: "address@concealed >> address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] Question on Looping (possible bug)?
  • Date: Sun, 25 Sep 2016 07:16:24 -0500

I guess I still have a question about these lines in the diff I sent:


     my $list_address;
     if ($message->{'listtype'} and $message->{'listtype'} eq 'listmaster') {
         $list_address =
               Conf::get_robot_conf($robot, 'listmaster_email') . '@'
-            . Conf::get_robot_conf($robot, 'host');
+            . Conf::get_robot_conf($robot, 'domain');
     } elsif ($message->{'listtype'} and $message->{'listtype'} eq 'sympa') {
         $list_address =
               Conf::get_robot_conf($robot, 'email') . '@'
-            . Conf::get_robot_conf($robot, 'host');
+            . Conf::get_robot_conf($robot, 'domain');
     } else {
         unless (ref $list eq 'Sympa::List') {
             $log->syslog('err', 'List %s does not exist', $listname);


I thought 'host' in sympa.conf was replaced by 'domain'?  More curiosity at this point....

Amos





Archive powered by MHonArc 2.6.19+.

Top of Page