-
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
error_performing_condition in scenario #836
Comments
Hi @pascalmaes, Sympa/Scenario.pm in your Sympa looks modified. Please rewind all of your changes and check if the problem will be reproduced. |
It is not as I have installed the version 6.2.52 from the sources:
|
I don’t know why Sympa was installed under /var/sympa instead of /home/sympa without “—prefix” configure option. BTW do you filter the log? If you did, please show us entire logs. |
Here is the script I"m using to configure Sympa: I give the log file from the starting of Sympa and Apache2 to the error |
Hello, The problems comes from the scenario include.send.header equal([is_bcc], 1) smtp,dkim,md5,smime -> request_auth If I delete the scenario, all is going well; if the scenario exists, I have the error: Jan 18 10:46:40 sympa-test.sipr.ucl.ac.be wwsympa[28411]: info Sympa::Scenario::authz() Error in scenario Sympa::Scenario <send.newsletter;/var/sympa/default/scenari/send.newsletter>, context Sympa::List test-sympa-4@listes.uclouvain.be: (error-performing-condition) |
The problem is related to "is_bcc". If I don't use the include; send.header scénario but I choose the public_nobcc, I have the same error: Jan 18 11:05:45 sympa-test.sipr.ucl.ac.be wwsympa[30460]: info Sympa::Scenario::authz() Error in scenario Sympa::Scenario <send.public_nobcc;/var/sympa/default/scenari/send.public_nobcc>, context Sympa::List test-sympa-4@listes.uclouvain.be: (error-performing-condition) |
To be sure, I have reinstall Sympa 6.2.52 from nothing: # ./configure --prefix=/var/sympa --with-confdir=/etc/sympa --with-perl=/usr/bin/perl --with-user=sympa --with-group=sympa --with-postalias=/usr/sbin/postalias --with-postmap=/usr/sbin/postmap
# make
# make install I create a list (newsletter) and the I change the sending mode to public_nobcc; you will fin de log file as attachment |
Reported problem is slightly similar to #841 (though I don't know why "err" log entries aren't shown in your bug report). @pascalmaes, could you please apply this patch, restart Sympa services and web service and check if the problem will be solved? |
Hello, It works fine with the patch. Thanks |
Thanks for confirming! This issue is closed as a duplicate of #841. |
I get the error error_performing_condition when I manage a list
See the log file:
logfile.txt
Version
Sympa version 6.2.52
Installation method
From source
Expected behavior
No error
Actual behavior
As said: an error_performing_condition
Additional information
The content of send.private is the default one
send.private.txt
The text was updated successfully, but these errors were encountered: