-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scenario default action #803
Comments
Looks similar to #775 . |
Dear @ikedas, Just for the shake of completeness. The command: Out of that the last (with 4 occurences) is the interesting, they are in: default/scenari/create_list.intranet |
I tried with 6.2.48: $ cat default/scenari/* | sed -ne 's/.*[ \t]\([^ \t][^ \t]*\)[ \t]*->.*/\1/p' | sort | uniq -c
19 dkim,md5,smime
49 md5,smime
12 smime
16 smime,md5
20 smtp
23 smtp,dkim
2 smtp,dkim,md5
152 smtp,dkim,md5,smime
43 smtp,dkim,smime,md5
20 smtp,md5,smime
1 smtp,smime,md5 and also found a few:
|
Fixed. Thanks for reporting bugs! |
What is the default action when no condition match in a scenario?
At this moment the default/scenari/create_list.listmaster contains:
title.gettext restricted to listmaster
is_listmaster([sender]) md5,smime -> do_it
true() smtp,md5,smime -> reject(reason='create_list_listmaster')
Supposedly the
true()
condition does not match when I am arriving withdkim
authentication method. What action will happen, and what action supposed to happen?The text was updated successfully, but these errors were encountered: