Skip to Content.
Sympa Menu

en - Re: [sympa-users] scenari tules not working anymore

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Riccardo Veraldi <address@concealed>
  • To: "address@concealed" <address@concealed>
  • Subject: Re: [sympa-users] scenari tules not working anymore
  • Date: Sat, 31 Oct 2015 22:13:20 +0100

Apparently

equal([sender], '^.*@oracle.com') smtp,smime,md5 -> do_it

is not working anymore

I modified all my 100 scenarios in

match([sender], '/^.*@oracle.com$/') smtp,smime,md5 -> do_it

and everything worked out

anyway I do not understand why the "equal" rules workign on sympa 6.1.7 are now failing on 6.2.9

Rick


On 30/10/15 19:57, Riccardo Veraldi wrote:
Hello,
in the transitio nfrom sympa 6.1.7 to sympa 6.2.9 scenari are no more working.

I am talking about rules like this, my own custom scenario working on sympa 6.1.*
-------------
title.gettext Private, moderated for non subscribers plus exceptions

is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
is_editor([listname],[sender]) smtp,smime,md5 -> do_it
equal([sender], '^.*@emc.com') smtp,smime,md5 -> do_it
equal([sender], '^.*@emcinformation.com') smtp,smime,md5 -> do_it
equal([sender], '^.*@oracle.com') smtp,smime,md5 -> do_it
true() smtp,smime,md5 -> editorkey
-----------


now looks like the rules are ignored but the scenario is loaded in the list configuration.

please might someone giving me some hints ?

lots of messages are now held by sympa.

thank you very much


Rick





Archive powered by MHonArc 2.6.19+.

Top of Page