Skip to Content.
Sympa Menu

en - [sympa-users] 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: Giulia Vita Finzi <address@concealed>
  • Subject: [sympa-users] problems with non subscribers post to a list
  • Date: Mon, 19 Feb 2007 08:21:28 +0100


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:

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