All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel Kühni" <daniel.kuehni@indato.ch>
To: mlmmj@mlmmj.org
Subject: Re: Problems with modnonsubposts
Date: Wed, 05 Mar 2008 13:50:51 +0000	[thread overview]
Message-ID: <47CEA53B.7070904@indato.ch> (raw)
In-Reply-To: <47CC730A.7070407@indato.ch>

Hi Morten

Thanks for your quick response.
>> Apparently I have a strange wish for some special list I want to create.
>>
>> I want:
>> - no option for subscription or unsubscription to the list - a closed list
>> - a message from a subscriber should be delivered to the list 
>> subscribers without any intervention
>> - a message from a non-subscriber should be moderated by a moderator
>>     
>
> That is not too strange.
>   
Ok, sounds good.

>> -rw-r--r-- 1 nobody mlmmj   0 Feb 22 16:55 modnonsubposts
>>     
> ...
>   
>> -rw-r--r-- 1 nobody mlmmj   0 Mar  3 22:29 subonlypost
>>     
>
> That should be fine.
>
> In pseudocode, that part of mlmmj looks like this:
>
> if (subonlypost && !user_is_subscribed) {
>   if (modnonsubposts) {
>     MODERATE;
>   } else if (!nosubonlydenymails) {
>     DENY;
>   } else {
>     IGNORE;
> } else {
>   ALLOW;
> }
>
> So with subonlypost and modnonsubposts set, this should be what you
> want, right?
>   
Exactly. The pseudocode is absolutely what I want to achieve.
>> But this does not work as I wanted to. Now non-subscribers get a message 
>> back telling them that they are not subscribed and its a closed list.
>>     
>
> Is that the subonlypost message?
>   
Yes.
> As far as I can see, your configuration is correct. Which version of
> mlmmj are you running? Not that I can remember any bugs in this part of
> the code.
I'm running version 1.2.12 on Gentoo which seems to be the lastest 
stable version available for Gentoo:

*  net-mail/mlmmj
      Latest version available: 1.2.12
      Latest version installed: 1.2.12
      Size of files: 146 kB
      Homepage:      http://mlmmj.mmj.dk/
      Description:   Mailing list managing made joyful
      License:       MIT


What would you suggest?

Thanks an regards,
Daniel

  parent reply	other threads:[~2008-03-05 13:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 21:52 Problems with modnonsubposts Daniel Kühni
2008-03-04 15:31 ` Morten K. Poulsen
2008-03-05 13:50 ` Daniel Kühni [this message]
2008-03-05 14:18 ` Morten K. Poulsen
2008-03-05 15:31 ` Daniel Kühni
2008-03-06 10:24 ` Morten K. Poulsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47CEA53B.7070904@indato.ch \
    --to=daniel.kuehni@indato.ch \
    --cc=mlmmj@mlmmj.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.