Skip to Content.
Sympa Menu

en - [sympa-users] Re: problems with non subscribers post to a list

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Riccardo Veraldi <address@concealed>
  • To: address@concealed
  • Cc: address@concealed
  • Subject: [sympa-users] Re: problems with non subscribers post to a list
  • Date: Mon, 19 Feb 2007 12:07:52 +0100

yes it really works, the scenario to modify is send.*
thank you!
But actually mail can be sent and are archived and sent to subscribers of "foo"
mailing list but people of "foo-authorize" cannot receive it.
How to modify the scenario in a way that mail sent by "foo-authorize" memebers
to "foo" mailing lsi can also be received by them ?

thanks

Rick


address@concealed wrote:
Riccardo Veraldi wrote:

Hello,
I followed the instructions at
http://www.sympa.org/wiki/faq/tips_and_howto
because I need some people not subscrided to the "foo" mailing list
to being able to post anyway.

So I went in admin->Edit List Config->Visibility of The List and
pointed it to a new scenario:
Visibility authorization scenario is used to hidde or show the list to the user. I f this scenario return 'reject', the list will not be listed in requested feature. The scenario to be used for message submission to the list is "send". Go to page http://xxx.infn.it/sympa/edit_list_request/test/sending

Remember that a scenario is reloaded when the list configuration page is changed or sympa restarted.

hope this help
Serge Aumont

s_owner([listname],[sender]) smtp,smime,md5 -> do_it
is_editor([listname],[sender]) smtp,smime,md5 -> do_it
is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
is_subscriber('foo-authorize',[sender]) smtp,smime,md5 -> do_it
true() smtp,md5,smime -> reject
the original scenario was
s_owner([listname],[sender]) smtp,smime,md5 -> do_it
is_editor([listname],[sender]) smtp,smime,md5 -> do_it
is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
true() smtp,md5,smime -> reject so I just added

is_subscriber('foo-authorize',[sender]) smtp,smime,md5 -> do_it


then I created a new list foo-authorize and I Added some members which are
the one who should be able to post to the priginal "foo" mailing list.

Anyway this does nto work and I still get warned by sympa of unauthorized
post attempt to the list "foo".

Perhaps I did something wrong... or I missunderstood the documentation.

Anyone has some hints ?

I have members of list "foo"
I Want some other people being able to post at "foo" without being
subscribed. So I freated "foo-authorize", inserted it in hte "foo"
scenario and I added users to the "foo-authorize"

what am I doing wrong ?

thanks

Rick





Archive powered by MHonArc 2.6.19+.

Top of Page