Subject: The mailing list for listmasters using Sympa
List archive
- From: Steve Rich <address@concealed>
- To: "address@concealed" <address@concealed>
- Subject: [sympa-users] Moderated Scenario not working
- Date: Wed, 26 Aug 2015 18:10:26 +0000
Aug 24 12:37:58 lists-app-01 sympa_msg[26264]: err main::#355 > main::process_message#863 > main::DoMessage#1669 Failed to send moderation request of Sympa::Message <address@concealed> by address@concealed for list Sympa::List <address@concealed> to editor(s)
The users are reporting that their messages are never delivered unless sent directly by an editor or owner.
I dug through the code and traced what is happening:
sympa_msg.pl
my $key = Sympa::List::send_confirm_to_editor($message, 'smtp');
unless (defined $key) {
$log->syslog(
'err',
'Failed to send moderation request of %s by %s for list %s to editor(s)',
$message,
$sender,
$list
);
The send_confirm_to_editor() function in 6.2.3 returns the modkey to the calling function but modkey is only defined if method is md5, not smtp.
my $modkey = undef;
The send_to_editor() function in 5.4.7 returns a defined modkey regardless of the method (smtp, md5, etc).
my $modkey=Digest::MD5::md5_hex(join('/', $self->get_cookie(),$messageid));
I don’t see anything in the changelogs that references this change but it effectively breaks the editor action in send scenarios. Was this intended or did I find a bug?
-
[sympa-users] Moderated Scenario not working,
Steve Rich, 08/26/2015
-
Re: [sympa-users] Moderated Scenario not working,
IKEDA Soji, 08/27/2015
- Re: [sympa-users] Moderated Scenario not working, Steve Rich, 08/27/2015
-
Re: [sympa-users] Moderated Scenario not working,
IKEDA Soji, 08/27/2015
Archive powered by MHonArc 2.6.19+.