Skip to Content.
Sympa Menu

en - Re: invite message problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Aumont - Comite Reseaux des Universites <address@concealed>
  • To: "Brian M." <address@concealed>
  • Cc: address@concealed
  • Subject: Re: invite message problem
  • Date: Fri, 17 Mar 2000 08:07:29 +0100

> When a message to invite a user to a list is sent it comes back stating
> that user is unwanted.
>
> Any ideas on how to solve it?

In order to accept "A" to invite "B" for subscribing in a list, sympa
check scenari first to known if A may invite someone in the list
and then check if B is alowed to subscribe in this list. The second step
contain a bug it's effect is to refuse any invite in a list where
subscribtion is under owner control (subscribe owner). Is this your case ?
This is fixed in the current developpement version. Here is the patch of
Command.pm.

Serge

*** Commands.pm Tue Mar 14 11:46:55 2000
--- /home/sympa/sources/sympa-2.5.3b/src/Commands.pm Tue Feb 29 15:52:09
2000
***************
*** 909,911 ****

! }elsif ($action !~ /reject/i) {
$context{'subject'} = "sub $which $comment";
--- 909,911 ----

! }elsif ($action =~ /do_it/i) {
$context{'subject'} = "sub $which $comment";




  • invite message problem, Brian M., 03/17/2000
    • Re: invite message problem, Aumont - Comite Reseaux des Universites, 03/17/2000
    • Logging :-(, Sergey Y. Afonin, 03/17/2000

Archive powered by MHonArc 2.6.19+.

Top of Page