-
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
Strange behavior when a moderator refuses a message : auth failed #277
Comments
Can someone confirm this issue ? |
Hi @Philippe34, Can you check the content of moderation spool (in your case |
Hi @ikedas When I test moderation with maliste2, I'm the only one. So nobody else could moderate this message. In that spool, I can see files from another lists. Maybe their moderators did not care of these messages. There is something else I noticed. When an user sends a message, I received the email for the moderation; |
Hi @Philippe34, If possible, can you show us these information?
|
Hi @Philippe34, very sorry for delayed response. I could not reproduce the behavior you reported. If you see the same behavior again, please show us following information:
Thanks. |
Hi @ikedas, |
Hi @Philippe34, |
Hi @ikedas, I have found what is the bug in sympa. I could distribute messages but reject command never worked. distribute.pm: reject.pm: When I replace reject.pm with the context robot, the reject command works fine for me: Best regards |
Hi @Philippe34, |
Hi @ikedas, Regards |
Hi @Philippe34, I got it. It may be a bug of 6.2.32. I guess that content of moderation directory is, e.g.
instead of
If my guess above is right, yes. However, once you upgraded, all lists would recognize theirselves as And, to make messages already in moderation spool accessible, you may have to rename them. |
Hi ikedas, So when I upgraded to sympa 6.2.34, I can only have the domain parameter in sympa.conf. I had to export and reimport for each of my lists my subscribers (copy and paste). Now, everything seems to work normally. |
Hi @Philippe34, Thanks for folow-up. I'll think about updating description in Upgrading notes to make up for your case. |
Documentation was updated: sympa-community/sympa-community.github.io@6ae757f @Philippe34, thanks for reporting bug! |
Hi,
I meet a strange behavior with sympa moderation (since the first use in 6.2.24).
I'm now in sympa 6.2.32.
I have a list : maliste2 with the basic scenario "Modérée (editorkey)" provided by sympa
/usr/share/sympa/default/scenari/send.editorkey
_title.gettext Moderated
is_editor([listname],[sender]) smtp,dkim,smime,md5 -> do_it
is_editor([listname],[header->X-sender][-1]) smtp,dkim,smime,md5 -> do_it
true() smtp,dkim,smime,md5 -> editorkey_
scenario 1:
When a message arrives from user1, the moderator receives a message and he accepts the sending : everything works well, user1 receives "Le message a été envoyé avec succès" -> OK
/var/log/sympa.log:
info Sympa::Request::Handler::distribute::_twist() DISTRIBUTE maliste2 f76cd3d1047c2ffb72b9ae35942b55de from philippe.camps@ies.... accepted (0.27 seconds)
scenario 2:
When a message arrives, the moderator receives a message from sympa and he refuses the sending.
The message is not sent, but the moderator receives (french)
"La commande a échoué :
I can see in /var/log/sympa.log an "auth failed"
_info Sympa::Request::Handler::reject::twist() REJECT maliste2 85316661d455e443c18a959065d92159 from philippe.camps@ies... refused, auth failed
Why in scenario 1 (message is accepted), I have no "auth failed" and in scenario 2 (message is refused), I have "auth failed".
Regards
The text was updated successfully, but these errors were encountered: