Skip to Content.
Sympa Menu

en - [sympa-users] Sympa scenari problem

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Umut Arus <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Sympa scenari problem
  • Date: Tue, 26 May 2009 10:44:34 +0300

Hi,

I'm using Sympa 5.4.2. I would like to add a scenari to restrict senders. I typed it as below. But it didn't run and test users is not an owner, editor or subscriber but user of the sabanciuniv.edu domain. It always received send_closed messages. I also test it "match([sender], /sabanciuniv\.edu$/)"

title.gettext SU - Restrictes to sabanciuniv.edu domain and subscribers

is_subscriber([listname],[sender]) smtp,smime,md5    -> do_it
is_editor([listname],[sender])     smtp,smime,md5    -> do_it
is_owner([listname],[sender])      smtp,smime,md5    -> do_it
match([sender], /sabanciuniv\.edu/)        smtp,smime,md5    -> do_it
true()                             smtp,smime,md5    -> reject(reason='send_closed')

thanks in advance,


  • [sympa-users] Sympa scenari problem, Umut Arus, 05/26/2009

Archive powered by MHonArc 2.6.19+.

Top of Page